Skip to content

Releases: purescript-web/purescript-canvas

v0.3.0-rc.1

17 Jun 16:25

Choose a tag to compare

v0.3.0-rc.1 Pre-release
Pre-release

Initial candidate release for 0.7 compiler.

v0.2.0

03 Dec 11:47

Choose a tag to compare

  • getCanvasElementById has been made safe, this is a breaking change as the result is now Maybe CanvasElement
  • strokeText is now fixed, previously was filling text
  • Added TextAlign, setTextAlign and textAlign

All by @hdgarrood

v0.1.6

28 Oct 22:53

Choose a tag to compare

Merge pull request #6 from jdeseno/global-composite

Add global composite and alpha functions

v0.1.5

30 Aug 17:10

Choose a tag to compare

Merge pull request #3 from waterson/master

add methods for dealing with text

v0.1.4

20 Aug 02:12

Choose a tag to compare

Merge pull request #1 from Fresheyeball/master

line cap and dimensions bindings

v0.1.3

16 Aug 18:25

Choose a tag to compare

Fix shadow offset method

v0.1.2

13 Aug 05:05

Choose a tag to compare

closePath

v0.1.1

13 Aug 04:20

Choose a tag to compare

Update docs

v0.1.0

13 Aug 03:52

Choose a tag to compare

getCanvasElementById