SimpleLogger changes + jest scrubbers
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()