keen / keen-js

https://keen.io/ JavaScript SDKs. Track users and visualise the results. Demo http://keen.github.io/keen-dataviz.js/
MIT License
578 stars 143 forks source link

Version 4 #429

Closed dustinlarimer closed 7 years ago

dustinlarimer commented 7 years ago

Hello, version 4

This release replaces all functionality found in v3 with three standalone modules, listed below, as a bundled distribution. Documentation, bug tracking, and feature development will continue to reside in each module's respective repo. Read about getting started here.

Stream: keen-tracking.js Documentation | Issues | Upgrade guide What to expect: One breaking change to a utility method, otherwise a full drop-in replacement.

Compute: keen-analysis.js Documentation | Issues | Upgrade guide What to expect: Several breaking changes, significant rework of HTTP methods, and a much better interface for handling requests for all API resources.

Visualize: keen-dataviz.js Documentation | Issues | Examples | Upgrade guide What to expect: Several breaking changes, significant rework of internal props.

When keen-js is loaded as a global, these packages will be assigned to a shared Keen namespace. If you only need select functionality, we recommend using the standalone packages, which can each installed independently, via npm.