Skip to content

Releases: anskaffelser/vefa-validator

2.3.0

24 Aug 09:57
919ea14
Compare
Choose a tag to compare
  • Bumping dependency versions
  • Adding soft linking in caches

2.2.0

22 Aug 18:47
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.2.0

2.1.0

20 Jan 11:50
Compare
Choose a tag to compare
  • Support for configuration needed to validate EN16931 instance documents.
  • Rewritten loading of resources to increase speed and minimize memory usage.
  • Removal of Jimfs dependency.
  • Updated libraries.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.1.0</version>
</dependency>

2.0.2

04 Jan 17:55
Compare
Choose a tag to compare
  • Rewrite of Declaration.
  • Rewrite of Expectation.
  • no.difi.vefa.validator.api.Document.getDeclaration() returns a string, not an object.
  • Fixing methods in ValidatorBuilder returning void.
  • Adding support for Piwik in sample application. Not turned on by default.
  • Refactoring of validator-build.
  • Adding SbdhDeclaration.
  • Updating to Saxon 9.7.
  • Close Jimfs when closing the validator. #22
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.2</version>
</dependency>

2.0.1

26 Sep 15:41
Compare
Choose a tag to compare
  • Adding annotation XmlTransient to flagFilterer in no.difi.vefa.validator.api.Section. #14
  • XsltChecker changed name to SvrlXsltChecker.
  • Changed signature of no.difi.vefa.validator.api.Source.createInstance(...).
  • Loading necessary modules when initiating JimFS. #9
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.1</version>
</dependency>

2.0.0

31 Aug 12:36
Compare
Choose a tag to compare
  • Allow tracing successful tests.
  • Adding FlagType.SUCCESS in API.
  • Added more logging.
  • Updating version of no.difi.commons:commons-schematron.
  • Functionality to sign validation artifacts defined by parameters.
  • Fixing UTF-8 thing in presentation of rendered documents in sample application.
  • Allow override of implementations of checker og renderer to use.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.0</version>
</dependency>

2.0.0-RC2

10 Aug 08:51
Compare
Choose a tag to compare
2.0.0-RC2 Pre-release
Pre-release
  • DirectorySourceInstance looks for artifacts.xml in directory.
  • Testing and fixing of detection of CustomizationID and ProfileID.
  • Functionality for configuring validator.
  • Supporting parameters for stylesheets.
  • Better defaults in the sample application (validator-web).
  • ValidatorException is moved from no.difi.vefa.validator to no.difi.vefa.validator.api.
  • Cleaner use of exceptions in exposed classes.
  • Renaming 'Presenter' and associated to 'Renderer' for better communication.
  • Moving no.difi.vefa.validator.api to module validator-api.
  • More Javadoc in code.
<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.0-RC2</version>
</dependency>

2.0.0-RC1

05 Aug 15:09
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Initial publishing of validator.

<dependency>
    <groupId>no.difi.vefa</groupId>
    <artifactId>validator-core</artifactId>
    <version>2.0.0-RC1</version>
</dependency>