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