You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
-
# 2.5.4 (TBD)
2
-
- Fix String.Split to correctly handle multi-character separators (e.g., `"<br />"` now splits on the whole string instead of each character) [bug]
3
-
- Add String.First helper to get the first element from an array/collection [enhancement]
4
-
- Add String.Last helper to get the last element from an array/collection [enhancement]
1
+
# 2.5.4 (21 December 2025)
2
+
-[#135](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/135) - Add String.First/Last helpers and fix Split for multi-char separators [enhancement] contributed by [ablyler](https://github.com/ablyler)
3
+
-[#130](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/130) - Conflict Between Truncate Helpers Prevents Usage Without Prefix [bug]
5
4
6
5
# 2.5.3 (13 September 2025)
7
6
-[#132](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/132) - Humanizer Truncate should always be used as "Humanizer.Truncate"[bug] contributed by [StefH](https://github.com/StefH)
0 commit comments