From 3a50f09a893146de337e6e76eb7dcd501d918731 Mon Sep 17 00:00:00 2001 From: Jalkhov Date: Mon, 1 May 2023 08:01:45 -0400 Subject: [PATCH] Add 1.1.0 version --- CHANGELOGS.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 34e9102..c64e7f4 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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