Skip to content

Releases: kristos80/hook

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:02

2.10.0 (2026-06-16)

Features

  • validate priority is integer in addFilter (ef4e49c)

v2.9.2

Choose a tag to compare

@github-actions github-actions released this 08 May 12:34

2.9.2 (2026-05-08)

Performance Improvements

  • cache validation result instead of callback reflection (7967d08)

v2.9.1

Choose a tag to compare

@github-actions github-actions released this 08 May 11:49

2.9.1 (2026-05-08)

Performance Improvements

  • cache callback reflections in type-hint validation (cc05772)

v2.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 12:18

2.9.0 (2026-02-20)

Features

  • add FIRST and LAST priority constants to HookInterface (37d230d)

v2.8.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 12:04

2.8.0 (2026-02-20)

Features

  • add getMinPriority and getMaxPriority methods (ae47217)

v2.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 15:54

2.7.0 (2026-02-10)

Features

  • support per-hook priority via int|array parameter (be64915)

v2.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 12:28

2.6.0 (2026-02-03)

Features

  • deprecate acceptedArgs parameter (6fe645e)

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 12:09

2.5.0 (2026-02-03)

Features

  • add requireTypedParameters option for type hint enforcement (d70045a)

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 13:43

2.4.0 (2026-02-02)

Features

  • instruct Hook class to implement a HookInterface interface (306c67d)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 10:38

2.3.0 (2026-01-09)

Features

  • handle invalid number of arguments in a better way (bf8ee54)