Skip to content

Releases: alexocode/babel

v1.2.0 - Reduce noise when inspecting Babel.Traces by introducing a new `depth` option

07 Nov 13:47
6ad4ea2
Compare
Choose a tag to compare

Added

  • Add a custom depth inspect option for Babel.Traces which controls how many nested traces should be rendered [@alexocode]
  • Add a Babel.Trace.reduce/2 function that reduces over the trace and all nested traces [@alexocode]
  • Add a Babel.Trace.inspect/2 function as a shortcut for inspect(<trace>, custom_options: <opts>) [@alexocode]

Changed

  • Change the default inspect behaviour for Babel.Traces to omit all nested traces [@alexocode]

v1.1.0 - Reduce noise in error traces by omitting successful traces

16 Jul 09:50
0fd5a14
Compare
Choose a tag to compare

v1.0.1 - Improve docs and gracefully handle `nil` when fetching paths

16 May 09:14
7a9adff
Compare
Choose a tag to compare

v1.0.0 - First stable release

15 May 11:58
399e507
Compare
Choose a tag to compare

First stable release