air

☁️ Live reload for Go apps

GPL-3.0 License

Stars
17.6K
Committers
84

Bot releases are visible (Hide)

air - v1.30.0

Published by xiantang over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/cosmtrek/air/compare/v1.28.0...v1.30.0

air - v1.28.0

Published by github-actions[bot] over 2 years ago

Changelog

  • 1e895ef Use close(e.binStopCh) to boardcast event which is stop running bins (#255)
air - v1.29.0

Published by github-actions[bot] over 2 years ago

Changelog

  • 1e895ef Use close(e.binStopCh) to boardcast event which is stop running bins (#255)
air - v1.27.10

Published by github-actions[bot] over 2 years ago

Changelog

  • 9a9b1f6 Fix npe xiantang (#247)
air - v1.27.9

Published by github-actions[bot] over 2 years ago

Changelog

  • 751a997 Merge pull request #243 from cosmtrek/fix_cannot_kill_all_child_process
air - v1.27.8

Published by github-actions[bot] almost 3 years ago

Changelog

63d42e6 smoke test run on just push

air - v1.27.7

Published by github-actions[bot] almost 3 years ago

Changelog

63d09e3 Merge pull request #218 from cosmtrek/fix_issue_linux

air - v1.27.6

Published by github-actions[bot] almost 3 years ago

Changelog

53fb783 Merge pull request #215 from cosmtrek/fix_cannot_kill_issue

air - v1.27.5

Published by github-actions[bot] almost 3 years ago

Changelog

7ec1b3c Merge pull request #185 from vishal-wadhwa/patch-1

air - v1.27.4

Published by github-actions[bot] almost 3 years ago

Changelog

1995822 Merge pull request #212 from cosmtrek/clear_screen_when_rebuild

air - v1.27.3

Published by github-actions[bot] over 3 years ago

Changelog

36d7ddc Merge pull request #122 from tusharsadhwani/tusharsadhwani-patch-1

air - v1.27.2

Published by github-actions[bot] over 3 years ago

Changelog

c662e2b fix(action): fix envs

air - v1.27.1

Published by github-actions[bot] over 3 years ago

Changelog

68cf250 chore(): update README
1f26f16 fix(ci): build with ldflags
1491962 chore(
): update README

air - v1.27.0

Published by github-actions[bot] over 3 years ago

Changelog

d012f24 Follow symlink if required (#137)
8b2f43f update go install with version suffixes (#140)
99f2a65 ExcludeRegex (#158)
a31c90d feat(actions): build and push docker image (#162)
45c6424 docs(*): update screenshot

air - v1.26.0

Published by github-actions[bot] over 3 years ago

Changelog

c4eaffa chore(*): update deps
895210e Merge pull request #145 from someDevDude/master
f3457d2 Allowing ARM silicon to be installed, currently it gets thrown as a warning
9828f1e Merge pull request #144 from nickbryan/update-go-version-to-1.16
69deb51 Update go version to 1.16

air - v1.15.1

Published by github-actions[bot] almost 4 years ago

Changelog

14c73a2 fix(ci): fix github action

air - v1.12.4

Published by github-actions[bot] about 4 years ago

Changelog

544d40b Merge pull request #101 from 178inaba/install_cmd
0beaeea Merge pull request #95 from cosmtrek/add_ci_action
0fd055c feat(*): add golangci-lint checker
a9289d5 fix: Add archives to .goreleaser.yml
da8fb1f Fix README
b707cc7 Add install.sh
eb36373 Fix .goreleaser.yml

air - v1.12.3

Published by github-actions[bot] about 4 years ago

Changelog

8d13a6a change version
703b6f1 release v1.12.3
bf4b84e Merge pull request #98 from tkms0106/goreleaser_archives_format_binary
5a34e0b Merge branch 'master' of https://github.com/cosmtrek/air
b8ecfcf motify coverage.out to coverage.txt
5b876fd Merge pull request #100 from xiantang/feature_add_token
0f26748 add codecov token
ad6eb52 Merge pull request #99 from xiantang/add_coverage_support
ac0a2d9 fix yml error
e8f9ffa add codecov icon
bfd603c ci: Add archives.format setting to .goreleaser.yml

air - v1.12.2

Published by github-actions[bot] about 4 years ago

Changelog

3eda871 Merge pull request #92 from 178inaba/goreleaser
32e83bb Remove release workflow
ebacc7a Add needs to release job
82d58e3 Add release job to go workflow
3463fcc Add release workflow to GitHub Actions
1e56563 Merge pull request #90 from 178inaba/conf_to_toml
9216bb2 Add warning when using .air.conf
b18a685 Fix README Installation section
4768d68 Add .goreleaser.yml
96b0303 Add GoReleaser to GitHub Actions
882431f Remove bin
5297f77 Add defaultPathConfig
a939887 Merge pull request #91 from 178inaba/fix_ci_badge
8e30b16 Fix ci badge to GitHub Actions
3c279bf Fix README
bb2c139 Fix default conf file name
71d8bf2 Rename air_example.conf -> air_example.toml
66e5eae Merge pull request #80 from 178inaba/fmt
ddf5a7c feat(): create github action workflow and add IsDir() test case (#88)
0fadf9e Run gofmt -w .
8ffde36 Fixed configuration using Unix under Windows (#74)
0b8fa64 chore(docs): add job hire info
96c006e docs(
): update README
97d7074 chore(*): update docker image

air - v1.12.1: Go 1.14

Published by cosmtrek over 4 years ago

Minor changes:

  • add kill_delay #49, credited to wsnotify
  • build on Go1.14