Changelog for potoroo
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
No notable changes have been made.
0.6.0 - 2024-04-05
Changed
BREAKING CHANGE: Renamed
get_by_tag()toget_by_query().BREAKING CHANGE: Renamed
remove_by_tag()toremove_by_query().BREAKING CHANGE: Renamed
TaggedRepotoQueryRepo.
0.5.0 - 2024-04-03
Changed
BREAKING CHANGE: Implement
remove_by_tag()andremove_by_key()and change remove() to accept item.
0.4.1 - 2022-06-04
Changed
Improve error handling of default
Repo.update()implementation.
0.4.0 - 2022-06-04
Added
BREAKING CHANGE: New required abstract
Repo.all()method.
Changed
The
Repo.update()method now has a default implementation.
0.3.2 - 2022-01-17
Fixed
Remove
Ugeneric type variable fromUnitOfWorkclass
0.3.1 - 2022-01-17
Added
Add
potoroo.UnitOfWorkabstract type.
0.3.0 - 2022-01-15
Changed
BREAKING CHANGE: Split
Repositorytype intoBasicRepo,Repo, andTaggedRepo.
0.2.1 - 2022-01-15
Fixed
Switch the positions of the type variables used in the
Repositorygeneric.
0.2.0 - 2022-01-15
Added
Add
potoroo.Repositoryabstract type.
Miscellaneous
First real release.
0.1.0 - 2022-01-15
Miscellaneous
First release.