0.1.0a2
Pre-release
Pre-release
github-actions
released this
02 Oct 19:38
·
93 commits
to master
since this release
- Added
permission_for()
to create sqlalchemy permissions programatically. - Added
field_props
andinput_props
to the schema to pass extra props to components. - Added support for more relationships (one-to-many, many-to-one etc.).
- Added a
js_module
option to include custom functions. - Added
comp()
,func()
andregex()
. - Added
show_actions
to allow customising the show actions. - Set many additional props/validators from inspecting the SqlAlchemy models.
- Migrated to Pydantic v2.
- Fixed behaviour with dates and times.
- Various minor improvements.