Skip to content

Latest commit

 

History

History
94 lines (43 loc) · 5.23 KB

CHANGELOG.md

File metadata and controls

94 lines (43 loc) · 5.23 KB

1.1.0-beta.6 (2024-10-25)

Features

1.1.0-beta.5 (2024-08-05)

Features

  • aded transformActions utility and exposed all utils (#42) (bfc9072)

1.1.0-beta.4 (2024-08-01)

Features

  • adding api server support for read methods (#33) (dc53b30)

1.1.0-beta.3 (2024-07-30)

Bug Fixes

  • required deposit fix when available storage is higher than needed (#40) (99f9e8d)

1.1.0-beta.2 (2024-07-25)

Features

  • remove near-api-js account object dependency from change functions (#38) (134e463)

1.1.0-beta.1 (2024-07-24)

Features

  • wip: removed signer from viewMethods by dropping NAJ account.ViewFunction (#35) (a57edc4)

1.0.1 (2024-07-05)

Bug Fixes

  • readme: broken docs link on readme (#32) (b5235e4)

1.0.0 (2024-07-05)

Features

  • adding more change methods from the social contract (#9) (1605f62)
  • change blockhash and nonce parameters to be optional (#20) (7f1cf2e)
  • check for write permissions for each key in the set function (#23) (f95db02)
  • implement function for grant write permission (#16) (f3047c7)
  • implement function for set (#6) (8b7406f)

1.0.0-beta.5 (2024-07-05)

Features

  • check for write permissions for each key in the set function (#23) (f95db02)

1.0.0-beta.4 (2024-06-24)

Features

  • adding more change methods from the social contract (#9) (1605f62)

1.0.0-beta.3 (2024-06-12)

Features

  • implement function for grant write permission (#16) (f3047c7)

1.0.0-beta.2 (2024-06-05)

Features

  • change blockhash and nonce parameters to be optional (#20) (7f1cf2e)

1.0.0-beta.1 (2024-05-15)

Features