Skip to content

Releases: near/near-workspaces-js

v3.5.0

29 Jan 17:18
cbe6dcb
Compare
Choose a tag to compare

Highlights:

v3.4.1

16 Jan 15:20
db6cf21
Compare
Choose a tag to compare

Highlights:

  • fix-issue-225: fix deserialization error caused by near sanbox
  • feat: added near-workspace-js typedoc
  • fix: permision is added typedoc workflo
  • fix: compatible issues with typescript
    Full Changelog: near-workspaces@3.4.0...near-workspaces@3.4.1

v3.4.0

24 Nov 18:29
13d7615
Compare
Choose a tag to compare

Highlights:

  • feat-issue-123: add rpc url env to replace default rpc url
  • Fix issue 220/sandboxserver port conflict
  • fix: txn_result gas burnt
  • feat: update version of near-api-js to v2.1.4

Full Changelog: near-workspaces@3.3.0...near-workspaces@3.4.0

v3.3.0

08 Feb 13:19
Compare
Choose a tag to compare

Highlights:

  • fixed memory issues caused by sandbox old instances
  • updated sandbox version
  • added devCreateAcc() function
  • added account.viewAccessKey()

Full Changelog: https://github.com/near/workspaces-js/compare/near-workspaces@3.2.2...near-workspaces@3.3.0

v3.2.2

01 Sep 12:09
Compare
Choose a tag to compare

Highlights:

  • sandbox v0.0.13 with gas estimation fix

v3.2.1

22 Aug 12:11
Compare
Choose a tag to compare

Highlights:

  • sandbox 0.0.13 (macOS CI fixed)

3.2.0

15 Aug 13:25
Compare
Choose a tag to compare

Highlights:

Full Changelog: https://github.com/near/workspaces-js/compare/near-workspaces@3.1.0...near-workspaces@3.2.0

3.1.0

27 Jul 15:41
Compare
Choose a tag to compare

Highlights:

  • deploy() function added to Account

3.0.0

27 Jul 11:51
Compare
Choose a tag to compare

Highlights:

  • sandbox v0.0.12
  • createAndDeploy replaced with devDeploy

Known issues:

  • MacOS GitHub actions can fail because of the problem with sandbox

2.0.0

29 Apr 18:30
Compare
Choose a tag to compare

Highlights:

  • New simplified Worker.init() API
  • Functions and classes names aligned with Workspaces RS
  • Bug fixes
  • Updated documentation
  • Added examples