Skip to content

Releases: krmax44/houk

v3.2.1

03 Apr 17:17
Compare
Choose a tag to compare

3.2.1 (2021-04-03)

Bug Fixes

v3.2.0

03 Apr 17:12
Compare
Choose a tag to compare

3.2.0 (2021-04-03)

Bug Fixes

Features

Performance Improvements

v3.1.0

20 Mar 16:37
0dc216d
Compare
Choose a tag to compare

3.1.0 (2021-03-20)

Features

v3.0.3

10 Mar 17:42
v3.0.3
Compare
Choose a tag to compare

v3.0.2...v3.0.3

v3.0.2

12 Sep 11:45
v3.0.2
Compare
Choose a tag to compare

v3.0.1...v3.0.2

v3.0.1

27 Aug 17:19
v3.0.1
Compare
Choose a tag to compare

v3.0.0 contained outdated build files. Damn it, build before releasing!

  • chore: update coverage badge d905cce
  • chore: switch to Github actions c50fab0

v3.0.0...v3.0.1

v3.0.0

27 Aug 16:53
v3.0.0
Compare
Choose a tag to compare

Breaking changes!

Houk used to be both an event and hook chain bus. The concept of combining those two into one is neat, but definitely janky at times, which paired together with type safety doesn't feel right. Therefore, I decided to drop hook chains and make Houk a super-simple, type-safe event bus only.

v2.0.0

26 Feb 21:25
v2.0.0
Compare
Choose a tag to compare

New Features

  • safe typing
  • once: only call a listener once, then remove it

Housekeeping

  • better tests
  • remove Dependabot, you're annoying, sorry
  • upgrade dependencies
  • switch to Gitlab CI
  • enable coverage

v1.1.1...v2.0.0

v1.1.1

11 Sep 11:18
v1.1.1
Compare
Choose a tag to compare
  • fix: make thisArg optional 360fe21

v1.1.0...v1.1.1

v1.1.0

11 Sep 11:12
v1.1.0
Compare
Choose a tag to compare

v1.0.0...v1.1.0