All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None.
- Make
XMLNode[xPath:]
return by node order.
- Add
XMLNode[xPath:]
supports wildcard namespace.
- Fix Data type can not be used with
UserDefatuls
extensions.
- Add
Atomic
property wrapper.
- Enhance
UserDefatuls
extensions.
- Remove
UserDefaults.CodableBinding
. (that can be now replaced byUserDefaults.Binding
.)
- Fix optional value can not be works with UserDefaults.Binding* classes.
- Add publisher property on UserDefaults.Binding* classes.
- Add ObservedObject protocol on UserDefaults.Binding* classes.
- Remove UserDefaults.OptionalBiding.
- Fix typo from FileObservation documentation.
- Add documentation to FileObservation.
- Add
observe
related function to UserDefaults extension.
- Add XMLDocument and related classes.
- Add CodableBinding to UserDefaults extension.
- First release.