From a424fbbcfefd3e1594d76c2f1987becdeeee1e54 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Tue, 7 May 2019 11:59:07 +0200 Subject: [PATCH] #15 adding simple changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2eada5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to the Schematron Rules and this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- Support loading scenarios and content from a JAR-File +- Simple Daemon-Mode exposing validation functionality via http + +### Changed +- Use s9api (e.g. XdmNode) internally for loading and holding xml objects (further memory optimization) + +## 1.0.2 +### Fixed +- Memory issues when validating multiple targets + +## 1.0.1 +### Changed +- Removed XRechnung configuration from release artifacts and source (moved to [own repository](https://github.com/itplr-kosit/validator-configuration-xrechnung) ) + +## 1.0.0 +- Initial Release \ No newline at end of file