Skip to content

Releases: basxsoftwareassociation/htmlgenerator

v1.2.22

31 Aug 06:17
8ef4a70

Choose a tag to compare

Bug Fixes

  • lazy format values that evalute to bool-False are not rendered (mainly an issue with 0) (Sam)

Commits

  • test file to add regression tests (Sam)
  • 8ef4a70: bump version (Sam)

v1.2.21

29 Aug 09:37
7199c10

Choose a tag to compare

Bug Fixes

  • function can have unexpected side-effects (Sam)

Commits

v1.2.20

27 Aug 17:06
f910cc4

Choose a tag to compare

Bug Fixes

  • issue with Djangos lazy strings (Sam)

Commits

v1.2.19

27 Aug 16:34
83f15a8

Choose a tag to compare

Bug Fixes

  • finally add correct implementation of string formatting, also add tests (Sam)

Commits

  • better debug output for lazy values (Sam)
  • 83f15a8: bump version (Sam)

v1.2.18

23 Aug 03:57

Choose a tag to compare

Bug Fixes

  • very annoying alert messaged moved to js console (Sam)

Commits

v1.2.17

05 Aug 12:09

Choose a tag to compare

Bug Fixes

  • deep copy of lazy values sometimes breaks completely... (Sam)

Commits

v1.2.16

23 Jul 15:32

Choose a tag to compare

Commits

  • lazyfing function (Sam)
  • c09e6c3: bump version (Sam)

v1.2.15

25 Apr 11:21

Choose a tag to compare

Bug Fixes

  • format renders None as None instead of empty string (Sam)

Commits

v1.2.14

25 Mar 12:11

Choose a tag to compare

Bug Fixes

  • allows translatable strings to be used in htmlgenerate.format (Sam)

Commits

v1.2.13

21 Mar 07:25

Choose a tag to compare

Commits

  • decorator to lazy-fiy any function, also: allow lazy html attribute merging (Sam)
  • 67118f4: bump version (Sam)