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.

https://approvej.org/pdf/cheat-sheet-pdf.pdf

πŸš€ #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

#approvaltesting #snapshottesting #java #jvm

https://github.com/mkutz/ApproveJ/releases/tag/v1.2

πŸš€ #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

https://github.com/mkutz/ApproveJ/releases/tag/v1.1

#approvaltesting #snapshottesting #java #jdk

πŸš€ #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

#approvaltesting #snapshottesting #jvm #java

Release Release v1.0-RC1 Β· mkutz/ApproveJ

Changelog core πŸ—οΈ several classes (e.g. built-in Scrubber and Replacement implementations) were transformed into interfaces with record implementations πŸ—οΈ the Scrubber and Replacement interfaces a...

GitHub
Release Release v0.12 Β· mkutz/ApproveJ

⚠️ This release contains a massive amount of API changes and deprecations as this is likely the last release before 1.0. Migration Guide In your src/test/resources/approvej.properties or ~/.confi...

GitHub

πŸš€ 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.

πŸ‘‰ https://github.com/mkutz/ApproveJ/releases/tag/v0.12

#approvaltesting #snapshottesting #java #kotlin

Release Release v0.12 Β· mkutz/ApproveJ

⚠️ This release contains a massive amount of API changes and deprecations as this is likely the last release before 1.0. Migration Guide In your src/test/resources/approvej.properties or ~/.confi...

GitHub

πŸš€ ApproveJ v0.10 is here

πŸ–¨οΈ revamps the ObjectPrinter especially for Kotlin data classes
πŸŽ›οΈ adds new global configuration file ~/.config/approvej/approvej.properties

https://github.com/mkutz/ApproveJ/releases/tag/v0.10

#approvaltesting #jvm #kotlin #java #approvej

πŸš€ 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

πŸ‘‰ https://github.com/mkutz/ApproveJ/releases/tag/v0.9.7

#approvaltesting #snapshottesting #java #jvm

πŸš€ ApproveJ v0.9.5 is out

πŸ” New Replacement interface can be implemented and used with any RegexScrubber.

⚠️ Deprecates relativeDates() Scrubber
Use DateTimeScrubber.replaceWithRelativeDate() instead.

#approvaltesting #snapshottesting #java #kotlin #jvm