Skip to content

Latest commit

 

History

History
119 lines (69 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

119 lines (69 loc) · 4.8 KB

@near-js/utils

1.1.0

Minor Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • #1353 73690557 Thanks @andy-haynes! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

    Breaking Changes

    • [email protected]

      • The following functions are no longer exported:
        • logWarning
        • fetchJson
        • the unnamed wrapped fetch function exported from setup-node-fetch.ts
      • The browser bundle is no longer being built in version 5; for browser support please use modules
    • @near-js/[email protected]

      • The following functions are no longer exported:
        • fetchJson
    • @near-js/[email protected]

      • The following functions are no longer exported:
        • logWarning

Patch Changes

0.3.0

Minor Changes

  • #1363 bad95007 Thanks @jakmeier! - New transaction submission errors: ShardCongested, ShardStuck, ReceiptSizeExceeded

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.0

Minor Changes

  • #1275 662cc13d Thanks @denbite! - Display user-friendly messages for JSON RPC errors:

    • MethodNotFound
    • CodeDoesNotExist
    • AccessKeyDoesNotExist
    • AccountDoesNotExist

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes