4.14.0
Breaking changes
- When using CocoaPods, the module name has changed from
iOSDFULibrary
toNordicDFU
to match one used in SPM. The Pod name has not changed. Migrate by replacing:to:import iOSDFULibrary
import NordicDFU
- Folders names have changed (this should not have any impact on apps using the DFU as a dependency):
- Example changed to Test App
- Now project created for the library files only (in root folder)
- Tests moved from Test App to the new project
- iOSDFULibrary renamed to Library
What's Changed
- Deeplinks by @philips77 in #488
- Various app improvements by @philips77 in #495
- doc: update flutter plugin to active version by @juliansteenbakker in #500
- Added Privacy Manifest for both Library and Example App by @dinesharjani in #513
- Test firmware for nRF52840 DK from nRF5 SDK 17.1 added to Test App by @philips77 in #517
- Documentation by @philips77 in #519
- Dependencies updated by @philips77 in #520
- Documentation generated by @philips77 in #521
- Refactoring by @philips77 in #522
- Carthage configuration fixed by @philips77 in #524
- Version 4.14.0 by @philips77 in #525
New Contributors
- @juliansteenbakker made their first contribution in #500
Full Changelog: 4.13.0...4.14.0