Skip to content

Releases: ionic-team/trapeze

v7.0.10

10 May 12:59
Compare
Choose a tag to compare

Changed package name setting to support new namespace format. #188

v7.0.9

08 May 18:09
Compare
Choose a tag to compare

Improved android package resolution for #185 and issue with types not being set as dev dependencies #187

v7.0.8

13 Feb 14:46
Compare
Choose a tag to compare

Fixed buildNumber parsing issue on iOS #168

v7.0.7

31 Jan 20:55
Compare
Choose a tag to compare

Fixed an issue setting versionCode on Android and buildNumber on iOS when values are strings #165 #164

v7.0.6

25 Jan 22:10
Compare
Choose a tag to compare
  • 7f9e319: Target older JDK for gradle parser
  • de2dafd: Add support for --ios and --android flags to specify platform operations

v7.0.5

17 Jan 16:29
Compare
Choose a tag to compare

@trapezedev/project

7.0.5

Patch Changes

  • Fixed XML attribute setting
    • @trapezedev/gradle-parse@7.0.5

7.0.4

Patch Changes

  • Tweaked variable substitution
    • @trapezedev/gradle-parse@7.0.4

7.0.3

Patch Changes

  • Added support for typed variables
    • @trapezedev/gradle-parse@7.0.3

@trapezedev/configure

7.0.5

Patch Changes

  • Fixed XML attribute setting
  • Updated dependencies
    • @trapezedev/project@7.0.5

7.0.4

Patch Changes

  • Tweaked variable substitution
  • Updated dependencies
    • @trapezedev/project@7.0.4

7.0.3

Patch Changes

  • Added support for typed variables
  • Updated dependencies
    • @trapezedev/project@7.0.3

v7.0.2

21 Dec 21:12
Compare
Choose a tag to compare

Tweaked the way files are added to Xcode projects to fix #146

v7.0.1

20 Dec 20:24
Compare
Choose a tag to compare

New .strings, .xcconfig, and .plist files will be added to the Xcode project per #144

v7.0.0

19 Dec 20:42
Compare
Choose a tag to compare

Added support Android namespace in #145.

Breaking Changes

AndroidProject.getPackageName() is now async and returns a Promise resolving with the namespace field in app/build.gradle or with the legacy package attribute in the AndroidManifest.xml file (per #143)

v6.0.12

15 Dec 18:58
Compare
Choose a tag to compare

Added support for versionNameSuffix on android (#136), moved operations to load dynamically (internal change, should not impact usage), and improved the loading of environment variables (#142)