Commit 77e3d80
authored
chore: release v0.3.6 (#237)
🤖 I have created a release *beep* *boop*
---
## [0.3.6](v0.3.5...v0.3.6)
(2025-06-22)
### Features
* Add projectDir resolution
([#204](#204))
([c559100](c559100))
* **caching:** Add --no-cache option to disable task caching
([#240](#240))
([f4a681f](f4a681f))
* **caching:** Add input and output declarations for tasks
([#184](#184))
([4cfcaee](4cfcaee))
* **caching:** Allow task to be up-to-date
([#198](#198))
([f01d92f](f01d92f))
* **caching:** Cache key/metadata generation and detection
([#194](#194))
([f93d7f7](f93d7f7))
* **caching:** Implement CacheManager
([#182](#182))
([38956cd](38956cd))
* **caching:** Implement output caching and restoration
([#203](#203))
([f7c34cc](f7c34cc))
* **caching:** Introduce Inputs/Outputs declarations
([#234](#234))
([fc315a8](fc315a8))
* **caching:** Update output caching to use projectDir for saving and
restoring outputs ([#215](#215))
([7ae1aec](7ae1aec))
* **caching:** Use object-hash instead of self implementing
([3d69c1f](3d69c1f))
* **reporter:** Add support for task status 'up-to-date' and
'from-cache' ([#217](#217))
([26ad307](26ad307))
### Bug Fixes
* Suppress initial logs until loading configuration file
([#238](#238))
([a9cb70c](a9cb70c))
### Internal
* Add project directory test for various package managers
([#226](#226))
([b350bf1](b350bf1))
* Implement custom Vitest matchers for task order and status assertions
([#243](#243))
([962ec71](962ec71))
* Increase timeout for order execution tests
([391f0d3](391f0d3))
* Increase timeout for order tests in basic.test.ts
([7b1178c](7b1178c))
* **reporter:** Improve running tasks section
([#222](#222))
([a206769](a206769))
* Update version handling and display version in navbar
([#235](#235))
([4a416ec](4a416ec))
### Miscellaneous
* **deps-dev:** Bump @types/node from 20.17.57 to 20.19.0
([#209](#209))
([2e7b949](2e7b949))
* **deps-dev:** Bump knip from 5.60.2 to 5.61.0
([#192](#192))
([1ba2dd9](1ba2dd9))
* **deps-dev:** Bump vitest from 3.2.2 to 3.2.3
([#173](#173))
([277be91](277be91))
* **deps:** Bump glob from 11.0.2 to 11.0.3
([#189](#189))
([e7ce5e2](e7ce5e2))
* **deps:** Bump tinypool from 1.1.0 to 1.1.1
([#218](#218))
([414f325](414f325))
* Remove other changelog libraries
([962ec71](962ec71))
* Remove sourcemap and code splitting options
([#195](#195))
([9e67378](9e67378))
* Update release-please configuration and version annotation
([467f3e4](467f3e4))
* Update release-please version annotation comment
([fb9bebf](fb9bebf))
* Use uncompress size
([#201](#201))
([246334d](246334d))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).1 parent 962ec71 commit 77e3d80
File tree
4 files changed
+49
-3
lines changed- packages/nadle
- src/core
4 files changed
+49
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
3 | 49 | | |
4 | 50 | | |
5 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments