Skip to content

Releases: garyb/purescript-debug

v6.0.2

16 Sep 18:16
a37b82f
Compare
Choose a tag to compare

Relaxed overly constrained dependency bounds.

v6.0.1

11 May 17:27
49c79cb
Compare
Choose a tag to compare

Added missing DebugWarning to traceTime (@fsoikin)

v6.0.0

01 May 20:40
bc1710f
Compare
Choose a tag to compare

v5.0.0

13 Mar 10:40
1443058
Compare
Choose a tag to compare
  • 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

22 Sep 10:31
6c1148b
Compare
Choose a tag to compare

Fixed require("util") breaking when util is not available (@zyla)

v4.0.0

27 May 17:56
b1484b8
Compare
Choose a tag to compare
  • 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

07 Apr 00:33
Compare
Choose a tag to compare
  • 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

v2.0.0

23 Oct 11:35
Compare
Choose a tag to compare
  • Updated dependencies

v1.0.0

06 Jun 09:38
Compare
Choose a tag to compare

Update for 1.0 core libraries

v0.1.7

10 May 19:55
Compare
Choose a tag to compare
  • Yet another release to prevent require from bundling node library code in with Webpack.