Skip to content

Releases: dpogue/seymour

v2.1.0

03 Nov 06:44
v2.1.0
0afbb68
Compare
Choose a tag to compare
  • 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

29 Sep 05:21
v1.4.0
d4762d6
Compare
Choose a tag to compare
  • 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

11 Oct 17:29
v1.3.0
5c57d15
Compare
Choose a tag to compare
  • #1 - Added support for SEY_PREFERENCE_* variables to set global preferences. Platform-specific preferences are still not supported.

v1.1.1

06 Jun 16:53
v1.1.1
9e124dc
Compare
Choose a tag to compare
  • Added SEY_NOBROWSERIFY option to disable the --browserify flag

v1.1.0

19 May 04:01
v1.1.0
538cd0d
Compare
Choose a tag to compare
  • Added support for SEY_BUILD_CONFIG to support build.json files

v1.0.2

12 May 17:37
v1.0.2
81c0dc8
Compare
Choose a tag to compare
  • 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.