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