Skip to content

Releases: bilbof/purser

Version 1.1

17 Aug 12:57
Compare
Choose a tag to compare

This version includes the following changes:

  • 🆕 Introduces purser.visits methods. Subsequent visits will be automatically stored in an array in the object attributes.visits = [<visit objects>]. This will address #3. You can also create new visits with purser.visits.create(), and fetch, update, and delete them in a similar fashion.
  • Other new items added to the object: pageviews, visits_at_conversion, and pageviews_before_conversion.
  • MIT License (already in the package.json, but now should be more obvious as a .txt file)
  • purser.min.js (a ready-minified version of Purser).
  • Added notes related to contributing and the new visit methods to the Readme.
  • Added additional details to the example app and website.
  • General code improvements.

Link to PR of changes: #5