We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5231 commit fae8a4cCopy full SHA for fae8a4c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.1.0](https://github.com/rvagg/js-ipld-schema/compare/v4.0.1...v4.1.0) (2022-08-20)
2
+
3
4
+### Features
5
6
+* implement typed { toRepresentation(obj): obj } ([1ce5231](https://github.com/rvagg/js-ipld-schema/commit/1ce52314c89080c03a47497ff7b5eee1a18c8f0f))
7
8
## [4.0.1](https://github.com/rvagg/js-ipld-schema/compare/v4.0.0...v4.0.1) (2022-08-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/schema",
- "version": "4.0.1",
+ "version": "4.1.0",
"description": "IPLD Schema parser and CLI utilities for JavaScript",
"main": "./ipld-schema.js",
"type": "module",
0 commit comments