Releases: m-lab/ndt7-js
Releases · m-lab/ndt7-js
0.1.4
What's Changed
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #104
- fix(package.json): drop minify by @bassosimone in #105
- chore: bump version to 0.1.4 by @robertodauria in #106
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- ci(publish): use npm trusted publishers with OIDC by @robertodauria in #100
- ci(publish): use npm trusted publishers with OIDC by @robertodauria in #101
- ci(publish): use npm trusted publishers with OIDC by @robertodauria in #102
- ci(publish): use npm trusted publishers with OIDC by @robertodauria in #103
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- ci(publish): use npm trusted publishers with OIDC by @robertodauria in #99
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- ci: add workflow for automatic npm publishing on release by @robertodauria in #98
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- Remove nodejs support and update README.md by @robertodauria in #70
- Update e2e testing to use sandbox by @robertodauria in #71
- feat: modernize testing and linting infrastructure v0.1.0 by @robertodauria in #89
- fix: correct worker file references in minify script by @robertodauria in #90
- fix: temporarily remove Browserstack testing infrastructure by @robertodauria in #91
- feat: add client-integration token support to ndt7-js by @bassosimone in #92
- chore: upgrade dev dependencies by @bassosimone in #93
- ci: migrate to GitHub Actions by @bassosimone in #94
- ci: bump the actions group with 2 updates by @dependabot[bot] in #95
- chore(deps): bump minify from 14.1.0 to 15.0.1 by @dependabot[bot] in #96
- chore(deps): bump chai from 4.5.0 to 6.2.2 by @dependabot[bot] in #97
New Contributors
- @bassosimone made their first contribution in #92
Full Changelog: 0.0.6...0.1.0
0.0.6
What's Changed
- Improve error handling by @robertodauria in #52
- Set up TestCafe testing framework by @robertodauria in #53
- Add HTML example by @robertodauria in #55
- Refactor
nowby @RA80533 in #36 - Update example code and ws library by @robertodauria in #58
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #59
- Fix postMessage calls in case of errors by @robertodauria in #61
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #60
- Configure BrowserStack-based testing by @robertodauria in #62
- Add metadata configuration field by @robertodauria in #65
- Fix bug in metadata handling by @robertodauria in #66
- Bump version to 0.0.6 by @robertodauria in #67
- Bump version in package.json by @robertodauria in #68
New Contributors
- @dependabot made their first contribution in #59
Full Changelog: 0.0.5...0.0.6
0.0.5
Changelog:
- Fixed server selection algorithm to always pick the first server from the randomized list coming from Locate
- Set minimum NodeJS version to >= 12
- Improve NodeJS vs browser environment detection in ndt7.js
- Updated dependencies
0.0.5-beta.0
Implement a workaround for the bug affecting the upload part of the measurement on Safari.