svg-path-simplify 0.3.0 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -50,7 +50,7 @@ Unlike most existing approaches (e.g in graphic applications), it checks where s
50
50
  + [SVG scaling](#svg-scaling)
51
51
  + [SVG output optimizations](#svg-output-optimizations)
52
52
  + [SVG input normalization](#svg-input-normalization)
53
- * [Lite version](#lite-versiononly-path-data)
53
+ * [Lite version](#lite-version--only-path-data)
54
54
  * [Demos](#demos)
55
55
  + [Web app](#web-app)
56
56
  + [Demo files](#demo-files)
@@ -380,6 +380,8 @@ SVGs > 1 MB are most of the time not salvagable. At least if they contain 10K+ o
380
380
 
381
381
  ## Changelog, Updates and rollback
382
382
  ### Changelog
383
+ * 0.3.0 webapp adds support for multi file batch optimizations, web worker support, drawing direction fix option (for fill rules)
384
+ * 0.2.0 added features for polygon curve fitting
383
385
  * 0.1.0 fixed node support for complete svg files
384
386
 
385
387
  ### Rollback