Skip to content

Releases: ionic-team/trapeze

v6.0.10

09 Dec 02:39
Compare
Choose a tag to compare

Change the order that java is resolved. Now favors JAVA_HOME over java on PATH.

v6.0.9

08 Dec 23:32
Compare
Choose a tag to compare

Create parent directories whenever writing new files #116

Tweak logging behavior to fix debug messages showing even when verbose mode isn't specified

v6.0.8

06 Dec 16:44
Compare
Choose a tag to compare

Bug fix release for XML files and .strings

v6.0.7

05 Dec 18:12
Compare
Choose a tag to compare

Added support for managing XCConfig files per #95 and fixed an issue with the latest .strings support in #116

https://trapeze.dev/docs/Operations/ios#xcconfig

v6.0.6

01 Dec 02:06
Compare
Choose a tag to compare

Added support for modifying iOS .strings files for localization/i18n #116

v6.0.5

22 Nov 13:03
Compare
Choose a tag to compare

Added a new copy command to the project commands: https://trapeze.dev/docs/configuration-tool#copy-2

v6.0.4

17 Nov 14:37
Compare
Choose a tag to compare

Fixed an issue replacing fragments in XML that could happen in some environments. #125

v6.0.3

16 Nov 19:54
Compare
Choose a tag to compare

Added support for the new appName command for android per #124

v6.0.2

16 Nov 00:50
Compare
Choose a tag to compare

Added a support for project-level xml and json operations per #102

This means you can now run xml and json operations (with more coming) at the top-level of your repo instead of scoping it to an android or ios platform:

project:
  xml:
    - file: my-strings.xml
      target: resources/string[@name="app_name"]
      replace: |
        <string name="app_name">Awesome App</string>

  json:
    - file: project-json.json
      set:
        project_info:
          project_id: "1234"

v6.0.1

15 Nov 16:14
Compare
Choose a tag to compare

Added extensive logging to help with debugging operations (#121). Use --verbose when running npx trapeze to enable logging.