Releases: Pogchamp-company/alembic-postgresql-enum
Releases · Pogchamp-company/alembic-postgresql-enum
v1.5.0
What's Changed
- feature: fixes #33 allow to ignore enums by name by @dswistowski in #90
- feature: fixes #87
drop_unused_enums
,detect_enum_values_changes
feature flags that can be disabled by @RustyGuard in #91
New Contributors
- @dswistowski made their first contribution in #90
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Ignore mypy errors for migrations by @AlexandrovRoman in #81. This feature is hidden behind the
add_type_ignore
flag. To enable it you can call new set_configuration function.
alembic_postgresql_enum.set_configuration(
alembic_postgresql_enum.Config(
add_type_ignore=True,
)
)
Full Changelog: v.1.3.0...v1.4.0
v1.3.0
What's Changed
- Fix error when adding column that uses existing changing enum by @RustyGuard in #77
Full Changelog: v1.2.0...v.1.3.0
v1.2.0
What's Changed
- Create tests base class by @RustyGuard in #72
- Add py.typed flag and add more type hints by @RustyGuard in #71
- Ignore dialects other than postgresql by @RustyGuard in #70
- Fix case sensitivity of table name by quoting it by @RustyGuard in #74
Full Changelog: v1.1.2...v1.2.0
v1.2.0a1
What's Changed
- Create tests base class by @RustyGuard in #72
- Add py.typed flag and add more type hints by @RustyGuard in #71
- Ignore dialects other than postgresql by @RustyGuard in #70
Full Changelog: v1.1.2...v1.2.0a1
v1.1.2
v1.1.1
Version 1.1.0
Changes
- Unify formatting with black by @RustyGuard in #56
Features
- Fix #57 by @RustyGuard in #58
Full Changelog: v1.0.2...v1.1.0