Skip to content

v0.0.3

Choose a tag to compare

@paqstd-dev paqstd-dev released this 02 Nov 10:10
· 3 commits to main since this release

Fixed bug for {% component kwarg1="..." kwarg2="..." %} without name with kwargs.

Added built-in Exceptions that inherit from the base template.TemplateSyntaxError:

  • SetComponentNameError,
  • ComponentNameError,
  • ComponentArgsError,
  • ComponentNotDefined.

Added more tests for check raise exceptions, coverage badge added.