Releases: microbit-foundation/microbit-universal-hex
Releases · microbit-foundation/microbit-universal-hex
0.2.2
- Export the (very simple)
IndividualHex
interface - Created enum for Board IDs to be able to use as input to
createUniversalHex()
- Provide a custom error when trying to create a Universal Hex from an MakeCode Intel Hex
- Add documentation to the library generated and hosted via GitHub Pages
- Add API documentation via TypeDoc and hosted in GitHub Pages
- Visual tweaks to the example and online tool
- Updated package dependencies
0.2.1
- Relax the rules for expecting EoF records in input Intel Hex files
- Fix issue in block format converting Extended Segmented Address record to Linear
- Add more tests
0.2.0
- Implemented the "sections" format from spec 0.4.0
- By default
createUniversalHex()
will generate a Universal Hex with the new "sections" format- The "block" format is still present via boolean argument
- https://github.com/microbit-foundation/microbit-universal-hex/tree/v0.2.0/src/universal-hex.ts#L219-L222
- Both formats now convert Segmented Linear Address records into Extended Linear Address records
- Created a simple online tool as implementation example
0.1.0
Initial release.