v0.2.0
This version adds some improvements to the library, mainly:
- SQLite 3 compatibility
- A better suite of tests
- UI improvements
- Telemetry events
Note: If you are already using ErrorTracker, you need to migrate the database schema to version 2.
What's Changed
- Allow mounting the dashboard without parens by @crbelaus in #33
- Add SQLite3 support and
metatable by @odarriba in #31 - Fix some exceptions reporting by @odarriba in #36
- Fix prefix usage in PostgreSQL by @odarriba in #37
- Telemetry events by @odarriba in #38
- Unit tests by @crbelaus in #34
- Restyling by @vortizhe in #40
- Add icon and update README by @odarriba in #41
New Contributors
Full Changelog: v0.1.2...v0.2.0