Skip to content

Releases: romellogoodman/goodvg

0.15.0

11 Oct 01:23
Compare
Choose a tag to compare
  • adds empty function
  • adds tests
  • using this.width and this.height in the constructor for this.viewbox

0.14.0

22 Jul 20:31
Compare
Choose a tag to compare
  • adds polygon function
  • adds smaller function
  • adds bigger function

0.13.0

26 Apr 21:39
Compare
Choose a tag to compare
  • adding the triangle function

0.12.2

15 Apr 19:02
Compare
Choose a tag to compare

a fix for grid opt.x and opt.y to allow for 0 to be a valid coordinate

0.12.1

06 Apr 01:46
Compare
Choose a tag to compare

readme updates

0.12.0

06 Apr 01:21
Compare
Choose a tag to compare
  • times and grid are now groups by default
  • grid({x, y}) options
  • new functions
    • lerpColor
    • degrees
    • radians
    • constrain
    • lerp
  • draw checks that a window exists

0.11.0

21 Mar 23:59
Compare
Choose a tag to compare

introducing viewbox support

0.10.2

12 Mar 13:41
Compare
Choose a tag to compare

bug fix for .circle

0.10.0

12 Feb 15:48
Compare
Choose a tag to compare
  • adds groupStart and groupEnd
  • fixes bug with save functions when opts arent supplied

0.9.0

09 Feb 01:27
Compare
Choose a tag to compare

Pulling a React and moving the number over from patch releases to minor. Documentation is up to date but there is some breaking changes between how grid() and times() are used.