Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

v2.2.0

Choose a tag to compare

@mrbbot mrbbot released this 18 Jan 21:43
· 268 commits to master since this release

Features

Fixes

  • Fix instanceof checks with null values. Closes issues #152 and #154. Thanks @Cerberus for the PR, and @bduff9, @huw & @g45t345rt for reporting this.
  • Fix subdirectory watching on Linux. Closes issue #153, thanks @huw for reporting this.
  • Throw a TypeError instead of a string when the parameter passed to a HTMLRewriter handler is used outside the handler