7.0 KiB
7.0 KiB
Cordova-create Release Notes
5.0.0 (May 13, 2023)
- GH-82 dep!: packages upgrade & requirements
- Bumped Packages
@cordova/eslint-config@latest@5.0.0cordova-common@5.0.0cordova-fetch@4.0.0fs-extra@11.1.1jasmine@4.6.0rewire@6.0.0npm-package-arg@10.1.0
- Rebuilt
package-lock.json - Bumped
nodeengine requirement>=16.13.0
- Bumped Packages
4.1.0 (Dec 26, 2022)
- GH-73 dep(npm): bump dependencies to latest minor/patch & rebuild package-lock
cordova-common@^4.1.0cordova-fetch@^3.1.0fs-extra@^10.1.0globby@^11.1.0jasmine@^3.99.0
- GH-74 ci(workflow): update node support & action dependencies
4.0.0 (Nov 30, 2021)
- GH-68 dep!: update all dependencies
cordova-app-hello-world@^6.0.0cordova-common@^4.0.2cordova-fetch@^3.0.1
- GH-67 chore: clean up
package.json - GH-66 ci: add node 14 to workflow
3.0.0 (May 19, 2020)
- GH-65 chore(
npm): bump dependencies w/ rebuiltpackage-lock - GH-64 refactor: small syntax changes
- GH-63 chore: various cleanup changes
- GH-60 chore(
eslint): bump package - GH-59 breaking(
npm): bump dependencies - GH-62 ci: use GitHub Actions
- GH-58 chore(
npm): use short notation inpackage.json - GH-55 chore:
eslintconfig cleanup - GH-53 feat: support
.gitignorefiles in generated app - GH-54 refactor:
eslintsetup - GH-52 Fix
isRemoteUri - GH-51 Add syntax highlighting to code samples in
README - GH-48 chore: update testing (
jasmine&nyc) - GH-40 breaking: major usability & maintainability improvements
- Write
package.jsonwith indentation of 2 - Simplify interface of main export (§1)
- New logic for setting attributes in
package.json&config.xml(§3) - Do not copy "missing" files from default template (§5)
- Reduce number of supported template layouts (§7)
- Drop support for linking (§8)
- Use either
opts.eventsor a no-op for logging (§4)
- Write
- GH-50 chore: improve
npmignore list - GH-49 chore: bump production dependencies
- GH-47 breaking: drop
node6 and 8 support - GH-42 chore: bump
eslint-utilsfrom 1.3.1 to 1.4.3 - GH-44 chore: bump
js-yamlfrom 3.12.0 to 3.13.1 - GH-43 chore: bump
lodashfrom 4.17.11 to 4.17.15 - GH-45 chore: replace
httpURLs inpackage-lock.jsonw/https - GH-41 chore: update
nycdev dependency - GH-39 chore: add Node.js 12 to CI services
- chore: remove deprecated
engineStrictfrompackage.json
2.0.0 (Jan 07, 2019)
- Updated Cordova Package Dependencies (#36) & (#38)
- Updated External Package Dependencies (#35) & (#38)
- Updated
package.jsonbug tracker link (#37) - Drop Q, use native promises (#33)
- Update Apache License version in test fixture (#32)
- Fix version in package-lock.json (#30)
- Commit package-lock.json (#28)
- Mark 2.0.0-dev (major update) (#27)
- Reformat & cleanup
README - Non-breaking cleanup & improvements (#20)
- Update nyc and ignore HTML coverage reports
- Determine code coverage during tests (#17)
- CB-14140 Use fs-extra instead of shelljs (#19)
- Drop support for reading from .cordova/config.json (#18)
- Refactor tests (#16)
- Fix error messages for toExist matcher (#15)
- Major code cleanup (Remove deadcode, cleanup, refactor, update dependencies, etc.) #13
- Update node versions for CI and drop support for node 4 (#12)
1.1.2 (Dec 14, 2017)
- CB-12807: updated error message to follow the template guide
- CB-13674: updated deps
- CB-13501: added support for node 8 to tests
1.1.1 (May 08, 2017)
- CB-12765 default app
cordova-app-hello-worldis now treated like a template
1.1.0 (May 02, 2017)
- CB-10681 templates will add
@latestwhen fetching from npm when no version is specified. This will ensure an older cahced version of the template is not used - CB-12666 - Remove
node 0.xsupport. - CB-12517:
package.jsondisplaynameshould equalconfig.xmlname feild andpackage.jsonnamefeild should equalconfig.xmlidfeild.
1.0.2 (Jan 17, 2017)
- change event from
warntoverbose - Add github pull request template
1.0.1 (Sep 29, 2016)
- removed stripping eventlisteners
1.0.0 (August 23, 2016)
- CB-11623 added symlinking option
- fixed jasmine custom matcher for
toExist - updated jasmine dep, fixed caching issue with tests
- added
travisandappveyorsupport - version 1.0.0 for npm