Releases: tgrapperon/swift-dependencies-additions
Releases · tgrapperon/swift-dependencies-additions
0.3.1
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 toBundleInfo
in #41
New Contributors
Full Changelog: 0.3.0...0.3.1
0.3.0
What's new
- Add AccessibilityDependency (UIAccessibility abstraction) by @acosmicflamingo in #26
- Add AssertionDependency by @john-flanagan in #28
What's Changed
- Improve UserDefaults diagnostic on Linux in #25
- Improve Proxies ergonomics in #31
- Typo by @JacksonUtsch in #29
New Contributors
- @john-flanagan made their first contribution in #28
- @JacksonUtsch made their first contribution in #29
Full Changelog: 0.2.0...0.3.0
0.2.0
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 toUserDefaults
normally. Feel free to open a discussion if you need this functionality on Linux.
New Contributors
- @acosmicflamingo made their first contribution in #23
Full Changelog: 0.1.3...0.2.0
0.1.3
What's Changed
- Add
UserDefaults
support forDate
values in #20 - Improve the
Logger
study with an embedded console in #22 - Fix package link in README by @siemensikkema in #14
New Contributors
- @siemensikkema made their first contribution in #14
Full Changelog: 0.1.2...0.1.3
Support Linux
0.1.2 Support Linux (#10)
Fixes the package's name!
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
0.1.0 Update README.md