Skip to content

Releases: colinmeinke/svg-points

v6.0.1

17 Dec 19:39
Compare
Choose a tag to compare

<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

11 Jul 23:43
Compare
Choose a tag to compare

<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

11 Jul 22:34
Compare
Choose a tag to compare

<a name"5.1.1">

5.1.1 (2017-07-11)

Bug Fixes

  • add src directory to package (44c8f3cf)

v5.1.0

11 Jul 19:18
Compare
Choose a tag to compare

<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

13 May 19:31
Compare
Choose a tag to compare

<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

25 Mar 09:20
Compare
Choose a tag to compare

<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

24 Mar 20:23
Compare
Choose a tag to compare

<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

22 Jan 11:01
Compare
Choose a tag to compare

<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

19 Jan 07:25
Compare
Choose a tag to compare

<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

15 Jan 11:40
Compare
Choose a tag to compare

<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)