Skip to content

Releases: abledbody/QuickBin

QuickBin v2.0.0

Choose a tag to compare

@abledbody abledbody released this 03 Oct 19:55
  • 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

Choose a tag to compare

@abledbody abledbody released this 22 Dec 22:45

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

Choose a tag to compare

@abledbody abledbody released this 15 Nov 21:04
  • Added an option to force a new byte when writing/reading flags

QuickBin v1.5

Choose a tag to compare

@abledbody abledbody released this 15 Nov 20:29
  • Added flag serialization for bools

QuickBin v1.4

Choose a tag to compare

@abledbody abledbody released this 25 Oct 21:19
  • Slightly better documentation.
  • Then methods for Serializer and Deserializer.
  • Length property for Serializer.

QuickBin v1.3.1

Choose a tag to compare

@abledbody abledbody released this 29 Aug 05:35
  • Found and documented a better way to extend the Serializer/Deserialzier classes
  • Included readme and license in the package.

QuickBin v1.3

Choose a tag to compare

@abledbody abledbody released this 27 Aug 03:48
  • Added a ForEach method to both the Serializer and Deserializer
  • Added a Return method to the Deserializer

QuickBin v1.2

Choose a tag to compare

@abledbody abledbody released this 26 Aug 22:47
  • Added a Clear function to the Serializer
  • Added the char, DateTime, TimeSpan, and Version types by default.

QuickBin v1.1

Choose a tag to compare

@abledbody abledbody released this 25 Aug 03:52
Removed old imports