Skip to content

Releases: mattia/swift-secrecy

0.2.0

18 Dec 13:58
0.2.0
54570e4
Compare
Choose a tag to compare

This release contains potential breaking changes, based on how you accessed the underlying secret

What's Changed

  • Add status badges for CI and package index by @mattia in #8
  • Fortify Secret.Wrapped value protection by @mattia in #9

The changes in #9 allows even more protection to avoid accidental secret exposure. Now the only way to access the underlying value of the secret is by going through the projectedValue.

Full Changelog: 0.1.0...0.2.0

0.1.0

01 Dec 21:41
0.1.0
84b4d89
Compare
Choose a tag to compare

This is the first release of swift-secrecy!
While we are currently satisfied with the API provided by the package we warn you that there could be breaking changes; that's why we are not publishing a 1.0 version.