Skip to content

Releases: da-h/miniflask

Miniflask v5.1.2

05 May 12:54
Compare
Choose a tag to compare

Miniflask v5.1.1

28 Feb 14:45
176e18d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

14 Feb 13:18
Compare
Choose a tag to compare

Full Changelog: v5.0.0...v5.1.0

v5.0.0

14 Feb 10:49
f911057
Compare
Choose a tag to compare

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

06 Oct 13:21
Compare
Choose a tag to compare

What's Changed

  • re-enable automatic github releases by @da-h in #111
  • Use direct import if possible, otherwise use legacy import. by @sbrodehl in #112
  • Fix linter errors by @da-h in #113
  • Bugfix: unexpected global package import by @da-h in #114

Full Changelog: v4.3.1...v4.3.2

Miniflask v4.3.1

04 Aug 10:27
Compare
Choose a tag to compare

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

24 Nov 15:33
a3cf72e
Compare
Choose a tag to compare

What's Changed

  • Bugfix: CLI argument without value (i.e. a boolean setting) raises Exception by @da-h in #103

Full Changelog: v4.0.1...v4.0.2

Miniflask v4.0.1

23 Nov 11:33
Compare
Choose a tag to compare

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

21 Nov 16:48
Compare
Choose a tag to compare

Breaking Api-Change

  • Fix ambiguous register_default_module order in #102

New Features

  • Nested CLI-Arguments in #96
  • event.named_call in #99
  • event: added method event.exists(event_name) in #101
  • Predefined error messages in #95

Bugfixes

  • Bugfix optional list type in #98

Full Changelog: v3.0.0...v4.0.0

v3.0.0

11 Nov 21:58
Compare
Choose a tag to compare

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