Skip to content

Commit

Permalink
Add 1.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jalkhov committed May 1, 2023
1 parent 8c71053 commit 3a50f09
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
# 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](https://github.com/jamstackpy/jamstack-templates).
* 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](https://github.com/jamstackpy/jamstack-templates).

## 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**
* 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

0 comments on commit 3a50f09

Please sign in to comment.