Skip to content

Releases: basxsoftwareassociation/htmlgenerator

v1.2.2

03 Dec 06:27

Choose a tag to compare

Bug Fixes

  • double escaping of formatter (Sam)
  • undiscovered bug since 1st commit which did not render lazy attributes on void html elements (Sam)

Commits

  • 9e295a3: use type Any for hg.If true_child and false_child (Pascal Wiesmann) #7
  • item accessor for lazy objects, add warning for outdated use of getattr_lazy (Sam)
  • 106751a: Merge branch 'main' of github.com:basxsoftwareassociation/htmlgenerator (Sam)
  • 5f10984: bump version (Sam)

v1.2.1

29 Nov 09:04

Choose a tag to compare

Bug Fixes

  • resolve_lookup tries to call Lazy even though the resolved value is not actually a callable (but appears to be callable because of our wrapper) (Sam)

Commits

v1.2.0

29 Nov 07:49

Choose a tag to compare

Commits

  • support for access attributes on Lazy objects (Sam)
  • ccb189e: bump version (Sam)

v1.1.13

27 Nov 10:47

Choose a tag to compare

Bug Fixes

  • format function did not escape properly (Sam)

Commits

v1.1.12

25 Nov 14:21

Choose a tag to compare

Bug Fixes

  • missing production/evaluation of error messages (Sam)

Commits

v1.1.11

24 Nov 11:54

Choose a tag to compare

Bug Fixes

  • correct automated release script (Sam)
  • avoid exception thrown inside exception handler (Sam)

Commits

v1.1.10

04 Nov 05:04

Choose a tag to compare

Bug Fixes

  • outdated readme (Sam)

Commits

  • more tests (Sam)
  • e7d6d7a: move exception handling to internal render function (Sam)
  • auto-release mechanism (Sam)
  • a9f6601: bump version (Sam)

v1.1.9

07 Sep 08:14

Choose a tag to compare

Bug Fixes

  • allow rendering of any elements in format (Sam)

Commits

  • cbc0cd5: fix typehint for ContextFunction (Pascal Wiesmann)
  • 53e7b0c: dump version (Sam)

v1.1.8

31 Aug 03:58

Choose a tag to compare

Bug Fixes

  • allow non-lazy arguments for lazy_attributes (Sam)

Commits

  • push version (Sam)

v1.1.7

18 Aug 04:31

Choose a tag to compare

Commits

  • format to allow python-style string formatting of HTML output (Sam)
  • 195fb0e: dump version (Sam)