All Versions
42
Latest Version
Avg Release Cycle
257 days
Latest Release
1170 days ago
Changelog History
Page 4
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
andKryoInjection
.
-
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
andBijectivePair
with accompanying registrations inKryoSerializer
- โ adds Enumeration support
- โ adds
-
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