Releases: b2ihealthcare/rf2-d2
Releases · b2ihealthcare/rf2-d2
v0.3.4
v0.3.3
v0.3.2
- 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
v0.3.0
- 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 therf2
command) to override/improve/extend the default rf2-spec.yml file
- Describes the accepted RF2 file format for any
- 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 thecharacteristicTypeId
of the row (non-stated relationship rows go into the defaultRelationship
file, stated relationship rows go into the defaultStatedRelationship
file).- Fix naming of TextDefinition and Description files (002891a)
v0.2.0
v0.1.0
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