Skip to content

Releases: mononobi/pyrin

0.4.36

30 Mar 21:47
Compare
Choose a tag to compare

** This is the last release which works with sqlalchemy < 1.4

  • Extended path utils
  • Added slug utils
  • Added regex utils
  • Code enhancements
  • Minor bug fixes

0.4.35

25 Mar 20:59
Compare
Choose a tag to compare
  • Improved string filter normalizers

0.4.34

18 Mar 13:20
Compare
Choose a tag to compare
  • Improved find and find range validators api

0.4.33

17 Mar 21:05
Compare
Choose a tag to compare
  • Enhanced find validators

0.4.32

16 Mar 16:00
Compare
Choose a tag to compare
  • Improved find validators

0.4.31

14 Mar 19:40
Compare
Choose a tag to compare
  • Bug fix on validators type checking
  • Bug fix on validators callable values

0.4.30

13 Mar 18:13
Compare
Choose a tag to compare
  • A bug fixed on not copying columns custom attributes by sqlalchemy

0.4.29

13 Mar 15:38
Compare
Choose a tag to compare
  • Added find validators
    they can be used to validate find parameters to prevent internal server error on find.
  • Extended validators

0.4.28

09 Mar 16:55
Compare
Choose a tag to compare
  • Enhancements on datetime package
  • Revising model mixins
  • Populating all model mixin caches on server startup for performance boost
  • Added the ability to limit the ordering columns of an entity
  • Always considering UTC timezone for sqlite backend independent from server timezone

0.4.27

06 Mar 20:36
Compare
Choose a tag to compare
  • Enhanced datetime range clause generator and between datetime methods
  • Fixed autoincrement columns other than Integer on sqlite backends
  • Added support for timezone handling for datetime columns on sqlite backend
  • Added new helper datetime services
  • Code enhancements