Skip to content

Releases: rrainn/Lemmy-Swift-Client

3.0.3

07 Jul 02:07
4afa083
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

06 Jul 21:12
fa84823
Compare
Choose a tag to compare

What's Changed

  • Conform types to hashable and identifiable by @creekdrops in #36
  • Making online optional in GetPostResponse e82cb4c

Full Changelog: 3.0.1...3.0.2

3.0.1

03 Jul 22:34
e8fe7f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

03 Jul 21:45
3a5c175
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...3.0.0

2.0.1

03 Jul 20:23
a8c8ceb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Jul 20:04
71ac628
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

02 Jul 05:25
0a2aed1
Compare
Choose a tag to compare

What's Changed

  • fix: optional properties for two models by @TheNoim in #8
  • Adding public init functions to all structs & responses by @fishcharlie in #10
  • Allow for URLSession injection into LemmyAPI via init parameter by @ckaik in #15
  • Adding missing init for GetRepliesRequest by @fishcharlie in #16
  • Conforming all enums to CaseIterable by @fishcharlie in #20
  • Making APIRequest conform to Hashable by @fishcharlie in #24
  • Making baseUrl public in LemmyAPI by @fishcharlie in #25
  • Added swiftformat configuration by @ckaik in #18
  • Addressed a critical error in relation to inbox_url on the PersonSafe struct by @creekdrops in #22
  • Fixing lint issues by @fishcharlie in #27
  • Adding GitHub Action for linting by @fishcharlie in #28
  • feat: add method to do request and return URLSession result by @TheNoim in #7

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

17 Jun 14:24
5e1ea0e
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

1.0.1

13 Jun 18:00
d5ddbf9
Compare
Choose a tag to compare

What's Changed

  • add missing init to GetPostsRequest by @mdhiggins in #3
  • CustomStringConvertible fix for HTTP GET requests by @mdhiggins in #4

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

12 Jun 00:51
57aba1d
Compare
Choose a tag to compare
  • Initial Release