PackageTrack
Sign in Get early access

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 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 59
  1. v1.2.1-0.20260717142747-96ba64c48c15 17 Jul 2026 pre-release

    Nothing published for this version

  2. v1.2.0 30 Aug 2025
    Release notes

    Change Log

    Fixed

    • 🐛 fix: fix custom events failed to execute. see issues #68 2139003

    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
    Open source →
  3. v1.1.3-0.20250825053003-b4e3765eb3a3 25 Aug 2025 pre-release

    Nothing published for this version

  4. v1.1.3-0.20250822041411-dc115184361b 22 Aug 2025 pre-release

    Nothing published for this version

  5. v1.1.3-0.20250701011728-47e307c1e8d0 01 Jul 2025 pre-release

    Nothing published for this version

  6. v1.1.3-0.20250329015134-b9ce75ec375b 29 Mar 2025 pre-release

    Nothing published for this version

  7. v1.1.3-0.20240311155102-424a47ce1d4b 11 Mar 2024 pre-release

    Nothing published for this version

  8. v1.1.3-0.20240223071439-c3321bbdf266 23 Feb 2024 pre-release

    Nothing published for this version

  9. v1.1.2 06 Feb 2024
    Release notes

    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
    Open source →
  10. v1.1.2-0.20231208024916-51019c49a86d 08 Dec 2023 pre-release

    Nothing published for this version

  11. v1.1.2-0.20230905022521-08c444107ffa 05 Sep 2023 pre-release

    Nothing published for this version

  12. v1.1.2-0.20230818020700-ddf7cfde94cf 18 Aug 2023 pre-release

    Nothing published for this version

  13. v1.1.2-0.20230810054157-2272ccb9e3f0 10 Aug 2023 pre-release

    Nothing published for this version

  14. v1.1.2-0.20230614110325-6c15d5c76b92 14 Jun 2023 pre-release

    Nothing published for this version

  15. v1.1.2-0.20230611032702-f6dcee8054bd 11 Jun 2023 pre-release

    Nothing published for this version

  16. v1.1.1 10 Jun 2023
    Release notes

    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

    • doc: update some doc for option ModePath 9f32831
    • doc: update some doc for async fire events 84c8399

    Full Changelog: v1.1.0...v1.1.1

    Open source →
  17. v1.1.1-0.20230609065315-c020267c7b65 09 Jun 2023 pre-release

    Nothing published for this version

  18. v1.1.0 07 Jun 2023
    Release notes

    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

    Full Changelog: v1.0.6...v1.1.0

    Open source →
  19. v1.0.7-0.20230607023111-6a692b41b43c 07 Jun 2023 pre-release

    Nothing published for this version

  20. v1.0.7-0.20230604081821-af2093fe96ed 04 Jun 2023 pre-release

    Nothing published for this version

  21. v1.0.7-0.20230427020438-886fb078095a 27 Apr 2023 pre-release

    Nothing published for this version

  22. v1.0.7-0.20230316020645-4b27607b701b 16 Mar 2023 pre-release

    Nothing published for this version

  23. v1.0.7-0.20230226040349-a1aed12e15c8 26 Feb 2023 pre-release

    Nothing published for this version

  24. v1.0.7-0.20230117161731-9fbb081fc209 17 Jan 2023 pre-release

    Nothing published for this version

  25. v1.0.7-0.20221216051453-13645ca7ea78 16 Dec 2022 pre-release

    Nothing published for this version

  26. v1.0.7-0.20221028161552-635b210def8b 28 Oct 2022 pre-release

    Nothing published for this version

  27. v1.0.7-0.20220707160747-b32b64c8a7eb 07 Jul 2022 pre-release

    Nothing published for this version

  28. v1.0.7-0.20220629153835-d3734def5dfd 29 Jun 2022 pre-release

    Nothing published for this version

  29. v1.0.7-0.20220624154046-4d3dab2022f3 24 Jun 2022 pre-release

    Nothing published for this version

  30. v1.0.7-0.20220621165725-d6350162867f 21 Jun 2022 pre-release

    Nothing published for this version

  31. v1.0.7-0.20220620161154-9ea99da52dd7 20 Jun 2022 pre-release

    Nothing published for this version

  32. v1.0.7-0.20220607014808-58e18239c116 07 Jun 2022 pre-release

    Nothing published for this version

  33. v1.0.6 14 Apr 2022
    Release notes

    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

    Full Changelog: v1.0.5...v1.0.6

    Open source →
  34. v1.0.6-0.20220409061938-fe2a1a0dfbc8 09 Apr 2022 pre-release

    Nothing published for this version

  35. v1.0.6-0.20220322093806-e05fdc21aca7 22 Mar 2022 pre-release

    Nothing published for this version

  36. v1.0.6-0.20220317020013-7aaad512e6df 17 Mar 2022 pre-release

    Nothing published for this version

  37. v1.0.6-0.20220302161054-cd80a6421577 02 Mar 2022 pre-release

    Nothing published for this version

  38. v1.0.6-0.20211214015906-90c480e04b42 14 Dec 2021 pre-release

    Nothing published for this version

  39. v1.0.6-0.20211103150733-1e99d2a67221 03 Nov 2021 pre-release

    Nothing published for this version

  40. v1.0.6-0.20211019022227-d21d25709909 19 Oct 2021 pre-release

    Nothing published for this version

  41. v1.0.6-0.20211004144238-85d0c7f5e375 04 Oct 2021 pre-release

    Nothing published for this version

  42. v1.0.6-0.20211003155348-84c71fd9738b 03 Oct 2021 pre-release

    Nothing published for this version

  43. v1.0.6-0.20211003150247-8f267b1fbc12 03 Oct 2021 pre-release

    Nothing published for this version

  44. v1.0.6-0.20210922024403-487576a94a8a 22 Sep 2021 pre-release

    Nothing published for this version

  45. v1.0.6-0.20210831020346-cc139a0a6347 31 Aug 2021 pre-release

    Nothing published for this version

  46. v1.0.6-0.20210817052620-45a53ec4fdd0 17 Aug 2021 pre-release

    Nothing published for this version

  47. v1.0.6-0.20210602141008-be2904e26b05 02 Jun 2021 pre-release

    Nothing published for this version

  48. v1.0.6-0.20210602122701-fdf3f8a93ded 02 Jun 2021 pre-release

    Nothing published for this version

  49. v1.0.6-0.20210525092223-537cb123b74e 25 May 2021 pre-release

    Nothing published for this version

  50. v1.0.6-0.20210520141529-cafb313bd469 20 May 2021 pre-release

    Nothing published for this version

  51. v1.0.6-0.20210515132854-31659ef2fa76 15 May 2021 pre-release

    Nothing published for this version

  52. v1.0.5 11 Mar 2021

    Nothing published for this version

  53. v1.0.4 15 Jan 2021

    Nothing published for this version

  54. v1.0.3 08 Jun 2019

    Nothing published for this version

  55. v1.0.2 01 Apr 2019

    Nothing published for this version

  56. v1.0.1 01 Apr 2019

    Nothing published for this version

  57. v1.0.0 04 Jan 2019

    Nothing published for this version

  58. v0.0.0-20250830052248-1801b1b525d9 30 Aug 2025 pre-release

    Nothing published for this version

  59. v0.0.0-20230316020645-4b27607b701b 16 Mar 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive