Skip to content

Latest commit

 

History

History
80 lines (53 loc) · 1.16 KB

CHANGELOG.rst

File metadata and controls

80 lines (53 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.4.3

Changed

  • What the hell is going on with dependencies.

v0.4.2

Changed

  • (Hopefully) actually fix dependencies.

v0.4.1

Changed

  • (Hopefully) fix dependencies.

v0.4.0

Changed

  • Change API to be more Pytest-y.

v0.3.0

Changed

  • Update versions and package metadata

v0.2.1

Changed

  • Fix the Readme.

v0.2.0

Changed

  • Complete API redesign: now there's a utility you can call that will migrate the database back and forth to specified states, returning the apps object to use to extract pseudo-models. Also a decorator that you can wrap the whole thing with to handle cleanup.

v0.1.0

Added

  • Initial API design, with a decorator that sets up the database state, and returns a decorator that you then apply to tests after the migration.