Releases: andrerfcsantos/go-plausible
Releases · andrerfcsantos/go-plausible
v0.4.0 - Add support for Event API and expand sites API
What's Changed
- Add support to record events in Plausible by @till in #4
- Add ListSites and site.Get functions by @francois2metz in #5
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Changelog
- Add the visits field to MetricsResult by @francois2metz in #3
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Add visits and events metrics
This version adds support for the visits and event metrics
Changelog:
- Add visits and events metrics (#2) by @francois2metz
v0.2.0
This version adds support for the Site Provisioning API and some bug fixes.
Changelog:
- Added support for the Site Provisioning API
- Added unit and integration tests
- Fixed a bug where dates were not being correctly formatted
- Documentation was reviewed and improved
- (breaking change) Filter methods now receive and return a
Filter
and not*Filter
. This makes chained calls usable directly in query fields directly.
v0.1.0
This is the initial version of go-plausible
- Added support for the Plausible Stats API