Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Latest commit

 

History

History
101 lines (58 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

101 lines (58 loc) · 2.48 KB

Changelog

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.

Changed

  • Make XMLNode[xPath:] return by node order.

Added

  • Add XMLNode[xPath:] supports wildcard namespace.

Changed

  • Fix Data type can not be used with UserDefatuls extensions.

Added

  • Add Atomic property wrapper.

Changed

  • Enhance UserDefatuls extensions.

Removed

  • Remove UserDefaults.CodableBinding. (that can be now replaced by UserDefaults.Binding.)

Changed

  • Fix optional value can not be works with UserDefaults.Binding* classes.

Added

  • Add publisher property on UserDefaults.Binding* classes.
  • Add ObservedObject protocol on UserDefaults.Binding* classes.

Removed

  • Remove UserDefaults.OptionalBiding.

Changed

  • Fix typo from FileObservation documentation.

Added

  • Add documentation to FileObservation.

Added

  • Add observe related function to UserDefaults extension.

Added

  • Add XMLDocument and related classes.
  • Add CodableBinding to UserDefaults extension.
  • First release.