Releases: alexocode/babel
Releases · alexocode/babel
v1.2.0 - Reduce noise when inspecting Babel.Traces by introducing a new `depth` option
Added
- Add a custom
depth
inspect option forBabel.Trace
s 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 forinspect(<trace>, custom_options: <opts>)
[@alexocode]
Changed
- Change the default
inspect
behaviour forBabel.Trace
s to omit all nested traces [@alexocode]
v1.1.0 - Reduce noise in error traces by omitting successful traces
v1.0.1 - Improve docs and gracefully handle `nil` when fetching paths
v1.0.0 - First stable release
First stable release