Releases: zxingify/zxingify-objc
Releases · zxingify/zxingify-objc
3.5.0
- Replaced
NSDecimalNumber
with own implementation ZXDecimal
, fixes #385
3.4.2
- Fixed bug in DataMatrixWriter (could not encode strings longer than ~240 chars)
3.4.1
- Fixed crash in ZXCapture: sessionPreset could be nil.
3.4.0
New major release 🎉
3.4.0
- removed one potential memory leak
- we are now even with zxing/zxing in regards to feature parity
- ported bunch of bugfixes from the upstream
- fixed pods
3.3.4
Feature parity with ZXing 3.3.3
3.3.3
Feature parity with ZXing 3.3.2
3.3.2
- Fixed bugs regarding Code93Writer
3.3.1
- Fixed transparent PNGs could lead to failing tests
- Fixed MaxiCode message read out
3.3.0
Merge pull request #382 from GrzesiekP/master
Restore data sign substitution functionality