Releases: Miksus/red-bird
Releases · Miksus/red-bird
v0.5.0
v0.4.0
What's Changed
- fix: errors for different Python versions (other than 3.8) by @Miksus in #18
- add: RepoHandler by @Miksus in #19
- fix: ORM model reflection by @Miksus in #20
- add: autocommit on SQLRepo by @Miksus in #21
- fix: warning in SQLRepo by @Miksus in #22
- add: if_missing argument to SQLRepo by @Miksus in #23
- docs: add practical examples by @Miksus in #24
- ref: rename field_names to fieldnames by @Miksus in #25
Full Changelog: v0.3.0...v0.4.0
v0.3.0
First official release.
What's Changed
- Dev/querying by @Miksus in #1
- add: option to ignore malformed items by @Miksus in #2
- test: add mongo mock for better CI coverage by @Miksus in #6
- add: result replace by @Miksus in #4
- Dev/repo templating by @Miksus in #7
- Dev/structure by @Miksus in #8
- add: get_by for manipulating single item by @Miksus in #3
- add: Between operator by @Miksus in #9
- Dev/skip and between loose by @Miksus in #10
- Dev/mongo direct init by @Miksus in #12
- Fix/mongo init depr by @Miksus in #13
- Dev/sql direct init by @Miksus in #11
- Ref/query method naming by @Miksus in #14
- add: CSVRepo by @Miksus in #15
- Dev/json directory repo by @Miksus in #16
- Docs/update by @Miksus in #17
New Contributors
Full Changelog: https://github.com/Miksus/red-bird/commits/v0.3.0