Skip to content

Releases: tgrapperon/swift-dependencies-additions

0.3.1

19 Mar 04:46
a963ee1
Compare
Choose a tag to compare

What's Changed

  • Simplify StateObject.Dependency suggested by @kabiroberai in #39
  • Fix UserDefault's tests by @Sajjon in #35
  • Improve Proxy documentation in #40
  • Remove Logger's dependency to BundleInfo in #41

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Jan 21:04
842f6f2
Compare
Choose a tag to compare

What's new

What's Changed

  • Improve UserDefaults diagnostic on Linux in #25
  • Improve Proxies ergonomics in #31
  • Typo by @JacksonUtsch in #29

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

18 Jan 05:34
2e5d138
Compare
Choose a tag to compare

What's Changed

  • Fix typo in userDefaults getter for Data types by @acosmicflamingo in #23
  • Fix UserDefaults Double values and improve test coverage of this dependency.
  • Because it is not behaving as expected, the ability to directly read and write URLs to UserDefaults on Linux has been temporarily removed. This doesn't apply to Apple platforms that can read and write URLs to UserDefaults normally. Feel free to open a discussion if you need this functionality on Linux.

New Contributors

Full Changelog: 0.1.3...0.2.0

0.1.3

18 Jan 03:45
02dacbe
Compare
Choose a tag to compare

What's Changed

  • Add UserDefaults support for Date values in #20
  • Improve the Logger study with an embedded console in #22
  • Fix package link in README by @siemensikkema in #14

New Contributors

Full Changelog: 0.1.2...0.1.3

Support Linux

10 Jan 01:30
c75118f
Compare
Choose a tag to compare
0.1.2

Support Linux (#10)

Fixes the package's name!

10 Jan 00:27
1b86c81
Compare
Choose a tag to compare

The package name was wrongly DependenciesAdditions instead of swift-dependencies-additions.
This shouldn't affect users, as the name isn't used when importing or depending on SwiftPM dependency.
The package may relocate alphabetically in Xcode's sidebar when you'll update it.

Initial Release

09 Jan 06:27
c8198e1
Compare
Choose a tag to compare
0.1.0

Update README.md