Skip to content

v3.0.0

Compare
Choose a tag to compare
@da-h da-h released this 11 Nov 21:58
· 142 commits to master since this release

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