Releases: jawira/sanitizer
Releases · jawira/sanitizer
v2.0.0 - Change sanitizers namespace
v1.1.0 - Rename Abs and Cut filters
What's Changed
- docs: Update Cut documentation by @jawira in #32
- docs: Move EmptyStringToNull by @jawira in #33
- docs: Update documentation by @jawira in #35
- refactor: Rename Abs filter to Absolute by @jawira in #36
- refactor: Rename Cut to MaxLength by @jawira in #37
- Crate enum side by @jawira in #38
- Update phpunit by @jawira in #39
- Rename attributes by @jawira in #41
- fix: Solve Psalm complaints by @jawira in #42
Full Changelog: v1.0.0...v1.1.0
v1.0.0 - Replace sanitizer
What's Changed
- docs: Create documentation for Abs, Pad and Trim by @jawira in #22
- Update documentation by @jawira in #23
- refactor: Rename Capitalize to Sentence by @jawira in #24
- Title case documentation by @jawira in #25
- refactor: Rename Substring to Cut by @jawira in #26
- feat: Add Replace sanitizer by @jawira in #27
- ToInt docs by @jawira in #28
- docs: ToInt documentation by @jawira in #29
Full Changelog: v0.5.0...v1.0.0
v0.5.0 - Substring
What's Changed
Full Changelog: v0.4.0...v0.5.0
v0.4.0 - ToString, ToInt, AtLeast, AtMost
What's Changed
- ToInt and ToString by @jawira in #19
- refactor: Rename sanitizers to AtLeast and AtMost by @jawira in #20
Full Changelog: v0.3.0...v0.4.0
v0.3.0 - Digits, EmptyStringToNull and Replace filters
v0.2.0 - More filters
v0.1.0 - Capitalize
v0.0.0 - Add string sanitizers
Merge pull request #1 from jawira/email_filter feat: Create Integer and Ascii filter