All Versions
42
Latest Version
Avg Release Cycle
257 days
Latest Release
1534 days ago

Changelog History
Page 4

  • v0.2.1 Changes

    • ๐Ÿ‘Œ Improve MeatLocker (safe to call get before serialization)
    • ๐Ÿ›  Fix a bug with serialization of mutable collections
    • Reorganize source for multiple subprojects
  • v0.2.0 Changes

    • โฌ†๏ธ Upgrade chill to work with scala 2.10.
    • ๐Ÿš€ Upgrade to Bijection 0.3.0. This release gained the Injection type, so the BijectiveSerializer is now an InjectiveSerializer.
    • โœ‚ Remove KryoSerializer trait in favor of KryoBijection and KryoInjection.
  • v0.1.4 Changes

    • ๐Ÿ›  Serious bugfix with serialization of recursive types.
  • v0.1.3 Changes

    • ๐Ÿ‘Œ Improved serialization of scala BitSet
  • v0.1.2 Changes

    • ๐Ÿ›  Fixed a long standing bug with serializing some anonymous functions as vals in traits
  • v0.1.1 Changes

    • โž• adds RichKryo enrichment with many methods simplifying adding Serializers.
    • โž• adds ability to serialize any Traversable with a Builder.
    • ๐Ÿ‘Œ support for mutable scala collections.
    • โž• adds support for bijection.Bufferable as a serializer.
  • v0.1.0 Changes

    • โž• adds BijectiveSerializer and BijectivePair with accompanying registrations in KryoSerializer
    • โž• adds Enumeration support
  • v0.0.5 Changes

    • ClosureCleaner and Specs (Thanks to the Spark project!)
  • v0.0.4 Changes

    • โž• Added "copy" method to the MeatLocker
  • v0.0.3 Changes

    • โž• Added Manifest serializations
    • โž• Added Traversable serializer
    • โž• Added KryoSerializer object for easy registration