Skip to content

Releases: Optable/optable-web-sdk

Publish web-sdk to CDN

19 Oct 14:36
2c9c37b
Compare
Choose a tag to compare
Pre-release
v0.4.0-rc1

Use BUILDKITE_REFSPEC to fetch all tags

v0.3.0

07 Oct 19:45
4638931
Compare
Choose a tag to compare
Refactor (#16)

* AuthModal is now an addon.
* Rename SDK to OptableSDK and SandboxConfig to OptableConfig.
* Fix broken demos watchexec.
* Replace identifyWithEmail w/ simpler identify API
* Update README with identify API changes

v0.2.3

05 Oct 17:43
8f64056
Compare
Choose a tag to compare
Add tryIdentifyFromParams API to SDK. (#14)

* Add tryIdentifyFromParams API to SDK.

This function looks for an `oeid` parameter in the query string of the
page and, if found and appears to be a valid sha256 hash-length hex
string, automatically try identify("e:"+oeid)

Lives in lib/addons/try_identify, now along with gpt_events.

* Update README with docs on oeid

v0.2.2

02 Oct 14:59
Compare
Choose a tag to compare

Fix demos build.

v0.2.1

02 Oct 14:52
Compare
Choose a tag to compare

Fix broken demo pages on https://demo.optable.co/

v0.2.0

30 Sep 01:08
a2a36d6
Compare
Choose a tag to compare
Add witness API, used to send events to sandbox. (#12)

Fix NPM module to include build metadata

28 Sep 20:35
37e4ace
Compare
Choose a tag to compare
v0.1.2

Include build metadata in package (#10)

Fix browser build

28 Sep 20:20
81e397b
Compare
Choose a tag to compare
v0.1.1

Fix SandboxConfig export to be a type export (#9)

Hello World!

28 Sep 20:13
8a16a8e
Compare
Choose a tag to compare

Initial release of optable-web-sdk