github.com/gookit/event
v1.2.0
#3031 most downloaded on Go modules
gookit/event
What this package is like to depend on
Last release 1 months ago
17 Jul 2026
Release timing varies
gaps range from 8 days to 13 months
Some releases are documented
notes for 5 of 11 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
59 releases · first in 2019
3 releases in the last 12 months
see the full history below
Release timeline
59 releases · Jan 2019 to Jul 2026Releases
latest 59-
v1.2.1-0.20260717142747-96ba64c48c1517 Jul 2026 pre-releaseNothing published for this version
-
v1.2.030 Aug 2025Release notes
Open source →Change Log
Fixed
Feature
- feat: event trigger once (#72) f885dbb
- ✨ feat: add support with context for fire event. see issues #78 ab0d946
Update
- 👔 up: refactoring the files structure, add fire with context 8a91278
- 👔 up: AddEvent will return an error if the name is invalid, instead of panic. fix #75 1cb22cb
- 👔 up: update some code style, add more test cases 72a268e
- 👔 up: Update adjusts contextual event handling logic 1801b1b
Other
- chore(deps): bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#63) c3321bb
- chore(deps): bump softprops/action-gh-release from 1 to 2 (#65) 424a47c
- chore(deps): bump github.com/gookit/goutil from 0.6.15 to 0.6.17 (#71) a5d1e78
- ci: add ci test on go1.21+ version b27d29e
- chore(deps): bump shogo82148/actions-goveralls from 1.9.0 to 1.9.1 (#73) 91d828c
- chore(deps): bump github.com/gookit/goutil from 0.6.17 to 0.6.18 (#74) b9ce75e
- chore(deps): bump github.com/gookit/goutil from 0.6.18 to 0.7.0 (#77) 47e307c
- ⬆️ dep: upgrade actions checkout to v5, up goutil to v0.7.1 3c7c36c
- ✅ test: add test case for issues #67 dc11518
- 📝 chore: update some readme and some code comments 01c5d2e
- 💚 ci: fix github action ci test error b4e3765
-
v1.1.3-0.20250825053003-b4e3765eb3a325 Aug 2025 pre-releaseNothing published for this version
-
v1.1.3-0.20250822041411-dc115184361b22 Aug 2025 pre-releaseNothing published for this version
-
v1.1.3-0.20250701011728-47e307c1e8d001 Jul 2025 pre-releaseNothing published for this version
-
v1.1.3-0.20250329015134-b9ce75ec375b29 Mar 2025 pre-releaseNothing published for this version
-
v1.1.3-0.20240311155102-424a47ce1d4b11 Mar 2024 pre-releaseNothing published for this version
-
v1.1.3-0.20240223071439-c3321bbdf26623 Feb 2024 pre-releaseNothing published for this version
-
v1.1.206 Feb 2024Release notes
Open source →Change Log
Update
- 👔 up: set EnableLock default is False b1597a2
Other
- doc: update the README docs f6dcee8
- master doc: update readme docs for option ModePath 6c15d5c
- chore(deps): bump shogo82148/actions-goveralls from 1.7.0 to 1.8.0 (#54) 2272ccb
- master chore: update the zh-cn readme docs ddf7cfd
- chore(deps): bump actions/checkout from 3 to 4 (#57) 08c4441
- chore(deps): bump actions/setup-go from 4 to 5 (#59) 51019c4
- chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#62) e5906c4
-
v1.1.2-0.20231208024916-51019c49a86d08 Dec 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20230905022521-08c444107ffa05 Sep 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20230818020700-ddf7cfde94cf18 Aug 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20230810054157-2272ccb9e3f010 Aug 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20230614110325-6c15d5c76b9214 Jun 2023 pre-releaseNothing published for this version
-
v1.1.2-0.20230611032702-f6dcee8054bd11 Jun 2023 pre-releaseNothing published for this version
-
v1.1.110 Jun 2023Release notes
Open source →Change Log
Feature
- 📝 doc: update README docs for new feature usage ce4bdc7
- ✨ feat: support async consume events and wait complete c020267
Update
- 👔 up: update some for EnableLock options 51112f4
Other
Full Changelog: v1.1.0...v1.1.1
-
v1.1.1-0.20230609065315-c020267c7b6509 Jun 2023 pre-releaseNothing published for this version
-
v1.1.007 Jun 2023Release notes
Open source →Change Log
Fixed
- RemoveListener support closure function; fix: #9 18c42a1
- 🐛 fix: remove repeat listener key check logic codes 4567e35
- 🐛 fix: use Event factory func for make defined event. resolve issues #48 a55f9f7
Feature
- ✨ feat: add new match mode ModePath for support functionality wildcard event name 399f023
Update
- up: update go.yaml, enable action on PR 0d5e4b8
- 👔 up: update github action scripts 12e6d2e
- 👔 up: replace all interface{} to any 13645ca
- up: update name match logic and add more tests 65c8754
Other
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 479cf9e
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 e9512fd
- Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 3aa67da
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 6b40892
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 1e132a1
- chore: update the readme for add some docs 256ed1a
- RemoveListener support closure function; #9 462363c
- test remove some index listener(middle,first,last). dc57b95
- Bump actions/setup-go from 3 to 4 (#46) 4b27607
- Bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0 (#47) 886fb07
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 (#50) 9d07a27
- ✅ test: fix all unit tests error, add ci test on go1.20 af2093f
- test: add more unit tests for ModePath 6a692b4
New Contributors
- @colin1989 made their first contribution in #38
- @RelicOfTesla made their first contribution in #41
Full Changelog: v1.0.6...v1.1.0
-
v1.0.7-0.20230607023111-6a692b41b43c07 Jun 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20230604081821-af2093fe96ed04 Jun 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20230427020438-886fb078095a27 Apr 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20230316020645-4b27607b701b16 Mar 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20230226040349-a1aed12e15c826 Feb 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20230117161731-9fbb081fc20917 Jan 2023 pre-releaseNothing published for this version
-
v1.0.7-0.20221216051453-13645ca7ea7816 Dec 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20221028161552-635b210def8b28 Oct 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220707160747-b32b64c8a7eb07 Jul 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220629153835-d3734def5dfd29 Jun 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220624154046-4d3dab2022f324 Jun 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220621165725-d6350162867f21 Jun 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220620161154-9ea99da52dd720 Jun 2022 pre-releaseNothing published for this version
-
v1.0.7-0.20220607014808-58e18239c11607 Jun 2022 pre-releaseNothing published for this version
-
v1.0.614 Apr 2022Release notes
Open source →Change Log
Update
- up: add tests on go1.16, will not support go1.12 0d2e3b6
- add go.sum to git be2904e
- update action go version 8f267b1
- update some for tests 86022a6
- up: add tests on go1.18 and remove test on go < 1.15 09244d3
Fixed
- fix: #15 should close chan after AwaitFire f93466b
- fixes the style in the examples d9a4e13
- fix: #20 group listeners fire error 6cdbf66
- fix tests assert error 85d0c7f
- fix: fix tests error, add more tests f8c73c0
Other
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 c0cd6fb
- Bump meeDamian/github-release from 2.0 to 2.0.3 3ae68a6
- Bump shogo82148/actions-goveralls from 1 to 1.4.4 d744f03
- Bump actions/checkout from 2 to 2.3.4 65f027d
- Bump shogo82148/actions-goveralls from 1.4.4 to 1.4.5 b91d18b
- style: update comments for some methods ee4f2ed
- Bump shogo82148/actions-goveralls from 1.4.5 to 1.4.6 e222dee
- Bump github.com/gookit/goutil from 0.3.14 to 0.3.15 c7ae02c
- Bump shogo82148/actions-goveralls from 1.4.6 to 1.4.7 80b3790
- Bump shogo82148/actions-goveralls from 1.4.7 to 1.5.0 d51ea2c
- remove unused pkg 84c71fd
- Bump actions/checkout from 2.3.4 to 2.3.5 152cd60
- Bump actions/checkout from 2.3.5 to 2.4.0 67011d3
- Bump shogo82148/actions-goveralls from 1.5.0 to 1.5.1 39c38ec
- Bump actions/checkout from 2.4.0 to 3 4eec77a
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 615a4ec
- Bump shogo82148/actions-goveralls from 1.5.1 to 1.6.0 d4bfe18
- Bump actions/setup-go from 2 to 3 63ce64b
- style: update readme 3e31336
- style: update readme docs 87452f4
New Contributors
- @dependabot made their first contribution in #12
- @lowitea made their first contribution in #21
Full Changelog: v1.0.5...v1.0.6
-
v1.0.6-0.20220409061938-fe2a1a0dfbc809 Apr 2022 pre-releaseNothing published for this version
-
v1.0.6-0.20220322093806-e05fdc21aca722 Mar 2022 pre-releaseNothing published for this version
-
v1.0.6-0.20220317020013-7aaad512e6df17 Mar 2022 pre-releaseNothing published for this version
-
v1.0.6-0.20220302161054-cd80a642157702 Mar 2022 pre-releaseNothing published for this version
-
v1.0.6-0.20211214015906-90c480e04b4214 Dec 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20211103150733-1e99d2a6722103 Nov 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20211019022227-d21d2570990919 Oct 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20211004144238-85d0c7f5e37504 Oct 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20211003155348-84c71fd9738b03 Oct 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20211003150247-8f267b1fbc1203 Oct 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210922024403-487576a94a8a22 Sep 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210831020346-cc139a0a634731 Aug 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210817052620-45a53ec4fdd017 Aug 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210602141008-be2904e26b0502 Jun 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210602122701-fdf3f8a93ded02 Jun 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210525092223-537cb123b74e25 May 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210520141529-cafb313bd46920 May 2021 pre-releaseNothing published for this version
-
v1.0.6-0.20210515132854-31659ef2fa7615 May 2021 pre-releaseNothing published for this version
-
v1.0.511 Mar 2021Nothing published for this version
-
v1.0.415 Jan 2021Nothing published for this version
-
v1.0.308 Jun 2019Nothing published for this version
-
v1.0.201 Apr 2019Nothing published for this version
-
v1.0.101 Apr 2019Nothing published for this version
-
v1.0.004 Jan 2019Nothing published for this version
-
v0.0.0-20250830052248-1801b1b525d930 Aug 2025 pre-releaseNothing published for this version
-
v0.0.0-20230316020645-4b27607b701b16 Mar 2023 pre-releaseNothing published for this version