v1.5.0
New Features
- You can now install v1 in un-minified, with-comments UMD/CommonJS format from npm. If you're using a JavaScript build system already this might make keeping up-to-date simpler for you. (#132 #138)
- For track bundle users, you can now provide a
page
initialisation option which is used to annotate the initial page-load event with extra descriptions. For single-page apps where you might callr.track.load()
you can pass these in asr.track.load(page)
. (#144)