We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f185396 commit 11dc268Copy full SHA for 11dc268
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Version 1.6.0
4
+**2023-12-14**
5
+
6
+- loadingObserver is optional
7
8
## Version 1.5.0
9
**2023-10-21**
10
README.md
@@ -99,7 +99,7 @@ import PackageDescription
99
let package = Package(
100
name: "<Your Product Name>",
101
dependencies: [
102
- .package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.5.0"))
+ .package(url: "https://github.com/heroesofcode/ViewState", .upToNextMajor(from: "1.6.0"))
103
],
104
targets: [
105
.target(
0 commit comments