CHANGELOG.md in yasl-0.2.0 vs CHANGELOG.md in yasl-0.2.1
- old
+ new
@@ -1,6 +1,15 @@
# Change Log
+## 0.2.1
+
+- Make `YASL::UNSERIALIZABLE_DATA_TYPES` work with regular classes too
+- Make load `whitelist_classes` work with string class names
+- Make load `whitelist_classes` work with a single class or class name string
+- Support deserialization fallback of instance variables for Struct member values
+- Added missing hash method to optional pure Ruby Struct implementation
+- Fixed issue with requiring one arg minimum, using `select`, and using undefined `upcase?` in implementation of optional pure Ruby Struct
+
## 0.2.0
- Support Boolean serialization in Opal (instead of TrueClass and FalseClass)
- Support BigDecimal serialization
- Include optional pure Ruby reimplementaiton of Struct to avoid JS issues in Opal Struct when needed