Skip to content

Release v0.3.1

Latest

Choose a tag to compare

@fracpete fracpete released this 21 Apr 04:49
  • added support for block comments using /* ... */ and /+ ... +/ - anything between these will get removed (new method: remove_comments)
  • added all_plugins() method to ClassRegistry class
  • load_user_defined_placeholders now stores the placeholders correctly (fixed incorrect late lambda binding)
  • placeholders got rebranded as variables (seppl.placeholders -> seppl.variables)