Quellcode durchsuchen

chore(changelog)

Ryan Chandler vor 5 Jahren
Ursprung
Commit
3afae2fa37
1 geänderte Dateien mit 29 neuen und 0 gelöschten Zeilen
  1. 29 0
      CHANGELOG.md

+ 29 - 0
CHANGELOG.md

@@ -0,0 +1,29 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## v0.1.2
+
+### Fixed
+
+* Fixed not being able to set data to null or undefined post startup
+
+## v0.1.1
+
+### Fixed
+
+* Fixed bug where null or undefined values on start would throw a TypeError since they can't be converted to objects. (closes #1)
+
+## v0.1.0
+
+### Added
+
+* Better documentation.
+* Better ES integration.
+
+## v0.0.1
+
+### Added
+
+* Initial release
+