- Fix: Pub.dev static analysis issues fixed.
- Fix: Support array as root element.
- Fix: Allow whitespaces in value of data type.
- Fix: Allow only bplist00 in binary type.
- Fix: Fixed the issue of integer decoding of binary plist.
- Improve: Optimize binary plist decode.
[Breaking Changes]:
- Fix: Return binary value of data type as Uint8List rather than as a invalid string.
- Fix: Updated XML dependency version.
- Fix: Updated Dart SDK minimum version to 2.16.0
- Add: Added lints dependency.
- Fix: Modify code formats.
- Fix: Fixed the parsing issue of binary parser.
- Fix: Fixed to support unicode data format.
- Doc: Simplified the sample code and README.md
- Add: Support parse type detection with typeDetection parameter.
- Add: Test cases.
- Fix: fixed that bool value was opposite for binary parser.
- Remove: Removed unused dependencies.
- Initial version.