All notable changes to this project will be documented in this file.
v3.0.1 - 2025-01-08
v3.0.0 - 2025-01-08
- Update to rdf-data-factory v2 This includes a bump to @rdfjs/[email protected], which requires TypeScript 5 and Node 14+
v2.4.0 - 2023-11-24
v2.3.0 - 2023-11-07
v2.2.3 - 2023-06-05
- Migrate to @rubensworks/saxes This fixes compilation errors on TypeScript 5
v2.2.2 - 2023-04-06
v2.2.1 - 2022-11-09
v2.2.0 - 2022-08-16
v2.1.0 - 2022-07-27
v2.0.0 - 2022-07-14
This release has been marked as a major change due to the transition from Node's internal stream
API to readable-stream
.
Most users should experience not breakages with this change.
- Uses native saxes namespace support
- Move away from Node.js built-ins
- Enable tree shaking in package.json
v1.5.0 - 2021-08-11
v1.4.0 - 2020-09-15
v1.3.6 - 2020-06-03
v1.3.5 - 2020-04-14
v1.3.4 - 2020-01-27
v1.3.3 - 2020-01-17
v1.3.2 - 2020-01-12
v1.3.1 - 2019-07-17
v1.3.0 - 2019-07-03
- Add 'trackPosition' option to print line numbers on errors, Closes #16
- Add 'allowDuplicateRdfIds' to allow duplicate rdf:IDs, Closes #18
v1.2.4 - 2019-06-24
v1.2.3 - 2019-04-25
v1.2.2 - 2019-04-25
v1.2.1 - 2019-04-02
v1.2.0 - 2019-01-28
v1.1.0 - 2018-11-08
v1.0.1 - 2018-10-09
- Throw an error on li attributes on node elements
- Throw errors on rdf:aboutEach and rdf:aboutEachPrefix
- Add stricter NCName validation
- Make parseType and resource interactions more strict
- Add blacklists for forbidden node and property element names
- Initial release