Releases: OmerFlame/SwiftRant
Releases · OmerFlame/SwiftRant
Release list
v2.4.1
What's Changed
- Add missing User Defaults store call in
getNotificationFeedby @OmerFlame in #33 - Fix for the
Link.calculatedRangeissue by @OmerFlame in #34
Full Changelog: 2.4.0...2.4.1
v2.4.0
WARNING: This release contains a major bugfix, it's super important that you SWITCH to this version.
What's Changed
- Formatted README by @ElectronicsArchiver in #31
- changed function call to unsubscribe by @WilhelmOks in #32
New Contributors
- @ElectronicsArchiver made their first contribution in #31
Full Changelog: v2.3.0...2.4.0
2.3.0
What's Changed
- Generalized image upload by @WilhelmOks in #27
- Added a subscribed property to Profile by @WilhelmOks in #29
Full Changelog: v2.2.0...v2.3.0
2.2.0
What's Changed
- public uuid for Comment and RantInFeed by @WilhelmOks in #23
- decoding notif_state as Int instead of String if it fails by @WilhelmOks in #25
- Hashable identifiable models by @WilhelmOks in #24
- Add
isEditedProperty toCommentby @OmerFlame in #26
Full Changelog: v2.1.0...v3.0
v2.1.0
What's Changed
- Sync branch to main before impending merge to main by @OmerFlame in #14
- Change vote methods to use the
VoteStateenum by @OmerFlame in #15 - improved the doc of UserAvarar.avatarImage by @WilhelmOks in #16
- Change
Notifications.Categories's enum type toIntin order to add support for converting the enum value to both aStringand anIntby @OmerFlame in #12 - SwiftRant public init by @WilhelmOks in #17
- Adding missing ampersand (&) before the url parameter prev_set by @WilhelmOks in #18
- Adding percent encoding for feed url by @WilhelmOks in #19
- Adding a slash (/) before the notification category in the url of notifications feed by @WilhelmOks in #20
- Added Sort and Range for the rant feed by @WilhelmOks in #21
- Fix rant/comment post/edit methods for rants/comments that contain non-alphanumerics in them by @OmerFlame in #22
Full Changelog: 3.0.0...v2.1.0
2.0.2
2.0.1
2.0.0
NOTE: THIS RELEASE CONTAINS BREAKING CHANGES TO ALL API METHODS. PLEASE LOOK AT THE CHANGE.
What's Changed
- Complete transition from tuples to
Result<>by @OmerFlame in #10
New Contributors
- @OmerFlame made their first contribution in #10
Full Changelog: 1.2.0...v2.0.0
1.1.0
1.0.0
NOTE: This is a breaking change. Check the changelog for details.
What's Changed
- changed voteState from Int to enum by @WilhelmOks in #5
Full Changelog: v0.12.0...v1.0.0