Releases: dpogue/seymour
Releases · dpogue/seymour
v6.0.4
v6.0.3
v6.0.2
v6.0.1
What's Changed
Not much, from a user-facing perspective. Mostly a bunch of development dependency updates, and adding Node 18 and 20 to the CI matrix.
- Add nodeJS 18 to the CI testing matrix by @dpogue in #82
- Bump cordova-common from 4.0.2 to 4.1.0 by @dependabot in #105
- Use extended CodeQL queries by @dpogue in #126
- Add GitHub Actions workflow to publish to npm by @dpogue in #132
The next release will be a major version bump, dropping support for Node 12 and 14 and updating to the latest major version of Cordova dependencies.
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Don't use .npmignore - Use "files" in package.json. by @infacto in #29
- Enable CodeQL scanning by @evilfactory in #32
- Remove unneeded elementtree dependency by @dpogue in #33
- Correct SEY_BUILD_MODE docs by @dpogue in #65 (Thanks @MikeDimmickMnetics)
- Update to cordova-lib@11 by @dpogue in #69
New Contributors
- @infacto made their first contribution in #29
- @evilfactory made their first contribution in #32
Full Changelog: v5.0.0...v6.0.0
v5.0.0
- BREAKING: Drop support for nodeJS 8.x and 10.x
- Update to [email protected]
- Update to [email protected]
v4.2.0
- Update to [email protected]
- CAUTION: Trying to add a platform preference to a platform that does not exist in config.xml will now throw an error
- Add support for
SEY_BUILD_NUMBER
to set the build version number (not the application version)
v4.0.0
- Update to [email protected] and [email protected]
- BREAKING: Remove SEY_NOBROWSERIFY because all browserify code has been removed from Cordova
v3.1.0
v3.0.0
- Updated to
[email protected]
- BREAKING: Removed
SEY_NOFETCH
since the old fetch code has been entirely removed from Cordova