Skip to content

Releases: Yourun-proger/kefir

v0.1.2

20 Sep 18:11
f54dc0e
Compare
Choose a tag to compare

0.1.2 Release

Features

  • New param rels needs for normal db relations support. Also Kefir checks classes where used __slots__.

NOTE:
i don't know work this changes for many2many relations or not ¯_(ツ)_/¯
Also this code not work with models, where models have > 1 relations, becasue Kefir parse only column values, not relations. True don't khow how i can improve it.

FUTURE

  • Enable Github Actions
  • Add support for class with class-only args
  • Add Pre-PyPI changelog =)

v0.1.1

12 Aug 18:36
1461d8a
Compare
Choose a tag to compare

Release 0.1.1

Features

  • Add support for nested data
  • Drop arg one , work on this later
  • Delete code for searching model id, be cause today kefir is need to full support db models. It was in 0.2.x release
  • Add Github Discussions for feedback -> here

Changes

  • Fix potential bug, where regexp can catch classes created on same file, where dev uses kefir, but don't catch classes from other files
  • Rename function dump_to_dict to dump for better typing

v0.1.0

07 Aug 13:21
15aa0f8
Compare
Choose a tag to compare

Zero release (not on pypy)

class_or_model_object -> dict

NOTE: not support relations on DB and nested data