Skip to content

Releases: near/near-workspaces-js

near-workspaces@5.0.0

13 Mar 18:49
30f735f
Compare
Choose a tag to compare

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

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