Skip to content

Commit

Permalink
Release 0.1.0a2 (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Oct 2, 2023
1 parent f760fe5 commit d6ecc20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ CHANGES

.. towncrier release notes start
0.1.0a2 (2023-10-02)
====================

- Added ``permission_for()`` to create sqlalchemy permissions programatically.
- Added ``field_props`` and ``input_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()`` and ``regex()``.
- 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.

0.1.0a1 (2023-04-23)
====================

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .types import Schema, UserDetails

__all__ = ("Permissions", "Schema", "UserDetails", "setup")
__version__ = "0.1.0a1"
__version__ = "0.1.0a2"


@web.middleware
Expand Down

0 comments on commit d6ecc20

Please sign in to comment.