Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (26 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 2.34 KB

Unreleased changes

Full changelog

  • 18: Fix typo in enableEmulatorMode argument

v0.8.0 (2021-09-29)

NOTE - the SDK was moved from the rally-core-addon repo to its own rally-sdk

  • 1: convert rally.js to typescript
  • 7: Remove core add-on support, add tests and release process
  • 8: Circleci project setup
  • 9: Add rally web platform support
  • 14: Make Firebase project configurable, and straighten out extension message-passing
  • 15: Add a local-only "play-test" mode

v0.6.0 (2021-04-20)

  • 550: Do not use extension ID as namespace, breaks the rally.js API (constructor arg change)

v0.5.0 (2021-03-03)

  • #468: export rally run states instead of using strings.

v0.4.0 (2021-02-19)

  • #402: point to the correct URL when no core add-on is found.
  • #386: add remote-controllable "pause" state for studies.

v0.3.0 (2021-02-08)

  • #337: initialize rejects if the study is not allowed to start.

v0.2.0 (2021-02-02)

  • #316: Migrate to ES6 modules.

v0.1.0 (2021-22-01)

  • #306: Add a developer mode. When enabled it allows developer to dump the content of pings to the browser console and prevents the Rally information page to be opened if no core-addon is found.
  • Breaking change - #262: rename the org from mozilla-ion to mozilla-rally. Without this change no communication with the core add-on is possible.
  • #269: Allow using the Rally.js support library without a bundler.