Skip to content

v3.0

Latest
Compare
Choose a tag to compare
@kevin-belellou kevin-belellou released this 19 Dec 13:57
· 3 commits to public since this release
9592e43

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 renamed fromFolder() to better reflect its usage and accommodate the new method fromChFile(), that only uses a single .ch file
  • In ColumnInformationMapper
    • Method readColumnDocumentFromFile() now requires an additional argument, the name of the .txt file to read
  • In GcToAllotropeJsonConverter
    • A new constructor has been added, that takes a ChemStationToAllotropeMapperBuilder as argument
    • Method convertFile() has been renamed to convertFolderToAllotrope() to better reflect its usage and accommodate the new method convertChFileToAllotrope(), that only uses a single .ch file

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