Releases: near/create-near-app
Releases · near/create-near-app
v1.3.6
- 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
Release 1.3.5
Release 1.3.4
Release 1.3.3
Release 1.3.2
Release 1.3.1
1.3.1 (2020-11-03)
Release 1.3.0
Release 1.2.2
1.2.2 (2020-09-29)
Release 1.2.1
1.2.1 (2020-09-15)
Release 1.2.0
1.2.0 (2020-08-26)
Features
- Vue! You can now use
--frontend=vueto 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-ashas been updated to 1.0 which has a newasb(AS Build) command. Goodbyeasconfig.js, helloasconfig.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-shelltonear-cli#433
Bug Fixes
- If you used create-near-app without
yarninstalled on your machine, you may have thoughtyarnwas an undocumented requirement. It wasn't supposed to be! create-near-app will usenpminstead 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! 🎈