Releases: RougeWare/Swift-PropertyWrapper-Protocol
Releases · RougeWare/Swift-PropertyWrapper-Protocol
2.0.0 - Renamed the library to fit better into the new SPM semantics
Since Swift Package Manager doesn't translate spaces into underscores anymore, this release changes the library's name from PropertyWrapper Protocol
to PropertyWrapperProtocol
(#2)
The Basics
Just two protocols: one for property wrappers and one for property wrappers with mutable values. Simple and useful!