Skip to content

Releases: jawira/sanitizer

v2.0.0 - Change sanitizers namespace

15 Oct 17:49
8ee5556
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0 - Rename Abs and Cut filters

17 Aug 10:46
c13ff3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 - Replace sanitizer

16 Aug 07:47
c77d051
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v1.0.0

v0.5.0 - Substring

17 Jul 13:50
1d24988
Compare
Choose a tag to compare

What's Changed

  • Rename SanitizerService to Sanitizer
  • feat: Create Substring filter by @jawira in #21

Full Changelog: v0.4.0...v0.5.0

v0.4.0 - ToString, ToInt, AtLeast, AtMost

16 Jul 19:51
b1b6ce3
Compare
Choose a tag to compare

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

13 Jul 15:45
82e43c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - More filters

10 Jul 20:09
ffc8094
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Capitalize

03 Jul 12:14
17ce0b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0...v0.1.0

v0.0.0 - Add string sanitizers

03 Jul 07:19
525b368
Compare
Choose a tag to compare
Merge pull request #1 from jawira/email_filter

feat: Create Integer and Ascii filter