Skip to content

Commit d6ecc20

Browse files
Release 0.1.0a2 (#799)
1 parent f760fe5 commit d6ecc20

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ CHANGES
44

55
.. towncrier release notes start
66
7+
0.1.0a2 (2023-10-02)
8+
====================
9+
10+
- Added ``permission_for()`` to create sqlalchemy permissions programatically.
11+
- Added ``field_props`` and ``input_props`` to the schema to pass extra props to components.
12+
- Added support for more relationships (one-to-many, many-to-one etc.).
13+
- Added a ``js_module`` option to include custom functions.
14+
- Added ``comp()``, ``func()`` and ``regex()``.
15+
- Added ``show_actions`` to allow customising the show actions.
16+
- Set many additional props/validators from inspecting the SqlAlchemy models.
17+
- Migrated to Pydantic v2.
18+
- Fixed behaviour with dates and times.
19+
- Various minor improvements.
20+
721
0.1.0a1 (2023-04-23)
822
====================
923

aiohttp_admin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .types import Schema, UserDetails
1515

1616
__all__ = ("Permissions", "Schema", "UserDetails", "setup")
17-
__version__ = "0.1.0a1"
17+
__version__ = "0.1.0a2"
1818

1919

2020
@web.middleware

0 commit comments

Comments
 (0)