Skip to content

Releases: near/near-sdk-as

v3.2.0

20 May 19:57
Compare
Choose a tag to compare

New Features:

Bug fixes

Chores

  • update asbuild (#532) …
  • add file filters to lint_staged (#530)
  • use lint-staged to only check staged changes (#517)

v2.2.4

08 Feb 22:00
Compare
Choose a tag to compare

Fixed mock-vm's storage usage: #361
fixes to Bignum: #364 , #367 #381

v2.1.0

26 Oct 17:37
Compare
Choose a tag to compare

feat: #269 Added @exportAs decorator to change the name of an import to any string.
fix: #262
fix: #274

v1.2.1

02 Sep 18:41
Compare
Choose a tag to compare

v1.2.0...v1.2.1

v1.2.0

20 Aug 20:40
Compare
Choose a tag to compare
  • feat: add includeBytes with test 909d00e

v1.1.0...v1.2.0

v1.1.0

12 Aug 13:45
Compare
Choose a tag to compare
  • feat: added function isValidAccountID(accountId: string): boolean (#203) aa02eb3

v1.0.1...v1.1.0

v1.0.1

06 Aug 18:03
Compare
Choose a tag to compare
  • fix: remove complier warning for defaults (#208) 9308005

v1.0.0...v1.0.1

v1.0.0

05 Aug 18:47
Compare
Choose a tag to compare
  • feat(bindgen): allow for default values in contract exported functions (#179) 6498002
  • feat: Add asbuild as new build tool (#185) 80ef11a
  • feat(bindgen): added notPayable global function to check attachedDeposit == 0 (#178) 9ee4b30
  • feat: Remove near-asc
  • feat: add back context and add deprecated decorator
  • feat: keep storage and add Storage to match Context

What breaks:

  • Projects now should use a asconfig.json file that extends the sdk and provide any entry and outfile
{
  "extends": "near-sdk-as/asconfig.json", 
  "entry": "assembly/main.ts",
  "options": {
    "binaryFile": "out/main.ts"
  }
}

v0.5.0...v1.0.0

v1.0.0-4

04 Aug 14:32
Compare
Choose a tag to compare
v1.0.0-4 Pre-release
Pre-release

v0.5.0

10 Jul 18:26
Compare
Choose a tag to compare
  • Bump assemblyscript to 0.13.5 (#154) 5a42c3f
  • Reorganization (#146) 3883d79
    • Context renamed to VMContext and context to Context
  • Update issue templates (#109) fb0ba2d
  • Merge pull request #136 from near/fix/contractpromisebatch-docs 51ac9d9
  • fix: Fixed the documentation comment for ContractPromiseBatch instantiation f528f1c
  • AVLTree Implementation (#118) 7ba9ae3
  • Allow getPrimitives to use string 32b9174

v0.4.2...v0.5.0