Skip to content

Releases: imsweb/validation

v1.20

31 Jul 17:41

Choose a tag to compare

Version 1.20

  • Updated Groovy library from version 2.4.12 (indy) to version 2.5.1 (indy).
  • Updated Apache commons-lang library from version 3.6 to version 3.7.

v1.19

13 Jul 20:16

Choose a tag to compare

Version 1.19

  • Changed context function getEodSchemaId() to use 'behavior' as an input.
  • Updated staging client from version 4.0 to version 4.1.

v1.18

15 May 16:16

Choose a tag to compare

Version 1.18

  • Updated staging client from version 3.1 to version 4.0; that version split the algorithms out of the client, the engine only needs the client at compile time but it still needs the algorithms at runtime.

If you are running Genedits translated edits, you will need to add a new dependency to the CS staging algorithm in your project, see https://github.com/imsweb/staging-algorithm-cs

v1.17

25 Apr 20:48

Choose a tag to compare

Version 1.17

  • Fixed a bug in re-alignment logic of XmlValidatorFactory; added an option to turn off re-alignment in that class (alignment is still ON by default).

v1.16

17 Apr 15:13

Choose a tag to compare

Version 1.16

  • Fixed equality of Rule class; it was unintentionally modified in previous version.

v1.15

16 Apr 15:06

Choose a tag to compare

Version 1.15

  • Fixed equality of RuleHistory class; reviewed equality/hash of all the other entities.
  • Changed log methods in ValidatorServices so they accept an Object instead of a String.

v1.14

30 Mar 14:02

Choose a tag to compare

Version 1.14

  • Increased the engine version to 5.9.
  • Added support for the EOD staging algorithm.
  • Updated staging client from version 2.12 to version 3.1.
  • Improved parsing logic to better handle null-safe notation.
  • Added new "needsReview" field to the Rule Java entity; this field is not used by this library but will be useful in other projects.

v1.13

13 Feb 21:30

Choose a tag to compare

Version 1.13

  • Updated staging client from version 2.10 to version 2.12.

v1.12

31 Jan 13:57

Choose a tag to compare

Version 1.12

  • Fixed a bug affecting pre-compiled edits being dynamically updated in the engine.

Version 1.11

  • Fixed bug where values in Genedits messages would not be properly replaced.

Version 1.10

  • Added new "allowOverride" field to the Rule Java entity; this field is not used by this library but will be useful in projects using it.

v1.9

12 Dec 17:40

Choose a tag to compare

Version 1.9

  • Updated staging client from version 2.9 to version 2.10.