0.8.0
- 🆕 Used integration with toolit to make snappylapy commands available for AI coding assistants
- 🆕 Add a
@configure_snappylapy()decorator as an alternative for using @pytest.mark.snappylapy for improved documentation support, type checking and IDE integration. - 🔄 Improve documentation and examples for using snappylapy for advanced snapshot testing scenarios.
- 🗑️ Deprecated support for Python 3.9. Snappylapy now requires Python 3.10 or higher. Add Python 3.14 to the test matrix.
What's Changed
- Integrate toolit for AI coding assistant support and enhance documentation by @martinmoldrup in #10
- Update project to require Python 3.10 by @martinmoldrup in #11
Full Changelog: 0.7.0...0.8.0