Skip to content

v1.0.0

Compare
Choose a tag to compare
@ailisp ailisp released this 04 Aug 10:01
· 9 commits to master since this release
93a633d

Highlights:

a complete rewrite of the library which includes multiple advantages over the current v0.7.0:

  1. Vanilla JS implementation, does not rely on Buffer, for which it is compatible with a greater number of environments.
  2. It can (de)serialize single values, objects and instances of Classes. Previously we were only able to (de)serialize specific instances of classes.
  3. The new Schema is consistent across types, and a thoughtful validation of the Schema is in place.
  4. Each serialize/deserialize relies on a single Schema, solving some longstanding problems with the previous "Indexing by Class" approach.
  5. Thoughtfully tested across multiple scenarios.
  6. Now it's also support to run in smart contract environment with near-sdk-js!

What's Changed

New Contributors

Full Changelog: v0.7.0...v1.0.0