Releases: ifpen/GC2ASM
Releases · ifpen/GC2ASM
v4.4.2
v4.4.1
v4.4
What's Changed
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #111
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.6 by @dependabot[bot] in #112
- Improve test writing to suppress warnings + changing the signature of… by @rockflo in #116
Full Changelog: v4.3...v4.4
v4.3
v4.2
v4.1
What's Changed
- 81 fix convertchfiletoallotrope and change all signatures to use javanio by @rockflo in #82
- Bump advanced-security/maven-dependency-submission-action from 4.1.2 to 4.1.3 by @dependabot[bot] in #80
- Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.4 by @dependabot[bot] in #98
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.0 to 2.19.2 by @dependabot[bot] in #97
- Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.2 by @dependabot[bot] in #96
- Fix/result xml reading by @rockflo in #95
- move to 2025-06 schema by @viscontem in #103
- Adding modernizer-maven-plugin by @rockflo in #74
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.2 to 2.20.0 by @dependabot[bot] in #105
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #101
- 92-manage-d-with-3-channels by @viscontem in #110
- Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4 by @dependabot[bot] in #109
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #106
- Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by @dependabot[bot] in #100
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #93
- Bump org.gaul:modernizer-maven-plugin from 3.1.0 to 3.2.0 by @dependabot[bot] in #107
- Bump com.networknt:json-schema-validator from 1.5.6 to 1.5.9 by @dependabot[bot] in #108
- Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 by @dependabot[bot] in #104
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #89
Full Changelog: v3.2...v4.1
v3.2
v3.1
What's Changed
- Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 by @dependabot in #56
- Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 by @dependabot in #58
- Bump com.networknt:json-schema-validator from 1.5.4 to 1.5.5 by @dependabot in #57
- Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0 by @dependabot in #60
- Bump com.networknt:json-schema-validator from 1.5.5 to 1.5.6 by @dependabot in #59
- Bump org.slf4j:slf4j-nop from 2.0.16 to 2.0.17 by @dependabot in #61
- Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3 by @dependabot in #62
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.2 to 2.18.3 by @dependabot in #63
- Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1 by @dependabot in #64
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #65
- Bump advanced-security/maven-dependency-submission-action from 4.1.1 to 4.1.2 by @dependabot in #68
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #67
- Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.2.0 to 3.3.0 by @dependabot in #66
- Bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2 by @dependabot in #69
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.19.0 by @dependabot in #70
- Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 by @dependabot in #71
- 72 fix parsexmlresult and getinstant visibility by @rockflo in #73
New Contributors
Full Changelog: v3.0...v3.1
v3.0
Breaking changes
Some interface contracts have changed in PR #54:
- In
ChemStationToAllotropeMapper- Constructor now has more arguments and is private. A new class,
ChemStationToAllotropeMapperBuilder, is now present to help users customize this mapper. - Method
mapToGasChromatographySchema()has been renamedfromFolder()to better reflect its usage and accommodate the new methodfromChFile(), that only uses a single .ch file
- Constructor now has more arguments and is private. A new class,
- In
ColumnInformationMapper- Method
readColumnDocumentFromFile()now requires an additional argument, the name of the .txt file to read
- Method
- In
GcToAllotropeJsonConverter- A new constructor has been added, that takes a
ChemStationToAllotropeMapperBuilderas argument - Method
convertFile()has been renamed toconvertFolderToAllotrope()to better reflect its usage and accommodate the new methodconvertChFileToAllotrope(), that only uses a single .ch file
- A new constructor has been added, that takes a
What's Changed
- Bump com.networknt:json-schema-validator from 1.5.3 to 1.5.4 by @dependabot in #47
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.1 to 2.18.2 by @dependabot in #48
- Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 by @dependabot in #49
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #51
- Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 by @dependabot in #52
- Fixed a bug when retrieving compound name for the peak list by @kevin-belellou in 6cb5c6e
- Fixes #50 - Add the possibility to generate an Allotrope from a single .ch file by @kevin-belellou in #54
Full Changelog: v2.1...v3.0
v2.1
What's Changed
- Fixed typos by @Mailaender in #12
- Bump advanced-security/maven-dependency-submission-action from 2.0.0 to 4.1.1 by @dependabot in #24
- Close .ch file after reading it, avoiding some leaks by @kevin-belellou in #22
- Fix some links in POM by @kevin-belellou in #25
- Bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.1.2 to 1.2.2 by @dependabot in #28
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.13.4 to 2.18.1 by @dependabot in #27
- Add badges to README.md by @kevin-belellou in #29
- Fixes #19 - Multiple column information per line in acq.txt files by @kevin-belellou in #23
- Bump actions/checkout from 3 to 4 by @dependabot in #30
- Bump actions/setup-java from 3 to 4 by @dependabot in #31
- Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.2 by @dependabot in #35
- Bump com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.18.1 by @dependabot in #43
- Bump com.networknt:json-schema-validator from 1.0.72 to 1.5.3 by @dependabot in #41
- Bump com.sun.xml.bind:jaxb-impl from 4.0.0 to 4.0.5 by @dependabot in #39
- Bump org.junit.jupiter:junit-jupiter from 5.8.2 to 5.11.3 by @dependabot in #37
- Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 by @dependabot in #36
- Bump org.jacoco:jacoco-maven-plugin from 0.8.7 to 0.8.12 by @dependabot in #38
- Fixes #44 - Retrieve unit from .ch file by @kevin-belellou in #45
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #42
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0-M7 to 3.1.1 by @dependabot in #34
- Bump org.apache.maven.plugins:maven-source-plugin from 2.2.1 to 3.3.1 by @dependabot in #33
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.5.2 by @dependabot in #32
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 2.9.1 to 3.11.1 by @dependabot in #26
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.2.7 by @dependabot in #40
- Reading values from .ch files v179 use yOffset by @kevin-belellou in c7b9db5
New Contributors
- @Mailaender made their first contribution in #12
- @dependabot made their first contribution in #24
- @kevin-belellou made their first contribution in #22
Full Changelog: v2.0...v2.1