Skip to content

v1.1.0 - Support for Python 3.9

Compare
Choose a tag to compare
@MaddyGuthridge MaddyGuthridge released this 25 Nov 09:11
· 189 commits to main since this release

✨ NEW ✨

  • Python 3.9 is now supported, so UNSW's CSE systems should no-longer freak out when installing the library
  • PyHTML now gives a hint in the error message when users forget to stringify it before returning it to Flask

✏️ CHANGES ✏️

  • Some dead code has been removed
  • The module documentation is now significantly more helpful
  • The library now uses a more markdown-friendly copy of the CC-BY-SA-2.5 license

⚙️ UNDER THE HOOD ⚙️

  • The library now uses doctests to ensure that the examples in the README are correct
  • It also has some end-to-end tests for Flask, since that is the primary use case in COMP1010