Releases: tony-go/clix
Releases · tony-go/clix
0.0.4
Updates
Improvements
0.0.3
⚠️ : This package doesn't exist at the moment. It's only a spike made with a Readme driven development approach.
Added
- feat: add timeout option (#19) @Maestro31 @tony-go
Co-authored-by: Emmanuel RICHE [email protected]
Co-authored-by: tony-go [email protected]
0.0.2-2
⚠️ clix is still in development, it's not stable at the moment. Feel free to open an issue and share your feedback.
Added
- chore: an
examples/js
folder - chore: better logging statements
- test: use examples for testing
- chore: add
CONTRIBUTING.md
- chore: use windows for CI (#10)
- chore: use node
18.x
for CI (#8) - chore: reorganize test folder
- fix: prevent expect step to fail silently and refactor (#3)
Fixed
- fix: handle
\n
for.input()
- fix: enhance types (
val
->value
)