Skip to content

Releases: kraklin/elm-debug-transformer

Fix for console.log(undefined)

25 Jun 15:43
Compare
Choose a tag to compare

Few bug fixes

30 Jan 16:02
Compare
Choose a tag to compare

This one fixes few bugs in parsing - like #17 and acceptance of one value in parentheses as Tuple.

Regarding the version number - it skips a few versions as I have publish them wrongly - sorry for that, still learning the whole npm thing with tags etc :)

1.0 - birthday edition 🎂

04 Sep 14:19
bc77930
Compare
Choose a tag to compare

This release brings you a few bugs fixed, but apart of that:

  • rewrite to TypeScript
  • limit for huge debug messages
  • more stable parser settings
  • for Chrome users there is elm color scheme and small elm logo with each message

Major release candidate 4

02 Aug 08:43
Compare
Choose a tag to compare
Pre-release

Fixes issues #7 and #11

Add Vector, File and Bytes

02 Aug 08:26
Compare
Choose a tag to compare
  • Fixes issues #4 and #5

Major Release candidate 3

02 Aug 07:17
Compare
Choose a tag to compare
Pre-release
v1.0.0-rc3

Version 1.0.0 RC3

Add support for Vector, Byte and File types

13 Jun 20:44
Compare
Choose a tag to compare
0.0.6

Add support for Vector, File and Bytes

Fix bad install instructions in README

11 Jun 11:54
Compare
Choose a tag to compare

There were bad install instruction in README that were published on NPMjs website. Nothing else was changed. Yet.

Introduce `simple_mode`

10 Jun 21:18
Compare
Choose a tag to compare

Now you can get simpler JS object by setting register({simple_mode: true});. This can be helpful for those who don't like Chromium based browsers.