Skip to content

Releases: imsweb/seerdata-utility

v1.8

12 Dec 17:04
Compare
Choose a tag to compare

Changes in version 1.8

  • Updated JACKSON libraries from version 2.4.4 to version 2.8.10.

v1.7

08 Dec 16:26
Compare
Choose a tag to compare

Changes in version 1.7

  • Added a proper security environment to XStream by limiting the classes that it can create when loading XML files.
  • Updated XStream library from version 1.4.7 to 1.4.10.

v1.6

07 Jul 13:57
Compare
Choose a tag to compare

Changes in version 1.6

  • Changed the HematoDB utility class to add methods to determine if one disease is acute or chronic transformation of the other.
  • Changed ICD-O-1 and ICD-O-2 codes on the diseases to become a list of codes instead of a single code.
  • Changed ICD-10CM codes to be tied to a full date (yyyy-MM-dd).

v1.5.1

17 Jun 16:52
Compare
Choose a tag to compare

Changes in version 1.5.1

  • Fixed a wrong mapping with XStreams that wrote some disease collections with the tag "string" instead of the actual one.

v1.5

19 May 17:10
Compare
Choose a tag to compare

Changes in version 1.5

  • Now using XStreams instead of JAXB for all XML-related operations.
  • Fixed some getters from the YearBasedDiseaseDto class so they return a single String instead of a list of String to agree with the XML data model.
  • Move all year-based entities into a "json" package.
  • Renamed package "com.imsweb.data" into "com.imsweb.seerdata"; made this change as part of moving the library to GitHub.