This release brings a new feature to `get()` with the `convert_to_string` input arg for converting data to a string. This simplifies the use of `get()` by not having to perform additional processing after the data is fetched. Additionally, some code refactor and fixes were added. Also, the documentation was updated.
New features
- Add input arg to convert output data to a string for the get() method (97)
Changes
- Refactor the api code (91)
- Code refactor for the data loader classes (92)
- Add pipenv to the project (94)
- Add a [gitter room](https://gitter.im/dbcollection/dbcollection) and badge (95)
- Update docs (99)
Fixes
- Solve name collision in SetLoader class (85)