Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 920 Bytes

CHANGELOGS.md

File metadata and controls

36 lines (24 loc) · 920 Bytes

CHANGELOGS

1.1.0

  • Bulk refactors and code documentation
  • New commands for static.py files
    • --serve for livewatch changes
    • --watch for watch specific files and folders.
    • --port especiffy serve port

1.0.0

  • Back to namespace method for write templates names
    • Example: html5up/massively instead of just massively
  • Template assets are not included in the library to minimize the size of the library, they were moved to a separate repository.

0.1.0

  • Improve Plain template
  • Add new templates (massively, phantom)
  • When creating a project, instead of writing the template like this: html5up/massively, you can use the name directly, i.e. massively
  • The assets of each template are now included in the library

0.0.4

  • Add README.md info

0.0.3

  • Add plain template

0.0.1

  • Initial release