Skip to content

Releases: ServerDriven/ScreenDataNavigation-swift

1.2.0

Choose a tag to compare

@0xLeif 0xLeif released this 07 May 21:55

Full Changelog: 1.1.0...1.2.0

1.1.0

Choose a tag to compare

@0xLeif 0xLeif released this 31 Mar 01:42
5401d90

What's Changed

Full Changelog: 1.0.0...1.1.0

File Store and Provider

Choose a tag to compare

@0xLeif 0xLeif released this 05 Mar 21:19
0ab3445

What's Changed

Full Changelog: 0.5.0...1.0.0

ScreenLoading

Choose a tag to compare

@0xLeif 0xLeif released this 13 May 21:25
ab77c8b
0.5.0

Update README.md

0.4.1

Choose a tag to compare

@0xLeif 0xLeif released this 12 May 01:02
6cd5f8f
Merge pull request #10 from ServerDriven/develop

Remove macOS as a platform

0.4.0

Choose a tag to compare

@0xLeif 0xLeif released this 17 Feb 02:43
239659f

0.3.1

Choose a tag to compare

@0xLeif 0xLeif released this 09 Feb 01:23
32e19bc
Merge pull request #5 from ServerDriven/develop

0.3.1

0.3.0

Choose a tag to compare

@0xLeif 0xLeif released this 03 Feb 02:43
5b10c21

Basic ScreenProviding

Choose a tag to compare

@0xLeif 0xLeif released this 08 Jan 15:07
c8dc7cc
public protocol ScreenProviding {
    func screen(forID id: String) -> Future<SomeScreen, Error>
}