v1.3.1
Note: version 1.3.0 was never published due to canary tests not being able to run. This version is functionally identical to version 1.3.0.
Feature
Update the Pendo snippet to match the current Pendo snippet (#120)
Updates the Pendo snippet to include the track
functionality in order to match the current Pendo snippet (link to Pendo snippet documentation). The newer version includes track
as one of the functions defined in the snippet.
Update lint config of HBS files (#98)
CI
Move on github actions (#116)
Use Github Actions instead of CircleCI.
The configuration is generated by https://github.com/jelhan/create-github-actions-setup-for-ember-addon
Disable testing on canary (#126)
Temporarily disable canary tests as they fail to start pending an ember-test-helpers
upgrade.
Doc
Add CI badge in the README (#117)
Add License badge in the README (#117)
Improve documentation of parameters (#87)
- More accurate types
- Fix and slightly improve documentation
Build
Update to ember 3.24 (LTS) (#112)
Updates all dependencies/configuration to please ember 3.24
Rebuild file yarn.lock
(#102)
This should fix these current vulnerabilities:
- Package: xmlhttprequest-ssl
Commits from from v1.5.4 to v1.6.2:
mjwwit/node-XMLHttpRequest@1.5.4...1.6.2
- Package: printf
Commits from v0.5.3 to v0.6.1:
adaltas/node-printf@v0.5.3...v0.6.1
Changelog until v0.6.1:
https://github.com/adaltas/node-printf/blob/5d11e642922fe1a125a141d4becfee00f29c67ce/CHANGELOG.md
- Package: xmldom
Commits from v0.1.31 to v0.6.0:
xmldom/xmldom@v0.1.31...0.6.0
Changelog until v0.6.0:
https://github.com/xmldom/xmldom/blob/2fadfb7215b4eb670a32a572d78891a9bd0721aa/CHANGELOG.md
- Package: node-notifier
Commits from v5.4.3 to v9.0.1:
mikaelbr/node-notifier@v5.4.3...v9.0.1
Changelog until v10.0.0:
https://github.com/mikaelbr/node-notifier/blob/4b3af8b1e7308ce3c5da49c302005c24c1e0b489/CHANGELOG.md
Replace sinon by ember-sinon-qunit (#97)
By using ember-sinon-qunit we ensure that every spy/stub is restored automatically, so that he don't stay in the global window object leading to memory leaks in our tests / in future tests using stubs
See https://sinonjs.org/releases/v9.0.0/general-setup/