Releases: colinmeinke/svg-points
Releases · colinmeinke/svg-points
v6.0.1
<a name"6.0.1">
6.0.1 (2017-12-17)
Bug Fixes
- toPoints: read consecutive moveTo commands ad lineTo (643a9051, closes #15)
v6.0.0
<a name"6.0.0">
6.0.0 (2017-07-11)
Features
- switch build to rollup and compile modules dir (7cd4e2d8)
Breaking Changes
- lib directory has been renamed cjs
(7cd4e2d8)
v5.1.1
<a name"5.1.1">
5.1.1 (2017-07-11)
Bug Fixes
v5.1.0
<a name"5.1.0">
5.1.0 (2017-07-11)
Features
- update dependencies and force release (0047eaf5)
- add module field to package.json (ccf0501d)
v5.0.0
<a name"5.0.0">
5.0.0 (2017-05-13)
Bug Fixes
- toPoints: do not add extra point for z if first and previous points are the same (90cb1b20)
Breaking Changes
- no longer adds an additional point for path z command if previous and first points
already the same
(90cb1b20)
v4.0.0
<a name"4.0.0">
4.0.0 (2017-03-25)
Features
- valid: also check g shape child shapes (713b199e)
Breaking Changes
- valid will no longer check type if prop is undefined
(713b199e)
v3.2.0
<a name"3.2.0">
3.2.0 (2017-03-24)
Features
- valid: add function to test if shape object is valid (aeca04c0)
v3.1.4
<a name"3.1.4">
3.1.4 (2017-01-22)
Bug Fixes
- toPoints: remove optional arc keys from correct point (3acb3e73, closes #11)
v3.1.3
<a name"3.1.3">
3.1.3 (2017-01-19)
Bug Fixes
- toPoints: correct initial control points for path S command (6478bcfa)
v3.1.2
<a name"3.1.2">
3.1.2 (2017-01-15)
Bug Fixes
- toPath: should close any line where first and last points match (89c5a3ff)