Releases: sharkdp/purescript-sparkle
Releases · sharkdp/purescript-sparkle
v3.0.0
- Updates for PureScript 0.11
v2.0.0
- Updates for PureScript 0.10
v1.0.1
- Small update, use
Data.Array.fromFoldable
instead of inefficient work-around
v1.0.0
- Updates for PureScript 0.9
v0.3.1
- Add useful newtypes to control the input fields:
NonNegativeInt
, SmallInt
, SmallNumber
, Multiline
, WrapEnum
- CSS Fix: remove padding for
input[type=range]
, closes #8
v0.3.0
- Update to newest Flare version
v0.2.2
- Export
Renderable
constructors
- Fix warning
v0.2.1
- Syntax highlighting and mouse-over tooltips via
purescript-generics
.
v0.2.0
Interactive
instance for GenericSpine
. This allows every type which has a Generic
instance to be used as debug output.
- Pretty printing for Arrays and Lists
- Templates for HTML and CSS files.
- Fix a bug in Firefox which would not show the title of the test
flareDoc
command which includes an optional help text
This release requires a 0.8 version of the PureScript compiler.
v0.1.1
- Pretty printing for specific types of output, see #5
- Support for
Char
input and output
- Properly escape special characters in the output