Releases: near/near-workspaces-js
Releases · near/near-workspaces-js
near-workspaces@5.0.0
Major Changes
-
#255
3cbdc6b
Thanks @AlexKushnir1! - Implemented GitHub Actions Workflows:- Add to the DevTools project
- Automate package release to npm
Update:
- Node.js -> 20.0.0
- TypeScript -> 5.4.5
- TSConfig(target) -> ES2022
- Borsh -> 2.0.0
- Near-api-js -> 5.1.0
BREAKING CHANGES:
- Replaced Yarn + Lerna with pnpm
- Removed bn.js and near-units → Now using TypeScript’s native BigInt
- Removed outcome files (/dist) from the repository
- Borsh update: Now requires an explicit Schema parameter for serialization/deserialization
- Added changeset package to simplify the release flow
- Removed rimraf, use fs-extra instead
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