Releases: keen/explorer
Releases · keen/explorer
v1.0.0
Version 1.0 of Keen's Explorer
We're officially releasing v 1.0 of Keen IO's Explorer! Keen IO is now working exclusively off of this repository, meaning you get the same bugfixes and new features Keen gets at the very same time.
So, what's new?
- We now have an official NPM package available. Check out the NPM page for it at https://www.npmjs.com/package/keen-explorer
- We now have Explorer on a CDN. The updated readme contains instructions for using Explorer via CDN.
- Updated UI: We're cleaned up the Explorer interface so make things easier to find and reason about.
Key changes
- Explorer now has support for Keen's new Saved/Cached queries. Any queries you save and cache in Explorer will be available for that project via API. You can learn more about cached queries here: https://keen.io/product/query-caching/ and The docs for cached queries can be found at https://keen.io/docs/api/#query-caching.
- You no longer need to confgure a Persistence object to be passed into Explorer. You now just flag savedQueries as
true
orfalse
depending on if you want to have query saving/loading made available in Explorer.