Skip to content

Releases: purescript-web/purescript-canvas

v6.0.0

27 Apr 19:36
bb640e4
Compare
Choose a tag to compare

Breaking changes:

New features:

  • Added createImageDataWith (#81)

Other improvements:

  • Added ESLint config and fixed the resulting linter issues (#82)

v5.0.0

26 Feb 21:04
6f1518e
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#71)

New features:

  • Added Eq instances for LineJoin, Composite, TextAlign, and PatternRepeat (#67)
  • Added TextBaseline (#66)

Bugfixes:

  • Fixed order of arguments in withContext documentation example (#69)

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#70)
  • Added a CHANGELOG.md file and pull request template (#73, #74)

v4.0.0

20 Jun 17:04
Compare
Choose a tag to compare
  • Updates for 0.12 compiler (@sharno)
  • The Rectangle and Arc types now use the field names width, height and radius, instead of w, h and r.

v3.3.0

19 Nov 20:00
Compare
Choose a tag to compare

Export setTransform (@yilinwei)

v3.2.0

05 Oct 22:38
Compare
Choose a tag to compare

Add setTransform (@yilinwei)

v3.1.0

29 Jun 00:16
Compare
Choose a tag to compare
  • Add an Eq instance for LineCap (#48, @ijks)

v3.0.0

03 Apr 15:46
Compare
Choose a tag to compare

Updates for 0.11 (@jasonzoladz)

v1.0.0

11 Jun 21:49
Compare
Choose a tag to compare
  • Updates for 1.0 core libraries and 0.9.1 compiler. This library will not work with compiler versions < 0.9.1. (@soupi)
  • Change Canvas effect to use uppercase (CANVAS)

v0.5.4

11 May 03:17
Compare
Choose a tag to compare

Add setLineJoin (@rgrempel)

v0.5.3

10 Apr 17:57
Compare
Choose a tag to compare

Fix setGlobalAlpha (@igagen)