Skip to content

v0.7.0

Compare
Choose a tag to compare
@ailisp ailisp released this 26 Jan 01:45
· 170 commits to develop since this release
ae06bd6

Highlights

  • Docstrings are now available on every public APIs.
  • Support of WSL 2. You can now develop with near-sdk-js on Windows! Check README for recipes.
  • ABI support is added on CLI!
  • CLI enhancement: flexible build commands are added!
  • Starting from this version, near-contract-standards is released together with near-sdk-js!
  • UTF-8 support is added. You can now store and retrieve UTF-8 strings in storage and collections.
  • The confusing Bytes types is dropped. It is replaced with string and Uint8Array.
  • Storage/Input/ValueReturn API now comes with both raw version and string version. The raw version will help you efficiently handle raw bytes in Uint8Array.
  • Refactor: starting from this version, near-sdk-js becomes a monorepo with a number of enhancement for contributors.
  • Refactor: Optimized exports.
  • An migration guide from v0.6.0 is added in README.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0