Skip to content

Releases: angrybayblade/ph7

v0.1.0-rc5

16 Mar 02:50
2feb0e5
Compare
Choose a tag to compare
  • Adds support for including CSS and JS files in separate blocks

v0.1.0-rc4

15 Mar 15:03
b99fa3c
Compare
Choose a tag to compare
  • Adds template engine for Flask
  • Adds support for pseudo selector arguments via __init_subclass__ method
  • Adds support for returning iterables on the functional views

v0.1.0-rc3

12 Mar 16:11
Compare
Choose a tag to compare
  • Adds support for named arguments on view based function
  • Adds support for pseudo selectors
  • Adds mock context and dry run support on the Django engine

v0.1.0-rc2

11 Mar 16:22
Compare
Choose a tag to compare
  • Adds support for dry-runs on Django engine for functional resource collection
  • Renames the handlers attribute to on-*
  • Adds safe guard for missing Django installation

v0.1.0-rc1

09 Mar 09:00
2a326be
Compare
Choose a tag to compare
  • Extends support for document API
  • Adds support for transpiling
    • await expressions
    • String interpolations
    • Dictionary declarations
    • try/except blocks
    • raise statement
  • Better documentation for Django integrations

v0.1.0.rc0

08 Mar 14:17
a3edce4
Compare
Choose a tag to compare
  • Initial release