Skip to content

SimpleLogger changes + jest scrubbers

Choose a tag to compare

@isidore isidore released this 29 Oct 08:09
· 1245 commits to master since this release

Breaking changes

Simple Logger

The names in simplelogger have changed to be camelCase
for example

- use_markers()
+ useMarkers()

JestApprovals

Fixed a bug that lead to approval files with 2 or more spaces not being converted to underscores (_)

Addititions

Options.withScrubber()