Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed Apr 15, 2019
1 parent 0257e6b commit 04ef18e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.1.0
- CIRCLE DXF entities now produce native <circle /> SVG elements.
- ELLIPSE DXF entities now produce native <path d="A..."/> or <ellipse /> SVG elements.
- ARC DXF entities now produce native <path d="A..."/> or <ellipse /> SVG elements.

4.0.1
- Browser example uses Helper

4.0.0
- Use ES6 string interpolation in SVG generation.
- Use native SVG <circle /> elements for CIRCLE entities.
Expand Down
13 changes: 2 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dxf",
"version": "4.0.1",
"version": "4.1.0",
"description": "DXF parser for node/browser",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 04ef18e

Please sign in to comment.