Skip to content

Releases: b2ihealthcare/rf2-d2

v0.3.4

07 Jun 15:06
Compare
Choose a tag to compare
  • [docs] Update documentation and initial Gitbook docs site
  • [bug] do not discard trailing empty values from row
  • [bug] make sure values are never written out as null (will be converted to empty string) in transform command

v0.3.3

17 May 09:31
Compare
Choose a tag to compare
  • Fix incorrect characteristicTypeId filter for stated relationship file in default rf2-spec.yml (c59a00e)
  • Fix release date and time calculation bug (cc8fa90)
  • Fix transformation log output (fb92367)
  • Remove default time property value from default rf2-spec.yml (c59a00e)

v0.3.2

14 May 15:51
Compare
Choose a tag to compare
  • Workdir relative paths now can be used in PATH arguments
  • Improved log output
    • Added start and end log entries
    • Added execution time to the end of the end log entries
    • Added number of total, skipped, modified lines during rf2 transform
    • Added number of copied lines during rf2 create
  • Fix concurrency issue preventing the creation of RF2 releases from Snapshot RF2 files
  • Fix NPE when creating non-data RF2 content file

v0.3.1

13 May 15:49
Compare
Choose a tag to compare
  • Fix bug in RF2FileName (4b6b737)
  • Report error from rf2 create command when a specified path points to a directory (12284f1)
  • Add missing java.desktop and java.scripting modules to resolve runtime warnings and issues (114bc0a)

v0.3.0

10 May 15:35
Compare
Choose a tag to compare
  • Introduced rf2-spec.yml configuration file support
    • Describes the accepted RF2 file format for any rf2 subcommand
    • Users can place a custom rf2-spec.yml file in the current working directory (where you execute the rf2 command) to override/improve/extend the default rf2-spec.yml file
  • New transform command to transform any recognizable RF2 file/release with a user-specified .groovy expression or script file
  • rf2 create now reorganizes relationship rows based on the characteristicTypeId of the row (non-stated relationship rows go into the default Relationship file, stated relationship rows go into the default StatedRelationship file).
  • Fix naming of TextDefinition and Description files (002891a)

v0.2.0

05 Apr 14:39
Compare
Choose a tag to compare

Bugs

  • Fixed missing Identifier RF2 files from generated RF2 releases
  • Fixed incorrect placement of Metadata files (under Map folder)

v0.1.0

14 Mar 16:59
Compare
Choose a tag to compare

Initial RF2-D2 release.

Added

  • New command help
    • Get help for a subcommand
  • New command check
    • Verify RF2 Release file names and structure
  • New command create
    • Create RF2 Release from one or more RF2 files
  • RF2 Release and File naming support
  • Initial build workflow