Releases: andybarron/preferences-rs
Releases · andybarron/preferences-rs
1.1.0
1.0.0
- Upgrade from
rustc-serialize
toserde
(:tada: :tada: :tada:) - Implement
std::error::Error
forPreferencesError
- Re-export
app_dirs::AppDirsError
- _Actually_ actually update docs link
0.7.3
- Actually update doc links
0.7.2
- Update doc links
0.7.1
- Update
app_dirs
dep
0.7.0
- Update
app_dirs
dep version - Better loading API
- Require
AppInfo
and path
0.6.0
- Use app_dirs to determine prefs location (removes platform-specific dependencies)
- Harden resolution of preferences keys to file paths
0.4.0
- Add
save_to
/load_from
- Expose function to get prefs base dir
- Proper Windows support (
SHGetKnownFolderPath
instead of%APPDATA%
) PreferencesTrait
->Preferences
- Enable CI (Travis CI and Appveyor)
0.3.0
Use more correct file paths for OS X, *nix, and Windows.
0.2.1
Remove clippy
dependency. (Use cargo clippy
instead.)