-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a738fd6
commit 6bf5d67
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 1.1.0 (2025-02-02) | ||
|
||
|
||
### Features | ||
|
||
* add automated releases ([28230b3](https://github.com/baumrock/RockDevTools/commit/28230b3456ea569d463a0467fc2b4b211ceca6aa)) | ||
* add livereload ([a51c91c](https://github.com/baumrock/RockDevTools/commit/a51c91c332692001b6da1b7027a3b6445afd15da)) | ||
* add merge/minify for LESS/CSS/JS ([243a27b](https://github.com/baumrock/RockDevTools/commit/243a27b31886ea9cde69667316c76daae414dda9)) | ||
* add new scriptTag() and styleTag() methods ([60d7ef6](https://github.com/baumrock/RockDevTools/commit/60d7ef6a9bad1aa31fc60752fc8d60e6fc77f73f)) | ||
* add page classes to livereload watch ([1fa6ae5](https://github.com/baumrock/RockDevTools/commit/1fa6ae5bd5bb44c1d821fd5783d32c221885d2b0)) | ||
* add support for addAll("glob") ([bacd805](https://github.com/baumrock/RockDevTools/commit/bacd8051f9a6054c3f47133ef6011f9107814c23)) | ||
* add support for remove() glob pattern ([3099f63](https://github.com/baumrock/RockDevTools/commit/3099f630023a155659f6ff668cd3847cc0b9b16c)) | ||
* cache list of watched files ([3a1b692](https://github.com/baumrock/RockDevTools/commit/3a1b6924da5c25c4f5a855b8db0afc5b79f64a01)) | ||
* refactor to use nette finder ([8ea5dfb](https://github.com/baumrock/RockDevTools/commit/8ea5dfbfdc3b6b296061c517422064b8b56bee4e)) | ||
* watch rockmigrations folder ([44fc450](https://github.com/baumrock/RockDevTools/commit/44fc45000bfdc5e832929ff079304d1fc3a29936)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |