All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.7.0 (2022-09-22)
- add hatch entity to parser (#107) (362e23a)
- add layout & paper space to parser (#106) (d0a6d19)
- attrib & attdef parsing (#109) (7a10e4b)
- viewport & vport parsing (#108) (f26642e)
- Remove dependency on pretty-data (#85)
- Remove import of unused parts of lodash
- Fix typo in README
- #51 Fix bug when transforming empty bounding box
- #50 Fix knot piecewise beziers
- More accurate bounding boxes for arcs and ellipses (#48)
- Bump eslint-utils from 1.3.1 to 1.4.2
- Add HATCH to unsupported SVG entities in README
- Use main lodash package due to security issue(s)
- README updates
- #issue42 support entities that have extrusionZ === -1 defined on the entity itself (as opposed to the transform).
- CIRCLE DXF entities now produce native SVG elements.
- ELLIPSE DXF entities now produce native or SVG elements.
- ARC DXF entities now produce native or SVG elements.
- Browser example uses Helper
- Use ES6 string interpolation in SVG generation.
- Use native SVG elements for CIRCLE entities.
- Use SVG elements with a transform attribute for native and interpolated entities.
- Add a Helper object to simplify the workflow.
- The SVG output uses a root transform to flip the Y coordinates.
- NPM audit fixes.
- Remove support for Node v6 in Travis.
- Node engine is now >= 8.9.0.