File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.0.0] ( https://github.com/rvagg/js-ipld-schema/compare/v3.0.3...v4.0.0 ) (2022-08-19)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * change package name to @ipld/schema
7
+ * add typed node interface, more complete TS checking
8
+
9
+ ### Features
10
+
11
+ * add typed node interface, more complete TS checking ([ d0b4866] ( https://github.com/rvagg/js-ipld-schema/commit/d0b4866ddf5ac3f3c756f02959c0e8a41b95d546 ) )
12
+ * change package name to @ipld/schema ([ 02d256d] ( https://github.com/rvagg/js-ipld-schema/commit/02d256d3a4fa1d91f88c87115271eda9ed293b43 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * extend timeout of first test with linting ([ 9586242] ( https://github.com/rvagg/js-ipld-schema/commit/958624225814cd67cd2775b102276485f48194df ) )
18
+ * make enums behave properly ([ 20d7030] ( https://github.com/rvagg/js-ipld-schema/commit/20d70309e3fe5e3b56ecaec11d5d8dca6f9789e9 ) )
19
+
20
+
21
+ ### Trivial Changes
22
+
23
+ * update docs, add typed example ([ 73a7a5e] ( https://github.com/rvagg/js-ipld-schema/commit/73a7a5ef0426816b7eaae0a83f2b2a3700c3bfad ) )
24
+
1
25
## [ 3.0.3] ( https://github.com/rvagg/js-ipld-schema/compare/v3.0.2...v3.0.3 ) (2022-08-16)
2
26
3
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ipld/schema" ,
3
- "version" : " 4.0.0-beta.1 " ,
3
+ "version" : " 4.0.0" ,
4
4
"description" : " IPLD Schema parser and CLI utilities for JavaScript" ,
5
5
"main" : " ./ipld-schema.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments