Release v0.13.0
What's Changed
- Add command to build standalone binary by @tigitz in #260
- Rework how the compile command works by @lyrixx in #281
- Build watcher for AMD64 + ARM64 on macOS by @ruudk in #284
- Add console events and new events for processes by @joelwurtz in #290
- Set the process title according to the current application name and task name by @lyrixx in #274
- Rework the way one can programatically add more context generator by @lyrixx in #286
- Fix section output to work on Windows by @pyrech in #275
- Ignore argc & argv env vars in log runnable commands by @pyrech in #271
- Fix
wait_for_http_status
helper throw exception on first response check by @TheoD02 in #272
Documentation changes
- Add a website documentation by @pyrech in #287 - https://castor.jolicode.com/
- Some more documentation stuff by @pyrech in #289
- Update PHP attribute syntax in the documentation by @pyrech in #277
- Sort functions by @lyrixx in #280
- Update watch.md by @ruudk in #285
- Reformulate index note by @Nispeon in #288
- Tweak documentation by @pyrech in #273
- Remove support for installing castor with docker by @lyrixx in #282
- Fix MD link in console-and-io.md by @welcoMattic in #279
- Fix installation link for latest version by @pyrech in #294
Tooling changes
- Do not use pty for more stability in tests by @lyrixx in #276
- Simplify github action cache for compile command by @lyrixx in #278
- Refactor GHA workflow by @lyrixx in #292
- Add support for static binary in GHA by @lyrixx in #291
New Contributors
Full Changelog: v0.12.1...v0.13.0