Tags: PSchu/Unbox
Tags
Change isKeyPath parameter’s default value to true It’s more likely that dots are being used as key paths, than keys containing dots. While we still want to support keys that include dots, we’re now using `true` as the default value for the `isKeyPath` parameter, so that the default matches the most common use case.
Merge pull request JohnSundell#61 from bmichotte/osx_10_10 Support Os X 10.10
Merge pull request JohnSundell#38 from Iyuna/master Minor code changes for compatibility with Swift 2.2
Require “isKeyPath = true” to treat keys as key paths New parameter to all unbox() overloads, with a default `false` value Resolves https://github.com/JohnSundell/Unbox/issues/29
PreviousNext