Releases: thombashi/sqlitebiter
Releases · thombashi/sqlitebiter
v0.32.1
- Make simplejson to an optional dependency and replace to ujson
- Add
all
extras_require
- Update requirements
v0.32.0
- Add
stdin
sub command: #75 (Thanks to @Izzur)
- Make it possible to execute the command with
python -m sqlitebiter
- Fix type annotations
- Update requirements
v0.31.1
- Fix to accept table names that start with numbers: #76 (Thanks to @DreamerDeo)
- Update requirements
- Modify log messages
v0.31.0
- Improve JSON support: #74 (Thanks to @ButchAnton)
- Modify log messages when skip file conversion
v0.30.0
- Add detailed information for the cause of the errors while data conversion: #73 (Thanks to @Izzur)
- Add type annotations
- Update requirements
v0.29.0
- Add support for platforms that lacks support
sem_open
such as Android Termux: #71 (Thanks to @danieldjewell)
- Modify log formats
- Drop Python 2 support
- Remove
dev
extras_require
v0.28.2
- Update requirements
- Reduce
extras_require
- Add support for
snap
installation (experimental)