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
ChemStationToAllotropeMapperBuilder
as 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