Skip to content

Releases: dpogue/seymour

v6.0.4

24 Mar 08:54
Compare
Choose a tag to compare

What's Changed

No functional changes, just removing one unneeded dependency.

  • loud-rejection is not needed on Node 15+ by @dpogue in #171

Full Changelog: v6.0.3...v6.0.4

v6.0.3

31 Jul 06:09
Compare
Choose a tag to compare

What's Changed

No functional changes. Releases will now be published with npm provenance information.

Full Changelog: v6.0.2...v6.0.3

v6.0.2

31 Jul 05:58
Compare
Choose a tag to compare

What's Changed

No functional changes.

  • Fix publish workflow to (attempt to) support npm provenance by @dpogue in #155

Full Changelog: v6.0.1...v6.0.2

v6.0.1

13 Jul 04:33
Compare
Choose a tag to compare

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.

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

22 Dec 03:36
5924e38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0

v5.0.0

29 Jul 19:09
63f5d4c
Compare
Choose a tag to compare
  • BREAKING: Drop support for nodeJS 8.x and 10.x
  • Update to cordova-common@4.0.2
  • Update to cordova-lib@10.0.0

v4.2.0

09 Jul 16:54
01f4e70
Compare
Choose a tag to compare
  • Update to cordova-common@3.2.0
  • 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

18 Mar 17:00
v4.0.0
f1b93ea
Compare
Choose a tag to compare
  • Update to cordova-lib@9.0.0 and cordova-common@3.1.0
  • BREAKING: Remove SEY_NOBROWSERIFY because all browserify code has been removed from Cordova

v3.1.0

10 Jan 21:31
v3.1.0
2a23dda
Compare
Choose a tag to compare
  • Added support for platform-specific preferences by way of SEY_[platform]_PREFERENCE_*
    i.e., SEY_IOS_PREFERENCE_DisallowOverscroll=True

    Credit: @evanuk

v3.0.0

19 Dec 19:54
v3.0.0
d87ad99
Compare
Choose a tag to compare
  • Updated to cordova-lib@8.0.0
  • BREAKING: Removed SEY_NOFETCH since the old fetch code has been entirely removed from Cordova