#39 The supplied Input unnecessarily is not written into memory

This commit is contained in:
Andreas Penski 2019-12-18 15:57:44 +01:00
parent d7ee019194
commit efd4fd5fff
63 changed files with 1111 additions and 18196 deletions

View file

@ -6,6 +6,13 @@ 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).
## Upcoming version
#Added
- Support java.xml.transform.Source/java.xml.transform.StreamSource as Input
#Changed
- Inputs are NOT read into memory (e.g. Byte-Array) prior processing within the validtor. This reduces memory consumption.
## 1.1.1
### Added
- Convenience method for accessing information about well-formedness in Result