Releases: rrainn/Lemmy-Swift-Client
Releases · rrainn/Lemmy-Swift-Client
3.0.3
3.0.2
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
What's Changed
- More lemmy fixes by @fishcharlie in #35
- Updating README & LICENSE by @fishcharlie in 080cfaf
Full Changelog: 3.0.0...3.0.1
3.0.0
2.0.1
2.0.0
What's Changed
- Adding baseRequest method by @fishcharlie in #30
- Lemmy 0.18.0 changes by @fishcharlie in #32
Full Changelog: 1.1.0...2.0.0
1.1.0
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
- @TheNoim made their first contribution in #8
- @fishcharlie made their first contribution in #10
- @ckaik made their first contribution in #15
- @creekdrops made their first contribution in #22
Full Changelog: 1.0.2...1.1.0
1.0.2
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- add missing init to GetPostsRequest by @mdhiggins in #3
- CustomStringConvertible fix for HTTP GET requests by @mdhiggins in #4
New Contributors
- @mdhiggins made their first contribution in #3
Full Changelog: 1.0.0...1.0.1
1.0.0
- Initial Release