Skip to content

Releases: RealyUniqueName/JStack

2.3.8

26 Oct 16:45
Compare
Choose a tag to compare
  • 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

04 Oct 05:19
Compare
Choose a tag to compare
haxelib

2.3.1

17 Mar 17:47
Compare
Choose a tag to compare
[js] exit with code 1 on uncaught exception in nodejs environment (fi…

2.3.0

06 Mar 19:15
Compare
Choose a tag to compare
Custom output patterns for stack items (fixes #6)

2.2.1

01 Mar 21:40
Compare
Choose a tag to compare
Try harder to map stack of uncaught exceptions on nodejs (fixes #5)

2.2.0

01 Mar 12:12
Compare
Choose a tag to compare
added -D JSTACK_MAIN for custom entry points (fixes #4)

2.0.0

23 Feb 19:46
Compare
Choose a tag to compare
  • Use sourcemap haxe lib instead of source-map js lib.
  • -D JSTACK_FORCE compiler flag to enable jstack in non-debug builds.