Skip to content

Releases: rafalstapinski/p3orm

1.0.0rc1

19 May 01:48
0b46d29
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release

1.0.0 release candidate 1

  • multi db support (registering models with db driver)
  • all methods hang off driver
  • pydantic.BaseModel and enum.Enum column support
  • db_gen=True is intuitive finally
  • fetch_related and prefetch= work with deeply nested and overlapping chains of relationships
  • ReverseOneToOneRelationship
  • drop sqlite support (for now)
  • transaction support
  • bunch of other fixes and changes that need to be documented

1.0.0-alpha.1

22 Dec 22:02
cfe2207
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.10.3...1.0.0-alpha.1

0.10.3

30 Nov 05:12
3833e6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

10 Nov 19:41
17dd474
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

10 Nov 19:15
1855a26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

27 Oct 01:15
8050433
Compare
Choose a tag to compare

What's Changed

  • Updated types for better language server intellisense in #51
  • 🔖 Version 0.10.0 by @rafalstapinski in #52

Full Changelog: 0.9.0...0.10.0

0.9.0

07 Oct 22:21
e3f3b72
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...0.9.0

0.8.1

14 Sep 17:19
fc87d3a
Compare
Choose a tag to compare

What's Changed

  • Fix tables that are subclasses of "Meta Table" by @rafalstapinski in #46
  • 🔖 Version 0.8.1 by @rafalstapinski in #47
  • Add Table.is_type to check if object is instance of a specific table in #47

Full Changelog: 0.8.0...0.8.1

0.8.0

10 Sep 22:28
c98259f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

17 Aug 01:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.7.0