- Fix 'unserialize should not modify encoding of arguments' #20
- Fix 'Hashes & Arrays with multibyte characters raise a TypeError' #11 (thanks Keitaroh Kobayashi and Kaoru Shirai)
- cleanup deprecation warnings for fixnums
- require ruby version 2.4 or higher
- Special require option no longer needed for Bundler
- Warnings fixes on JRuby
- 2x faster deserialization #7
- Pass assoc to recursive calls (thanks to Edward Speyer).
- Serialize Symbol like String.
- Add testsuite.
- Instantiate auto-generated Structs properly (thanks to Philip Hallstrom).
- Unserialize arrays properly in assoc mode.
- Add PHP session support (thanks to TJ Vanderpoel).
- Release as tarball and gem.
- Switch all {}'s to explicit Hash.new's.
- Minor bugfixes.
- First Release