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
depthinspect option forBabel.Traces which controls how many nested traces should be rendered [@alexocode] - Add a
Babel.Trace.reduce/2function that reduces over the trace and all nested traces [@alexocode] - Add a
Babel.Trace.inspect/2function as a shortcut forinspect(<trace>, custom_options: <opts>)[@alexocode]
Changed
- Change the default
inspectbehaviour forBabel.Traces 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