Thereโs a brand new printable cheat sheet ๐๐ for #ApproveJ!
Put it on your desktop to get a quick overview on the API for your #approvaltesting/#snapshottesting on the #jvm.
Thereโs a brand new printable cheat sheet ๐๐ for #ApproveJ!
Put it on your desktop to get a quick overview on the API for your #approvaltesting/#snapshottesting on the #jvm.
๐ #ApproveJ 1.2 got released with 3 new modules!
๐ http module can be used to approve HTTP requests done by your code!
Complete with ๐จ๏ธ PrintFormat, ๐งฝ Scrubbers, and a ๐ฅธ HttpStubServer (WireMock also supported)
๐ json-/yaml-jackson3 modules support Jackson 3
โ ๏ธ all jackson modules no longer provide the Jackson dependencies, but require them to be declared in the project's dependencies
๐ #ApproveJ v.1.1 was released
๐ฆพ New automatic file reviewer
๐๏ธ Short aliases for in configuration
All configuration values can now also be overwritten via environment variables
๐ #ApproveJ v1.0 ("ONE-POINT-ZERO") was just released! ๐๐ฅณ๐พ
๐งน all deprecated methods have been removed
๐ชฒ approving by file is now also possible in parameterized tests
๐ minor updates in the manual
https://github.com/mkutz/ApproveJ/releases/tag/v1.0
#approvaltesting #snapshottesting #java #kotlin #unittesting #release
#ApproveJ v1.0-RC1 was just released ๐
This release concentrates on internal refactoring and removed deprecated methods and classes.
๐ https://github.com/mkutz/ApproveJ/releases/tag/v1.0-RC1
ApproveJ v0.12 is here!
๐ ApproveJ v0.12โฆ1 is here!
This release contains quite some deprecations in APIs that prepare for the release of v1.0, so please check the migration guide in the release notes.
Also, v0.12.1 fixes an edge chase bug.
๐ ApproveJ v0.10 is here
๐จ๏ธ revamps the ObjectPrinter especially for Kotlin data classes
๐๏ธ adds new global configuration file ~/.config/approvej/approvej.properties
๐ ApproveJ v0.9.7 was released
๐งฝ new strings scrubber allows to scrub known strings
๐งฝ new masking replacement turns "Whatever74" into "Aaaaaaaa11"
๐ the approval error now has expected and actual in the right order
๐ ApproveJ v0.9.5 is out
๐ New Replacement interface can be implemented and used with any RegexScrubber.
โ ๏ธ Deprecates relativeDates() Scrubber
Use DateTimeScrubber.replaceWithRelativeDate() instead.