Releases: near/near-workspaces-js
Releases · near/near-workspaces-js
v3.5.0
Highlights:
- feat: adding fast forward api
- fix: fix outdated resolveTypeReferenceDirectives by updating
ts-node
andtypescript
Full Changelog: near-workspaces@3.4.1...near-workspaces@3.5.0
v3.4.1
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
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
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
Highlights:
- sandbox v0.0.13 with gas estimation fix
v3.2.1
Highlights:
- sandbox 0.0.13 (macOS CI fixed)
3.2.0
3.1.0
Highlights:
deploy()
function added to Account
3.0.0
Highlights:
- sandbox v0.0.12
createAndDeploy
replaced withdevDeploy
Known issues:
- MacOS GitHub actions can fail because of the problem with sandbox
2.0.0
Highlights:
- New simplified Worker.init() API
- Functions and classes names aligned with Workspaces RS
- Bug fixes
- Updated documentation
- Added examples