Releases: purescript-web/purescript-canvas
Releases · purescript-web/purescript-canvas
v6.0.0
Breaking changes:
- Migrate FFI to ES modules (#85 by @JordanMartinez)
- Support arcs that are drawn counter-clockwise (#58, #83 by @karljs and @JordanMartinez)
- The
Transform
type now uses the field namesa
,b
,c
,d
,e
andf
, instead ofm11
,m12
,m21
,m22
,m31
andm32
(#86 by @artemisSystem)
New features:
- Added
createImageDataWith
(#81)
Other improvements:
- Added ESLint config and fixed the resulting linter issues (#82)
v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#71)
New features:
- Added
Eq
instances forLineJoin
,Composite
,TextAlign
, andPatternRepeat
(#67) - Added
TextBaseline
(#66)
Bugfixes:
- Fixed order of arguments in
withContext
documentation example (#69)
Other improvements:
v4.0.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Updates for 0.11 (@jasonzoladz)