Skip to content

0.6.0

Compare
Choose a tag to compare
@orchetect orchetect released this 30 Aug 05:11
· 707 commits to main since this release
829c183

MIDIKit 0.6.0

What's New

  • Library-wide API clarification and more consolidated type names.

  • Curated documentation:

    • Written with DocC

    • Includes all the getting started guides previously found in the Wiki and more

    • Easy to navigate directly within Xcode using the Build Documentation menu command, or browsable online

      (Note: Xcode 14 builds docc more reliably than Xcode 13 but you can always browse the online docs)

  • MIDIKit is now a mono-repo: All extension repos (SMF, Sync, ControlSurfaces) are now incorporated as package products within MIDIKit, and the external repos are now deprecated. All of MIDIKit can be imported with a single import, or individual targets can be imported if only certain functionality is required. See the documentation for details.

  • Refactors and improvements

Note: MIDIKit 0.6.0 contains substantial API changes from 0.5.x, and now requires Swift 5.5 / Xcode 13.0+.