Skip to content

Releases: basxsoftwareassociation/htmlgenerator

v1.2.12

21 Mar 04:43
Compare
Choose a tag to compare

Bug Fixes

  • infinte iterations over lazy values (Sam)

Commits

  • 6b15f48: Merge branch 'main' of github.com:basxsoftwareassociation/htmlgenerator (Sam)
  • 56fee1d: bump version (Sam)

v1.2.11

31 Jan 09:17
Compare
Choose a tag to compare

Commits

  • 4cbe7b3: remove problematic typehint (Pascal Wiesmann)
  • efa5c85: bump version (Pascal Wiesmann)

v1.2.10

31 Jan 03:39
Compare
Choose a tag to compare

Bug Fixes

  • fix for XSS was double escaping (Sam)

Commits

v1.2.9

30 Jan 11:32
Compare
Choose a tag to compare

Bug Fixes

  • XSS vulnerability on html attributes (Sam)

Commits

  • safety should not be allowed to pass (Sam)
  • 407e30f: bump version (Sam)

v1.2.8

10 Jan 03:02
Compare
Choose a tag to compare

Bug Fixes

  • crash on repr of uninitialized objects (Sam)

Commits

  • ec65880: fix mypy errors (Pascal Wiesmann) #8
  • 770c213: add mypy to ci (Pascal Wiesmann) #8
  • b82dd07: fix typo (Pascal Wiesmann) #8
  • c3593af: change type hint (Pascal Wiesmann) #8
  • 8cbcc68: try to fix directory on which mypy runs (Pascal Wiesmann) #8
  • 027411f: add checkout action (Pascal Wiesmann) #8
  • a050d61: add several python versions and also other checks to the ci (Pascal Wiesmann) #8
  • f64a732: continue on error (Pascal Wiesmann) #8
  • a50fe02: add flake8 settings (Pascal Wiesmann) #8
  • b9b56eb: use dot for current directory again (Pascal Wiesmann) #8
  • 47dd3bb: Merge branch 'main' into fix/type_hint_for_mypy (Pascal Wiesmann) #8
  • 3a23c8a: add empty init.py (Pascal Wiesmann) #8
  • 5d9471d: add pip install -e . (Pascal Wiesmann) #8
  • e4f01a1: pip install bs4 (Pascal Wiesmann) #8
  • 7485a0c: install more dependencies for ci (Pascal Wiesmann) #8
  • ef54729: add bandit and safety checks (Pascal Wiesmann) #8
  • 2129365: exclude tests directory from bandit checking (Pascal Wiesmann) #8
  • extract default exception handle (Sam)
  • b760f74: add marker file for typed package (Pascal Wiesmann) #9
  • e4c0471: fix typehint (Pascal Wiesmann) #9
  • 2036bfc: bump version (Sam)

v1.2.7

20 Dec 06:22
Compare
Choose a tag to compare

Commits

  • parameter to prevent autoescaping (Sam)
  • eecaffa: bump version (Sam)

v1.2.6

20 Dec 05:48
Compare
Choose a tag to compare

Bug Fixes

  • nested format strings not working (Sam)

Commits

v1.2.5

20 Dec 04:12
Compare
Choose a tag to compare

Bug Fixes

  • make function a bit more robust (Sam)

Commits

v1.2.4

20 Dec 03:55
Compare
Choose a tag to compare

Commits

  • refactor attribute appending/merging to have a clearer API (Sam)
  • 2d6be55: bump version (Sam)

v1.2.3

06 Dec 13:28
Compare
Choose a tag to compare

Bug Fixes

  • add python 3.7 compatibility (Sam)

Commits