- BREAKING: Added optional parameter Migration to read methods.
- FEATURE: Migration support.
- BUGFIX: ReadOrCreate when passing in FileInfo
- BUGFIX: Read when passing in full path.
- Sign the binaries.
- BREAKING CHANGE: Split repository in SingletonRepository & DataRepository.
- BREAKING CHANGE: Reorder arguments in save methods to be like System.IO.File.Save.
- BREAKING CHANGE: Overhaul of constructors and factory methods for repositories & settings.
- FEATURE: Transactions for save & rename.