Skip to content

Releases: JanGorman/Chester

@resultBuilder

13 May 08:12
Compare
Choose a tag to compare
  • Replace @_functionBuilder with the officially sanctioned @resultBuilder

Pass dictionary key

28 Mar 11:39
Compare
Choose a tag to compare

Fix for dictionary keys being ignored when serialising. Thanks @nayanda1

SPM Support

13 Feb 07:51
Compare
Choose a tag to compare
  • Adds SPM support. Thanks @nayanda1 for the contribution

SPM Support

13 Feb 07:47
Compare
Choose a tag to compare
  • Adds SPM support. Thanks @nayanda1 for the contribution

Xcode 12

29 Sep 14:18
Compare
Choose a tag to compare
  • Xcode 12 updates

@functionBuilder

29 Sep 14:24
Compare
Choose a tag to compare
  • Experimental @functionbuilder support

ExpressibleByStringInterpolation

07 Apr 11:58
Compare
Choose a tag to compare
  • Switch to ExpressibleByStringInterpolation for string interpolation

Swift 5

02 Apr 11:40
Compare
Choose a tag to compare
  • Update to Swift 5

Swift 4.2

19 Oct 13:47
Compare
Choose a tag to compare
  • Project level Swift 4.2 support
  • Updated arguments ordering

Improve the order of the request building

18 Oct 11:18
Compare
Choose a tag to compare

See #9. Thanks @webecreative for the contribution