Files
GVUserDefaults/CHANGELOG
2013-01-28 16:38:11 +00:00

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