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