Releases: air-verse/air
Releases · air-verse/air
v1.41.0
v1.40.4
What's Changed
- fixes air_example.toml regex expression by @jshnaidman in #303
- Fix update ExcludeRegex to empty not work by @xiantang in #308
New Contributors
- @jshnaidman made their first contribution in #303
Full Changelog: v1.40.3...v1.40.4
v1.40.3
v1.40.2
What's Changed
- Fix run process become a zombie. by @masato-hi in #293
- Fix panic (close of closed channel) after Ctrl + C by @xiantang in #295
New Contributors
- @masato-hi made their first contribution in #293
Full Changelog: v1.40.1...v1.40.2
v1.40.1
Full Changelog: v1.40.0...v1.40.1
v1.40.0
What's Changed
- Fix port already used when using dlv to debug go program by @xiantang in #259
- Try to fix cannot ctrl c when configed kill delay by @xiantang in #287
- Docker ARM support by @borosr in #271
- Fix air wrong image tag by @xiantang in #289
- Add more coverage for air init by @xiantang in #288
- Add more coverage for air check unchanged file by @xiantang in #290
- Feature support command line arguments when user not want use config file by @xiantang in #180
New Contributors
Full Changelog: v1.30.0...v1.40.0
v1.30.0
What's Changed
- Add
go install
methods to README by @silverwind in #256 - Fix interrupt handling on darwin by @roccoblues in #257
- Quote
config.Build.Bin
on the UNIX like OS (including WSL) by @makiuchi-d in #179 - Revert "Quote
config.Build.Bin
on the UNIX like OS (including WSL)" by @xiantang in #260 - Add support for runtime arguments by @lime008 in #166
- Update example air file to document args_bin property by @gurleensethi in #264
- NEW: Updated go to 1.18 in Docker by @Anthodev in #268
- Using buldkit to build dockerfile by @xiantang in #280
- Add more coverage for Run main group by @xiantang in #284
- Add test cover for rebuild by @xiantang in #285
- Add Test case for using ctrl c to stop engine by @xiantang in #286
New Contributors
- @silverwind made their first contribution in #256
- @roccoblues made their first contribution in #257
- @makiuchi-d made their first contribution in #179
- @gurleensethi made their first contribution in #264
- @Anthodev made their first contribution in #268
Full Changelog: v1.28.0...v1.30.0