Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@microbit-matt-hillsdon microbit-matt-hillsdon released this 30 Jan 10:16
f63b5f9

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.
  • 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

Full Changelog: v0.9.2...v0.10.0