Releases: ionic-team/trapeze
Releases · ionic-team/trapeze
v6.0.12
v6.0.10
Change the order that java is resolved. Now favors JAVA_HOME
over java on PATH
.
v6.0.9
v6.0.8
Bug fix release for XML files and .strings
v6.0.7
v6.0.6
v6.0.5
Added a new copy
command to the project
commands: https://trapeze.dev/docs/configuration-tool#copy-2
v6.0.4
v6.0.3
v6.0.2
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"