Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 1.22 KiB

v2.26.3

  • added run_when_iterator_completes

v2.26.2

  • RunActionAfterGeneratorCompletes won't call it's on_done action if closed prematurely
  • more complete support for generators in RunActionAfterGeneratorCompletes

v2.26.1

  • added run_when_generator_completes and RunActionAfterGeneratorCompletes

v2.26.0

  • breaking change: DictObject will no longer announce it's presence via str and repr. It will just display it's dictionary.
  • nested creation of DictObject's was optimized

v2.25.9

  • fixed the modules page in documentation
  • added choose_with_index