@lezer/markdown
Advanced tools
Comparing version 0.16.1 to 1.0.0
@@ -0,1 +1,7 @@ | ||
## 1.0.0 (2022-06-06) | ||
### New features | ||
First stable version. | ||
## 0.16.1 (2022-05-20) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@lezer/markdown", | ||
"version": "0.16.1", | ||
"version": "1.0.0", | ||
"description": "Incremental Markdown parser that consumes and emits Lezer trees", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.cjs", | ||
"mocha": "^9.0.1", | ||
"@lezer/html": "^0.16.0", | ||
"@lezer/html": "^1.0.0", | ||
"rollup": "^2.52.2", | ||
@@ -28,4 +28,4 @@ "rollup-plugin-typescript2": "^0.30.0", | ||
"dependencies": { | ||
"@lezer/common": "^0.16.0", | ||
"@lezer/highlight": "^0.16.0" | ||
"@lezer/common": "^1.0.0", | ||
"@lezer/highlight": "^1.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
381261
1
+ Added@lezer/common@1.2.3(transitive)
+ Added@lezer/highlight@1.2.1(transitive)
- Removed@lezer/common@0.16.1(transitive)
- Removed@lezer/highlight@0.16.0(transitive)
Updated@lezer/common@^1.0.0
Updated@lezer/highlight@^1.0.0