serial_csv 0.5.1
serial_csv: ^0.5.1 copied to clipboard
High performance CSV encoder and decoder with retained types and nullability.
0.5.1 #
- fix:
decodeFlexiblefor strings starting with a number
0.5.0 #
- feat: add
decodeFlexible - deps: require Dart 3.3+
- chore: migrate from GitHub to Codeberg: https://codeberg.org/Tienisto/serial-csv
0.4.0 #
- add specialized
encodeanddecodemethods forint,doubleandbool - rename
encodeStringListanddecodeStringListtoencodeStringsanddecodeStrings - significantly improve parsing performance
0.3.0 #
- make dart constraints less strict (requires only dart 2.12+)
- add
encodeMapanddecodeMapmethods
0.2.1 #
- fix benchmark image url
0.2.0 #
- method signature changed from
List<List<Object?>>toList<List<dynamic>> - add
encodeStringListanddecodeStringListmethods
0.1.0 #
- initial release