Skip to content

Releases: Alkenso/SwiftSpellbook

Extended DeviceInfo with 2021 models

24 Apr 18:55
Compare
Choose a tag to compare
0.0.12

Extended DeviceInfo with 2021 iPhone/iPad models

0.0.11

18 Apr 18:19
Compare
Choose a tag to compare

Refined FileManager stat/lstat API
Refined Dictionary extensions
Moved hexString to DataProtocol

Refined Dictionary keyPath/dotPath API

04 Apr 09:30
Compare
Choose a tag to compare
0.0.10

Refined Dictionary get/set extensions

Extended ValueObserving, introduces SCLog

01 Apr 06:22
Compare
Choose a tag to compare
  • Extended ValueObserving, ValueStore and Observable with 'context' parameter
  • Added SCLog that implements abstraction over logger. Supports subsystems
  • Added correct logs

Additional functional and bugfix

19 Mar 20:23
Compare
Choose a tag to compare
  • 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

07 Dec 13:33
Compare
Choose a tag to compare
0.0.7

Refined NSError utilities

Objc compatibility critical fixes

20 Nov 05:36
Compare
Choose a tag to compare
0.0.6

Fixed obj-c compatibility utils.

Bugfix and ObjC bridging improvements

17 Oct 09:10
Compare
Choose a tag to compare
0.0.5

Updated ObjC bridging layout

Improvements & API refinement

04 Oct 16:17
Compare
Choose a tag to compare
0.0.4

API refinements

General improvements and refinements

01 Jul 08:18
Compare
Choose a tag to compare
  • Refined CommonError and IOKitError
  • Improved Data->POD conversion
  • Minor fixes and improvements