Releases: zbateson/mb-wrapper
Releases · zbateson/mb-wrapper
2.0.1
What's Changed
- Use explicit nullable type for PHP 8.4 by @taylorvance in #15
New Contributors
- @taylorvance made their first contribution in #15
Full Changelog: 2.0.0...2.0.1
2.0.0
- Drop php7 support
- Throw an UnsupportedCharsetException trying to convert from/to an unsupported character set
Full Changelog: 1.2.1...2.0.0
1.2.1
1.2.0
1.1.2
Map CESU-8 to UTF-8 -- thanks @hazington
1.1.1
1.1.0
Fix getSubstr issue with CP1258
Fixes an issue with iconv_substr with CP1258 encoded strings.
1.0 release
Ready for use -- copied and reworked code from zbateson/stream-decorator