Releases: near/near-sdk-as
Releases · near/near-sdk-as
v3.2.0
New Features:
- Also export function names with snake case (#541) @willemneal @mehtaphysical
- add near/feat/add-one-yocto-check (#547) @mehtaphysical
- add contractPrivate decorator for singleton (#538)
- add exportable internal functions (#529)
- add function to wrap block_timestamp in PlainDateTime object (#498) … @ashutoshvarma
Bug fixes
- allow floats with getPrimitive (#549)
- static member encoding (#539) @mehtaphysical
- remove @inline decorator on static reference (#516) …
- transformer path (#494) … @yjhmelody
- remove ugly relative Date UTC getters import (#509) … @ashutoshvarma
Chores
v2.2.4
v2.1.0
v1.2.1
v1.2.0
- feat: add includeBytes with test 909d00e
v1.1.0
v1.0.1
v1.0.0
- 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"
}
}
v1.0.0-4
v0.5.0
- 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