Releases: dpogue/seymour
Releases · dpogue/seymour
v2.1.0
- Change: Enable cordova-fetch by default (matching Cordova 7.x behaviour)
- Add
SEY_NOFETCH
environment variable to use the old installation method for platforms/plugins
v1.4.0
- Add support for
SEY_APP_SHORTNAME
variable to set the app display name
- Update Cordova dependencies to latest versions (cordova-common, cordova-lib)
- Update testing dependencies
- Add more tests for 100% test coverage
v1.3.0
- #1 - Added support for
SEY_PREFERENCE_*
variables to set global preferences. Platform-specific preferences are still not supported.
v1.1.1
- Added
SEY_NOBROWSERIFY
option to disable the --browserify
flag
v1.1.0
- Added support for
SEY_BUILD_CONFIG
to support build.json files
v1.0.2
- Properly capture cordova build output
- Better logging output with
SEY_VERBOSE
- Fix for build reusing a modified options hash from prepare.
This could potentially cause build-step hooks to fail because parts of the options hash were incorrectly populated.