File tree Expand file tree Collapse file tree
RichTextView/RichTextView.docc
StoryblokClient/StoryblokClient.docc
URLSessionExtension/URLSessionExtension.docc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
2929
3030jobs :
3131 test :
32- name : Run tests
32+ name : Run tests on ${{ matrix.platform }}
3333 runs-on : macOS-latest
3434 strategy :
3535 matrix :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828 contents : read
2929jobs :
3030 test :
31- name : Run example tests
31+ name : Run tests on ${{ matrix.platform }}
3232 runs-on : macOS-latest
3333 strategy :
3434 matrix :
Original file line number Diff line number Diff line change 1+ ### Changelog
2+
3+ ** 0.3.0**
4+
5+ - Renamed ` Blok ` to ` Block ` throughout the Rich Text View for consistency. Deprecated ` Blok ` typealiases and delegate methods are provided for backward compatibility.
6+ - Removed a redundant ` Story ` initializer.
7+
8+ ** 0.2.0**
9+
10+ - Initial release of the Storyblok Client
11+ - Initial release of the Rich Text View
12+ - Added JetNews sample app
13+
14+ ** 0.1.0**
15+
16+ - Initial release of the URLSession Extension
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111``` swift
1212dependencies: [
1313 …
14- .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.2 .0" ))
14+ .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.3 .0" ))
1515]
1616targets: [
1717 .target (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111``` swift
1212dependencies: [
1313 …
14- .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.2 .0" ))
14+ .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.3 .0" ))
1515]
1616targets: [
1717 .target (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add the *storyblok-swift* repository as a package to your `Package.swift` file a
1111``` swift
1212dependencies: [
1313 …
14- .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.2 .0" ))
14+ .package (url : " https://github.com/storyblok/storyblok-swift.git" , .upToNextMajor (from : " 0.3 .0" ))
1515]
1616targets: [
1717 .target (
You can’t perform that action at this time.
0 commit comments