Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 715 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 715 Bytes

0.3.4

  • Added headers option
  • Added visitParams option
  • Added withCredentials option

0.3.3

  • Added cookies option

0.3.2

  • Fixed module build

0.3.1

  • Better handling of visit expiration in JavaScript
  • Wait for successful response to destroy ahoy_track cookie
  • Better compatibility with older browsers

0.3.0

  • Removed jQuery dependency
  • Use navigator.sendBeacon by default in supported browsers
  • Removed support for IE < 9
  • Removed support for Bower

0.2.1

  • Fixed issue with duplicate events

0.2.0

  • Added configure function
  • Added getVisitToken and getVisitorToken functions
  • Added visitsUrl and eventsUrl options

0.1.0

  • First versioned release