Releases: da-h/miniflask
Releases · da-h/miniflask
Miniflask v5.1.2
Full Changelog: v5.1.1...v5.1.2
Miniflask v5.1.1
v5.1.0
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
Features / API-Changes
- api-change: Remove filesystem imports by @da-h in #120
- feature: Dependency solver by @da-h in #121
- feature: Units by @da-h in #93
- feature: improve lambda regex for state definitions, allowing any key name by @da-h in #124
Maintenance:
- bugfix: Fix lambda with comment by @da-h in #125
- bugfix: Dev fix ast v5 by @sbrodehl in #126
- tests: add test against illegal-annotation bug by @da-h in #123
Repository
- github: Move actions/create-release to softprops/action-gh-release by @da-h in #129
- github: fix warning from pypi action by @da-h in #118
- github: fix wrong auto-tag name by @da-h in #119
- V5 version bump by @da-h in #130
Full Changelog: v4.3.2...v5.0.0
Miniflask v4.3.2
Miniflask v4.3.1
What's Changed
- Improve print order of state variables in settings module. by @sbrodehl in #106
- linter: fix errors by removing 'no-self-use' by @da-h in #108
- Update autotag action usage. by @sbrodehl in #109
- mf.as_is_callable by @da-h in #107
- Bugfixes for new mf.as_is_callable feature by @da-h in #110
Full Changelog: v4.0.2...v4.3.1
Miniflask v4.0.2
What's Changed
Full Changelog: v4.0.1...v4.0.2
Miniflask v4.0.1
This release fixes a major bug introduced in Miniflask v4.0
.
- 64d120c: event: moved _data ownership to mf object (fixes bug related to multiple event objects)
Miniflask v4.0.0
v3.0.0
New Features
- State behaves like local dict in #90
- Show variable definiton locations for [definitions] and on CLI-argument error in #86
- Optional variables in #88
- Tuple variables in #89
Api-Changes
(minor, but possibly breaking)
set_scope
should set absoulte id (without repository base name) in #87- Remove unneeded
state.scope(...,local)
Argument in #91 - Replaced attached event-properties with hidden database in #92
Note
Consider also the recent (minor) Api-Changes / Features of the last Releases (v2.1
and v2.2
)
- Keep attached events on redefinition in #85
- Re-enable relative imports by in #83
- call only one single before/after-call for non unique events in #76
Full Changelog: v2.2.0...v3.0.0