This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
Releases: eb4j/eb4j-tools
Releases · eb4j/eb4j-tools
Release v2.2.5
### Changed - map: output YAML with sorted map keys - Allow building with Java16 and later - appendix: refactoring writer code Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.4
Commits
- fix schema to produce correct yaml (Hiroshi Miura)
- minimize quotes for value (Hiroshi Miura)
- 6ac2b4b: Release v2.2.4 (Hiroshi Miura)
Release v2.2.3
Tests
- Update EBMapTest (Hiroshi Miura)
Commits
- 8047eb3: Add IntelliJ IDEA files (Hiroshi Miura)
- Fix FileNotFound error on EB definition (Hiroshi Miura)
- Support writing catalog(s) (Hiroshi Miura)
- improve output directory handling (Hiroshi Miura)
- setup application plugin (Hiroshi Miura)
- 1ef3ee0: Bump [email protected] (Hiroshi Miura)
- Refactoring YAML deserializer #9 (Hiroshi Miura)
- 15423fb: Introduce map2yaml (Hiroshi Miura) #9
- Fix typo on debug message #9 (Hiroshi Miura)
- support serialize #9 (Hiroshi Miura)
- ea57133: Rename subcommand to map (Hiroshi Miura) #9
- 451fbda: Update README.md (Hiroshi Miura)
- add test for EBMap class (Hiroshi Miura)
- 29ef032: Add test data (Hiroshi Miura)
- 31fb470: Release v2.2.3 (Hiroshi Miura)
v2.2.2
Commits
- update release script (Hiroshi Miura)
- accept yaml hex key in both capitalize or lower case (Hiroshi Miura)
- allow empty definition in yaml (Hiroshi Miura)
- use EB4J unicode escaper (Hiroshi Miura)
- 5052028: Bump [email protected] (Hiroshi Miura)
- fix release script (Hiroshi Miura)
- fix release script(wip) (Hiroshi Miura)
- fix release script(wip) (Hiroshi Miura)
- aac906e: Release v2.2.2 (Hiroshi Miura)
Release v2.2.1
### Fixed - Fix appendix subcommand crashed, adjust native image builder configuration - CI: Fix release automation crashed. Signed-off-by: Hiroshi Miura <[email protected]>
Release v2.2.0
- Add appendix generation utility(#3) - Support unicode extension(#4,#5) - Provide Graalvm-native-image command(#7) - Spin out tools to its individual project - Change license to GPL-3 - Use picocli for CLI options(#1) - Support subcommand(#2,#6) Signed-off-by: Hiroshi Miura <[email protected]>