8000 Tags · fairyhunter13/air · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fairyhunter13/air

Tags

v1.40.4

Toggle v1.40.4's commit message
- Change file system events engine from fsnotify to hugo/watcher/file…

…notify 🐛

- Add polling option for fallback to filenotify ✨
- Update mod-tidy script 🔨
- Update go modules 📦
- Remove deprecated functions 🗑️
- Change some names to fairyhunter13/air ✨📝
- Add default polling for air init ✨
- Add polling to the toml example ✨🔧
- Add [workflow_dispatch] for release 💚
- Remove [workflow_dispatch] because it's syntax is invalid 💚
- Fix error build in CI/CD 💚
- Fix regexp in default config 🐛
- Fix mod tidy build in CI/CD 💚

v1.40.3

Toggle v1.40.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix command line argument handling for slice configuration parameters (

…air-verse#299)

* Fix command line argument handling for slice configuration parameters (comma separated list).

* Update READMEs.

* Add unset value

* extend waiting

* don't need export unsetDefault

Co-authored-by: Thomas <me@thomaseichmann.com>
Co-authored-by: xiantang <zhujingdi1998@gmail.com>

v1.40.2

Toggle v1.40.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix panic with build error (air-verse#295)

v1.40.1

Toggle v1.40.1's commit message
Use cosmtrek/air

v1.40.0

Toggle v1.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat:support command line arguments when user not want use config file (

air-verse#180)

Co-authored-by: jingdi.zhu <jingd.zhu@shopee.com>

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add Test case for using ctrl c to stop engine (air-verse#286)

* add Test case for using ctrl c to stop

* No need waiting for waitingPortConnectionRefused

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use close(e.binStopCh) to boardcast event which is stop running bins (a…

…ir-verse#255)

* Use close(e.binStopCh) to boardcast event which is stop running bins

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use close(e.binStopCh) to boardcast event which is stop running bins (a…

…ir-verse#255)

* Use close(e.binStopCh) to boardcast event which is stop running bins

v1.27.10

Toggle v1.27.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix npe xiantang (air-verse#247)

⭐️ close air-verse#246
* fix NPE for find process
* add test for no such process
0