Releases: Alkenso/SwiftSpellbook
Releases · Alkenso/SwiftSpellbook
Extended DeviceInfo with 2021 models
0.0.12 Extended DeviceInfo with 2021 iPhone/iPad models
0.0.11
Refined Dictionary keyPath/dotPath API
0.0.10 Refined Dictionary get/set extensions
Extended ValueObserving, introduces SCLog
- Extended ValueObserving, ValueStore and Observable with 'context' parameter
- Added SCLog that implements abstraction over logger. Supports subsystems
- Added correct logs
Additional functional and bugfix
- Introduced ValueStore - observable way to keep & update the value
- Introduced FileStore - abstract dealing with file(s)
- Obj-C bridge bugfix (adopt to linking without -ObjC flag)
- Refactoring and bugfix
Bugfixes
Objc compatibility critical fixes
0.0.6 Fixed obj-c compatibility utils.
Bugfix and ObjC bridging improvements
0.0.5 Updated ObjC bridging layout
Improvements & API refinement
0.0.4 API refinements
General improvements and refinements
- Refined CommonError and IOKitError
- Improved Data->POD conversion
- Minor fixes and improvements