Releases: bilbof/purser
Releases · bilbof/purser
Version 1.1
This version includes the following changes:
- 🆕 Introduces
purser.visits
methods. Subsequent visits will be automatically stored in an array in the objectattributes.visits = [<visit objects>]
. This will address #3. You can also create new visits withpurser.visits.create()
, and fetch, update, and delete them in a similar fashion. - Other new items added to the object:
pageviews
,visits_at_conversion
, andpageviews_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