Releases: abledbody/QuickBin
Releases · abledbody/QuickBin
QuickBin v2.0.0
- Better support for string and byte array encoding
- Buffer overruns no longer throw errors, and instead are handled with explicit checks for better data validation
- Functional chaining methods have been moved to the
QuickBin.ChainExtensions
namespace and made to work with all data types.
QuickBin v1.5.2
NOTE: QuickBin is now a package, and is no longer being offered as a .unitypackage file.
- Restructured the project as a Unity package
- Updated the license agreement
QuickBin v1.5.1
- Added an option to force a new byte when writing/reading flags
QuickBin v1.5
- Added flag serialization for bools
QuickBin v1.4
- Slightly better documentation.
- Then methods for Serializer and Deserializer.
- Length property for Serializer.
QuickBin v1.3.1
- Found and documented a better way to extend the Serializer/Deserialzier classes
- Included readme and license in the package.
QuickBin v1.3
- Added a ForEach method to both the Serializer and Deserializer
- Added a Return method to the Deserializer
QuickBin v1.2
- Added a Clear function to the Serializer
- Added the char, DateTime, TimeSpan, and Version types by default.
QuickBin v1.1
Removed old imports