We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd2732 commit 4d154f9Copy full SHA for 4d154f9
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+<a name="v1.14.0"></a>
5
+## [v1.14.0](https://github.com/rubensworks/rdf-object.js/compare/v1.13.2...v1.14.0) - 2023-06-06
6
+
7
+### Added
8
+* [Add option to prevent literals from being cached](https://github.com/rubensworks/rdf-object.js/commit/ecd2732eedb2e00e59aaec219045400038f5ea0f)
9
10
<a name="v1.13.2"></a>
11
## [v1.13.2](https://github.com/rubensworks/rdf-object.js/compare/v1.12.0...v1.13.2) - 2022-11-09
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-object",
- "version": "1.13.2",
+ "version": "1.14.0",
"description": "Loads RDF as JSON objects",
"keywords": [
"rdf",
0 commit comments