What's Changed
- Breaking changes:
- Remove DeviceVersion exported const enum in favour of a union for this reason (breaking change for TypeScript code like
DeviceVersion.V1
but not expected to have wide impact. Values are unchanged.) - Build now emits ES2021 JavaScript
- UMD browser build dropped. Please raise an issue if this is a problem for your project and we'll consider reinstating.
- CommonJS build is no longer using the UMD bundle so no longer includes its dependency on nrf-intel-hex. This should not affect users using bundlers.
- Remove DeviceVersion exported const enum in favour of a union for this reason (breaking change for TypeScript code like
- Switch to GitHub actions for CI by @microbit-matt-hillsdon in #44
- Build tooling and packaging updates by @microbit-matt-hillsdon in #46
- Build docs always, but only deploy docs when creating tags by @microbit-grace in #47
New Contributors
- @microbit-grace made their first contribution in #47
Full Changelog: v0.9.2...v0.10.0