# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.1] 2021-03-11
- Simpler methods to be used when all you need for keys is a string. 

## [0.3.0] 2020-08-31
- Remove Xcode project. Use SPM.

## [0.2.0] 2019-04-06
- Swift 5

## [0.1.0] 2017-09-06
### Added
- Replace `PreferenceValue` protocol with Swift 4 `Codable` protocol
- [AnyPreferenceKey](Sources/AnyPreferenceKey.swift) to simplify creation of the keys.
- [SPM](https://swift.org/package-manager/) support