fixfile v0.2.0.0 Release Notes

Release Date: 2016-02-20 // about 8 years ago
  • ๐Ÿ†• New features:

    • Root typeclass has been replaced by SequenceFix and a Constraint.
    • Ability to wrap a Transaction in ExceptT and abort write transactions.
    • BTree implementation has replaced arrays with vectors.

Previous changes from v0.1.0.0

  • ๐Ÿš€ This is the initial release of the fixfile library for haskell. It provides datatype-generic file serialization.