This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
Releases: ehn-dcc-development/eu-dcc-business-rules
Releases · ehn-dcc-development/eu-dcc-business-rules
v0.11.2-kotlin
Changes:
- Extend
plusTime
operation to coincide withdccDateOfBirth
on partial dates.
Only impacts test code:
- Implemented runner for validation test suite, replacing existing unit tests for validator.
- Replaced use of deprecated
ObjectNode.put
.
v0.11.1-kotlin
Changes:
- Align implementation of
and
operation with the specification: operands are evaluated lazily. - Fix
plusTime
operation w.r.t. behaviour for leap days.
v0.11.0-kotlin
Changes:
-
Add a dccDateOfBirth operation to convert date of birth (DOB) values in the EU DCC to a date. Such DOBs may be “partial dates” of the form YYYY or YYYY-MM. See the specification for more details.
-
Introduce the concept of “boolsiness” (internally) by means of a type Boolsiness and a function boolsiness.
v0.9.0-kotlin
v0.7.7-kotlin
v.0.75-kotlin: CI for Kotlin (#11)
* kotlin ci * kotlin-ci enhancements * Update pom.xml