Skip to content

Commit 6d44c05

Browse files
committed
changelog update
1 parent 8571c38 commit 6d44c05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
**v0.5.0:** **⚠️ BREAKING CHANGE**
4+
- **Breaking change:** A bug fix in the `isBlockedId` function resolves an issue where ID regeneration was not triggered when a blocked word containing integers was found at the beginning or end of the generated ID. For example, if a blocked word was `abc1` and the generated ID was `abc123`, the ID would not have been regenerated, despite this being required according to [the spec](https://github.com/sqids/sqids-spec). Although this scenario is rare with the default blocklist, it is considered a breaking change. Since this repository is pre-1.0, only the minor version is incremented. Commit [a818ed](https://github.com/sqids/sqids-php/commit/a818ed4a25810b25663ece2354b0d6a2cc129088)
5+
- Lots of performance optimizations in PR [#17](https://github.com/sqids/sqids-php/pull/17) and [#18](https://github.com/sqids/sqids-php/pull/18) thanks to [@GromNaN](https://github.com/GromNaN)
6+
- Running tests for PHP 8.4
7+
38
**v0.4.1:**
49
- Removed testing for `uniques` ([part of the spec](https://github.com/sqids/sqids-spec/blob/main/tests/internal/uniques.test.ts))
510
- Support for PHP 8.1 [[PR #8](https://github.com/sqids/sqids-php/pull/8)]

0 commit comments

Comments
 (0)