binary-typed v0.2.0.0 Release Notes

Release Date: 2014-07-25 // almost 10 years ago
    • ➕ Add Hashed32 type representation with 32 bit, more suitable for short data
      than the previous Hashed, which was implicitly 64 bit long. Hashed64 is
      also available in case the longer hash is needed.
    • Type representations are now automatically cached by encodeTyped. If this
      data is long enough, it is even serialized in advance as well.