Skip to content

Commit

Permalink
merge previous manual release log into changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skymakerolof committed Sep 22, 2022
1 parent c1abc3b commit 98727da
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 64 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,68 @@ All notable changes to this project will be documented in this file. See [standa
### Bug Fixes

* handle color value 256 ([#104](https://github.com/skymakerolof/dxf/issues/104)) ([80e9fa1](https://github.com/skymakerolof/dxf/commit/80e9fa119afaf5b3e5f4dcd73583c4a63b0876a8))

## 4.6.3

- Remove dependency on pretty-data (#85)

## 4.6.2

- Remove import of unused parts of lodash

## 4.4.4

- Fix typo in README

## 4.3.0

- #51 Fix bug when transforming empty bounding box

## 4.2.4

- #50 Fix knot piecewise beziers

## 4.2.3

- More accurate bounding boxes for arcs and ellipses (#48)

## 4.2.2

- Bump eslint-utils from 1.3.1 to 1.4.2
- Add HATCH to unsupported SVG entities in README

## 4.2.1

- Use main lodash package due to security issue(s)

## 4.2.0

- README updates

## 4.1.1

- #issue42 support entities that have extrusionZ === -1 defined on the entity itself (as opposed to the transform).

## 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.
- Use SVG <g/> 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.

## 3.6.0

- NPM audit fixes.
- Remove support for Node v6 in Travis.
- Node engine is now >= 8.9.0.
64 changes: 0 additions & 64 deletions RELEASE.md

This file was deleted.

0 comments on commit 98727da

Please sign in to comment.