File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,11 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - ???
13+
14+
15+ ## [ 0.10.0] - 2024-11-05
16+
17+ ### Added
18+
19+ - Added numericId to components in schema files
20+
21+ ### Changed
22+
1223- Using JAXB to generate data classes
1324- Renaming default branch from "master" to "main"
1425- Changed class types on data classes from ` BigInteger ` and ` BigDecimal ` to ` int ` and ` double `
15- - Added numericId to components in schema files
1626
27+ ### Removed
28+
29+ - Dropped language-dependent schema files
30+
31+ ### Fixed
32+
33+ - Relations not loaded in schema for versions lower than 1.6
1734
1835## [ 0.9.0] - 2024-10-23
1936
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add the dependency to your project:
3535<dependency >
3636 <groupId >io.github.fva-net</groupId >
3737 <artifactId >rexs-api-java</artifactId >
38- <version >0.9 .0</version >
38+ <version >0.10 .0</version >
3939</dependency >
4040```
4141
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >io.github.fva-net</groupId >
2525 <artifactId >rexs-api-java-project</artifactId >
26- <version >0.10.0-SNAPSHOT </version >
26+ <version >0.10.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >io.github.fva-net</groupId >
2525 <artifactId >rexs-api-java-project</artifactId >
26- <version >0.10.0-SNAPSHOT </version >
26+ <version >0.10.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change 2222
2323 <groupId >io.github.fva-net</groupId >
2424 <artifactId >rexs-api-java-project</artifactId >
25- <version >0.10.0-SNAPSHOT </version >
25+ <version >0.10.0</version >
2626 <packaging >pom</packaging >
2727
2828 <name >REXS-API-Java :: Project</name >
You can’t perform that action at this time.
0 commit comments