Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@15r10nk 15r10nk released this 10 Nov 21:45
· 6 commits to main since this release

Added

  • command line shortcuts can be defined to simplify your workflows. --review and --fix are defined by default. See the documentation for details.

Removed

  • removed the "Programming Language :: Python :: Implementation :: PyPy" classifier which was incorrect, because inline-snapshot can not fix snapshots on pypy.
    inline-snapshot now enforces --inline-snapshot=disable when used with an implementation other than cpython, which allows it to be used in packages that want to support pypy.

Changed

  • --inline-snapshot=create/fix/trim/update will no longer show reports for other categories.
    You can use --inline-snapshot=create,report if you want to use the old behaviour.

Full Changelog: v0.13.4...v0.14.0