Skip to content

v0.2.0

Compare
Choose a tag to compare
@volovyks volovyks released this 26 May 08:07
· 315 commits to master since this release

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