Skip to content

Releases: near/create-near-app

v1.3.6

12 Mar 02:37

Choose a tag to compare

  • yarn.lock fe6f831
  • Fix @babel/preset-env version 00b6192
  • build(deps-dev): bump @commitlint/config-conventional (#771) 5d9ba83
  • build(deps-dev): bump @commitlint/travis-cli from 11.0.0 to 12.0.1 (#773) 23faf37
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#777) 30e837d
  • build(deps-dev): bump @typescript-eslint/parser from 4.15.2 to 4.16.1 (#778) b964917
  • build(deps-dev): bump @commitlint/config-conventional (#765) eade8ae
  • yarn.lock 6d5582d
  • build(deps-dev): bump @release-it/conventional-changelog (#757) 6206316
  • build(deps-dev): bump @babel/core in /templates/react (#749) d26c1ae
  • build(deps-dev): bump @commitlint/cli from 11.0.0 to 12.0.0 (#756) 84c146b
  • build(deps-dev): bump eslint-plugin-vue in /templates/vue (#732) 2418086
  • build(deps): bump yargs from 16.1.1 to 16.2.0 (#584) cf16c50
  • build(deps): bump near-sdk from 2.0.0 to 2.0.1 in /common/contracts/rust (#668) 244523b
  • build(deps): bump near-sdk-as in /common/contracts/assemblyscript (#715) 9073ef8
  • build(deps): bump near-api-js from 0.35.0 to 0.36.3 in /templates/react (#694) 07a6c6a
  • build(deps): bump near-api-js in /templates/angular (#696) a4cf3fb
  • build(deps): bump near-api-js from 0.35.0 to 0.36.3 in /templates/vue (#698) 338a128
  • build(deps-dev): bump near-cli from 1.4.0 to 1.5.3 in /templates/vanilla (#707) 63454d3
  • build(deps-dev): bump near-cli from 1.4.0 to 1.5.3 in /templates/angular (#709) 27733be
  • build(deps-dev): bump @babel/preset-env in /templates/react (#753) b0288c9
  • build(deps-dev): bump eslint from 7.15.0 to 7.20.0 in /templates/vue (#729) 95d4919
  • build(deps-dev): bump eslint from 7.15.0 to 7.20.0 (#725) 56b2ce8
  • Disable Rust, Windows and most of frontends for CI speed f5dda12
  • build(deps-dev): bump near-cli from 1.4.0 to 1.5.3 in /templates/vue (#708) 0c3dc1b
  • build(deps): bump near-api-js in /templates/vanilla (#693) 4cf6783
  • build(deps-dev): bump near-cli from 1.4.0 to 1.5.3 in /templates/react (#710) 37309a2
  • Add myself to CODEOWNERS so that I can merge dependabot PRs 91b5823
  • Merge pull request #617 from near/vgrichina-patch-1 a2031d1
  • Merge pull request #631 from near/dependabot/add-v2-config-file c9b8016
  • Update Dependabot config file b60b9bb
  • Try disabling macos on Travis b08bc7d

v1.3.5...v1.3.6

Release 1.3.5

16 Dec 03:08

Choose a tag to compare

1.3.5 (2020-12-16)

Bug Fixes

  • assemblyscript: roll back to v1.0.0 (b9f517f)

Release 1.3.4

06 Dec 17:43

Choose a tag to compare

1.3.4 (2020-12-06)

Bug Fixes

  • re-deploy contract automatically on change (b14d22f)
  • simplify compile script; rm test script (b8eb73f)

Release 1.3.3

02 Dec 02:59

Choose a tag to compare

1.3.3 (2020-12-02)

Bug Fixes

  • prevent infinite 'yarn dev' loop on node15 (9c44fd4)
  • use npx instead of *nix-only path prefix (b885e35)

Release 1.3.2

28 Nov 02:54

Choose a tag to compare

1.3.2 (2020-11-28)

Bug Fixes

  • assemblyscript install with npm@7 (node@15) (ebdc7a6), closes #533

Release 1.3.1

03 Nov 23:07

Choose a tag to compare

1.3.1 (2020-11-03)

Release 1.3.0

20 Oct 02:52

Choose a tag to compare

1.3.0 (2020-10-20)

Features

  • add overflow-checks to Rust release profile (b7a19fd)
  • use consistent project structure for both Rust & AssemblyScript projects (210240f)
  • templates: add angular template (d193dd5)

Release 1.2.2

29 Sep 19:36

Choose a tag to compare

1.2.2 (2020-09-29)

Release 1.2.1

15 Sep 23:34

Choose a tag to compare

1.2.1 (2020-09-15)

Release 1.2.0

26 Aug 00:09

Choose a tag to compare

1.2.0 (2020-08-26)

Features

  • Vue! You can now use --frontend=vue to bootstrap a Vue app #452
  • If you mistype a CLI option, create-near-app will now tell you about it instead of ignoring your error and using defaults #452
  • For AssemblyScript contracts, near-sdk-as has been updated to 1.0 which has a new asb (AS Build) command. Goodbye asconfig.js, hello asconfig.json. Now your production AssemblyScript wasm files will be smaller, as they no longer include debug info, while test & dev builds still have all that good debug helpfulness. #425
  • Many package updates, including a rename of near-shell to near-cli #433

Bug Fixes

  • If you used create-near-app without yarn installed on your machine, you may have thought yarn was an undocumented requirement. It wasn't supposed to be! create-near-app will use npm instead now. #447

Acknowledgements

Big thanks to @luciotato for this one, who is responsible for 3 of the 5 items above! 🌟

Thanks to @willemneal for all the near-sdk-as and underlying AssemblyScript work! 🎈