Releases: garyb/purescript-debug
Releases · garyb/purescript-debug
v6.0.2
Relaxed overly constrained dependency bounds.
v6.0.1
Added missing DebugWarning
to traceTime
(@fsoikin)
v5.0.0
- Updated for PureScript 0.14
- Renamed module to just
Debug
- Added
spyWith
function that allows transformation of the value being spied (for show
, etc.)
- Added
debugger
v4.0.1
Fixed require("util")
breaking when util
is not available (@zyla)
v4.0.0
- Updated for PureScript 0.12
- The available options have been drastically simplified - every function now acts like the previous
Any
varieties, and the Show
variations have been removed
spy
now accepts a label to tag the printed value with
traceA
has been removed in favour of traceM
- sometimes traceA
would trace too soon, before an effect block was evaluated
v3.0.0
- Updated for PureScript 0.11
- Using functions in this module will now raise a custom warning, in case you forget to remove them from production code
v1.0.0
Update for 1.0 core libraries
v0.1.7
- Yet another release to prevent
require
from bundling node library code in with Webpack.