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 69c1942 commit e98b9e6Copy full SHA for e98b9e6
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.13.0"></a>
5
+## [v1.13.0](https://github.com/rubensworks/rdf-object.js/compare/v1.12.0...v1.13.0) - 2022-01-14
6
+
7
+### Added
8
+* [Allow a max depth to be passed to Resource#toJSON](https://github.com/rubensworks/rdf-object.js/commit/112cd35cbb939480e220e0ce346602a76d25ad3d)
9
10
<a name="v1.12.0"></a>
11
## [v1.12.0](https://github.com/rubensworks/rdf-object.js/compare/v1.11.0...v1.12.0) - 2021-10-06
12
package.json
@@ -1,6 +1,6 @@
{
"name": "rdf-object",
- "version": "1.12.0",
+ "version": "1.13.0",
"description": "Loads RDF as JSON objects",
"keywords": [
"rdf",
0 commit comments