فهرست منبع

Merge pull request #9 from ryangjchandler/changelog

[Documentation] Added CHANGELOG.md
Ryan Chandler 5 سال پیش
والد
کامیت
81a268d8c9
1فایلهای تغییر یافته به همراه29 افزوده شده و 0 حذف شده
  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
+