Skip to content

Releases: RealyUniqueName/JStack

2.3.8

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 26 Oct 16:45
  • More accurate handling of JS call stack (#13)
  • Handle exceptions thrown outside of Haxe-generated JS, which may be not js.Error (#14)

2.3.7

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 04 Oct 05:19
haxelib

2.3.1

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 17 Mar 17:47
[js] exit with code 1 on uncaught exception in nodejs environment (fi…

2.3.0

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 06 Mar 19:15
Custom output patterns for stack items (fixes #6)

2.2.1

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 01 Mar 21:40
Try harder to map stack of uncaught exceptions on nodejs (fixes #5)

2.2.0

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 01 Mar 12:12
added -D JSTACK_MAIN for custom entry points (fixes #4)

2.0.0

Choose a tag to compare

@RealyUniqueName RealyUniqueName released this 23 Feb 19:46
  • Use sourcemap haxe lib instead of source-map js lib.
  • -D JSTACK_FORCE compiler flag to enable jstack in non-debug builds.