Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 584 Bytes

CHANGELOG.md

File metadata and controls

5 lines (3 loc) · 584 Bytes

2.0

Breaking Changes

  • #3 All busy-when-name/not-busy-when-name/busy-when-url/not-busy-when-url values are considered regex patterns to facilitate easier and more flexible configuration. Be mindful about whether or not the values you're currently using will match differently as regex patterns. If you want to quickly modify your markup to ensure the values you had working before (example: busy-when-url="/api/things"), add the regex beginning of line and end of line characters to cause a strict match (previous example becomes: busy-when-url="^/api/things$").