mirror of
https://github.com/zhigang1992/GVUserDefaults.git
synced 2026-01-12 17:22:55 +08:00
20 lines
606 B
Plaintext
20 lines
606 B
Plaintext
0.9.0 - January 28, 2013
|
|
- Support primitive types (int, float, bool, double)
|
|
- Improved performance due to accessor creation on start up
|
|
|
|
0.4.1 - January 7, 2013
|
|
- Fix endless loop if no transformKey: method was present
|
|
|
|
0.4.0 - January 5, 2013
|
|
- Added the setupDefaults method for easier registering of defaults
|
|
|
|
0.3.0 - December 19, 2012
|
|
- Changed the prefix method into a transformKey: method call [backwards incompatible]
|
|
|
|
0.2.0 - December 19, 2012
|
|
- Don't automatically synchronize in the setter
|
|
- Performance logging in the example app
|
|
|
|
0.1.0 - December 18, 2012
|
|
- First public release on CocoaPods
|