Skip to content

Releases: near/near-sdk-js

v0.4.0

25 Aug 09:01
Compare
Choose a tag to compare

The initial version of the standalone NEAR SDK

v0.3.0

07 Jun 16:39
Compare
Choose a tag to compare

Highlights:

  • All function parameters must be named
  • Unordered Set added
  • Fixed issue with warnings in code
  • Env localized in api.js file
  • minor error fixes
  • examples improved

Commits:

  • Merge pull request #87 from near/init-args d428b9e
  • Merge pull request #99 from near/jsconfig 985e3e9
  • decorators enabled in jsconfig 5ffc2eb
  • all constructors use parameters object 9a6aff8
  • Merge branch 'master' into init-args 1afdfff
  • Merge pull request #86 from near/idea404-js-call-patch b600241
  • Update README.md 300ef2b
  • Merge pull request #98 from near/fix-utils dccb7e2
  • Fix inappropriate naming of u8Array<>bytes 0dbf6dc
  • Merge pull request #95 from near/import-fix c3f64df
  • Merge pull request #77 from near/dict-args 301196f
  • Merge branch 'dict-args' into init-args 272eb05
  • CI jobs renamed b87ac1a
  • merge main branch d5a422c
  • type fixed 516c74b
  • Merge pull request #96 from near/bytes-type-desc 99ba3d7
  • Update README.md to describe the bytes type c68c916
  • Update api.js b646904
  • status-message contract updated in cross-contract-call example bd61b96
  • unused import deleted 3ba7a8a
  • add blockheight alias 6bb7a0c
  • Merge pull request #93 from near/austin/remove_encode_util 88f5564
  • chore: remove unused SDK utility a9fd9cd
  • ... deleted from near-bindgen 3dbb5cd
  • test use dict as init parameter 0cd5b4a
  • Update README.md to Fix for Missing accountId 2a2615c
  • nft example fixed fbac027
  • refactoring in JS is a nightmare e7d8724
  • constructor changed fecc5f1
  • constructor changed e1b0955
  • ft typo bug fixed afcbeff
  • cross-contrac-call test fixed 6f614a3
  • status-message contract updated f1ec32f
  • status message contract replaces 84740f0
  • examples use dict as a parameter 9290e24
  • collections use dict 0312177
  • near-bindgen-exporter modified to allow dict params c7fdd0b
  • dict test added b67676a
  • dict test contract and test added 7771f44
  • Merge pull request #73 from near/env f03eb1a
  • Merge pull request #72 from near/update-readme a88c6b8
  • Merge branch 'master' into env ce118c4
  • low level examples deleted 2b8701c
  • add collections doc 988d024
  • Merge branch 'master' into update-readme 5f8535f
  • add all low level apis 52afa5e
  • add nightly instruction on readme bf7cdb6
  • add nightly ecc729a
  • remove promise apis from jsvm a005793
  • finish update readme 294f9ed
  • Merge pull request #76 from near/status-examples-merged e0abada
  • status examples merged 3a23e5a
  • unit test dependencie isssue fixed 2e0b11c
  • env usage fix 5d6010c
  • stale examples deleted, env usage reduced 4ab7317
  • sdk api used instead of env in src/near-contract 0598cb9
  • Merge pull request #71 from near/unordered-set 50f2288
  • Update readme to reflect recent changes 7ff239a
  • steps to add a new test e7a8d00
  • add readme fbd7c8a
  • add readme 707497f
  • add test 25148b0
  • add tests da45765
  • Merge branch 'master' into unordered-set b3de0b3
  • Merge pull request #67 from near/example-refactoring 2416eab
  • Merge pull request #66 from near/collection-tests 0317916
  • add lookup map and lookup set tests 3df7ff7
  • typo fixed 95e2fa1
  • lock file deleted, build command added d8361cd
  • example simplified b85c1aa
  • add vector tests 944fa2a
  • reorganize test with the help of new build command 9985f36
  • Merge pull request #65 from near/build-command bc3893a
  • file path bug fixed 722bdfb
  • basename fixed 661bca9
  • path.basename fixed d8ee8a9
  • import fixed 8771cdf
  • path parsed ece7ba9
  • target consts added 9a3026e
  • build added to gitignore 1d8d46a
  • build command arguments added 15f5e3b
  • Merge pull request #63 from near/test-unordered-map 01d7659
  • complete tests for UnorderedMap d9c3508
  • Add unordered set 8a6aa0d
  • Merge pull request #62 from near/unit-tests-setup 4414e0b
  • unit tests workspaces setup added 56a6875

