Releases: gitonthescene/csv-reconcile
Automatic csv file encoding and parameter detection (defensive)
Full Changelog: v0.3.1...v0.3.2
- Addresses problem with csv.Sniffer.sniff() raising errors in certain circumstances raised in #68. The fallback is to simply use the configuration overrides.
Automatic csv file encoding and parameter detection
What's Changed
Following some advice from @b2m automatic csv file encoding and parameter detection was added. Overrides are still possible, but this should reduce some of the friction when using variant file encodings or parameters such as changing the csv separator.
- Feature/smart csv by @gitonthescene in #42
Full Changelog: v0.3.0...v0.3.1
Change in server intialization
The most noticeable change in this release is the reworking of how the service is initialized and started. Initialization is now a separate step from starting the server. This is to facilitate running the service within other WSGI engines. See README for details.
Also notable is @b2m's addition of a preview service to display the entire contents of a given row when hovering over it. This is opt-in. See README for details.
What's Changed
- Implement Preview Service by @b2m in #27
- Extending columns showing id and not name #40
- Handle mismatched lines in csv files #39
- Reorganize command line options to accommodate running in a container #22
New Contributors
- @dependabot made their first contribution in #23
- @b2m made their first contribution in #27
Full Changelog: v0.2.5-alpha...v0.3.0
First alpha release
Just starting to think about formalizing releases. You have to start somewhere! Binaries found on PyPI.