Skip to content

micro-analytics-cli@3.1.0

Latest
Compare
Choose a tag to compare
@relekang relekang released this 28 Jun 16:39
· 11 commits to master since this release

Features

Support for metadata on views

This version introduces support for metadata with POST requests. The old way of GET requests will still work, however, if you want to store more information like browser versions(finally you can prove that your users has stopped using some old browser) it is necessary to do a POST request. Checkout the example in the readme for more info

Bug Fixes

  • Pass filtering options to get in the adapters. Previously the filtering was not sent to the database when not using the ?all=true option in the request and thus it returned the wrong value.