v0.2.0...v0.3.0

v0.2.0

26 May 08:07
Compare
Choose a tag to compare

Highlights:

  • Added Lookup set implementation
  • Added unordered map implementation
  • Added vector implementation
  • bug fixes, docs, examples

Commits:

  • Merge pull request #54 from near/chore/adjust-cli-calls c09642c
  • Merge pull request #60 from near/update-template a843985
  • ci fix 92f83cc
  • conflict fixed, CI fixed, package.lock deleted e4b91c6
  • Merge pull request #61 from near/daniyar/clean-state-example 7ec561f
  • add example to GHA b5c1741
  • Merge remote-tracking branch 'origin/master' into daniyar/clean-state-example e4cb397
  • update yarn.lock c46610a
  • address reviewer comments f69c4d6
  • for now use near-sdk-js in repo since last release qjsc not work in ci c022783
  • apply name fixes 29df47c
  • add template proj to ci dc64fa2
  • Merge branch 'master' into update-template 24ca15c
  • Merge pull request #57 from near/ci 25b599b
  • update yarn.lock 23d9711
  • write clean state example aa32139
  • add readme and test 73bd451
  • Update template, add test 4123c00
  • test-token-reciever build step added to CI a4a1165
  • test-token-reciever build step added to CI 8484971
  • all examples added to tests b3d58f8
  • Merge branch 'master' into ci 37d37e1
  • Linux-x86_64-qjsc fie replaced with the one build in old Ubuntu 16 distribution da932c5
  • Merge pull request #58 from near/status-message-collections 1ace075
  • Add status message collections example bbd02ce
  • Merge pull request #56 from near/add-unordered-map bbeff21
  • Merge pull request #44 from near/daniyar/lockable-ft-example 182ee66
  • examples ci added c2e425d
  • unit tests reneamed, mac run deleted 01a13e1
  • unit test GitHub Action added 252d344
  • Fixed typo prgress -> progress eee284c
  • Apply suggestions from code review 5c11143
  • Merge pull request #55 from near/daniyar/nft-tests b868c82
  • Add unordered map 353e86a
  • fix variable name 31f9b6c
  • write tests for nft example 66a54b6
  • wirte workspaces tests and fix some bugs 12cb829
  • Fixup README hidden command 82d6229
  • Converted more calls over to near js calls 70ea4b7
  • Updated README w/ newest JS CLI calls 76464a5
  • Hide raw cli call in html 3b09714
  • Added near js commands for status-message example 92858a1
  • Added near js commands for non-fungible-token example dce047c
  • Adjusted some parameters ccd5dcf
  • Added near js commands for cross-contract-call example 78a11b3
  • Merge pull request #52 from near/lookup-set b43fa07
  • add lookup set f36a4a2
  • Merge pull request #25 from near/vector bbfd0d4
  • iterable and iterator protocol tested with quickjs repl a556854
  • Merge branch 'master' into vector 366c75e
  • address Austin comment 182a1b4
  • remove todo, u32 is what new sdk-rs use bbbab11
  • Update src/collections/vector.js c80b004
  • add iterator part of vector 015cc0d
  • implement lockable ft example 819b05f
  • merge master 4465772
  • Add on-trie vector data structure e57fb2a

v0.1.1...v0.2.0

v0.1.1

19 May 10:49
Compare
Choose a tag to compare

The initial release of NEAR SDK JS