Releases: kraklin/elm-debug-transformer
Releases · kraklin/elm-debug-transformer
Fix for console.log(undefined)
Few bug fixes
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 🎂
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
Add Vector, File and Bytes
Major Release candidate 3
v1.0.0-rc3 Version 1.0.0 RC3
Add support for Vector, Byte and File types
0.0.6 Add support for Vector, File and Bytes
Fix bad install instructions in README
There were bad install instruction in README that were published on NPMjs website. Nothing else was changed. Yet.
Introduce `simple_mode`
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.