Skip to content

v2.0.0

Compare
Choose a tag to compare
@yangchristian yangchristian released this 25 Aug 04:38

2.0.0 (2017-08-25)

  • fix: add back accidentally deleted file (1abd6bd)
  • feat: add page() support (c5ed503)

BREAKING CHANGE

  • Trackers must now implement the page() method for tracking page visits. You MAY implement it as a noop if your tracking service does not support page views.