Skip to content

Releases: OmerFlame/SwiftRant

v2.4.1

Choose a tag to compare

@OmerFlame OmerFlame released this 08 Jan 06:28
7994557

What's Changed

  • Add missing User Defaults store call in getNotificationFeed by @OmerFlame in #33
  • Fix for the Link.calculatedRange issue by @OmerFlame in #34

Full Changelog: 2.4.0...2.4.1

v2.4.0

Choose a tag to compare

@OmerFlame OmerFlame released this 01 Jan 05:35
6cd33a3

WARNING: This release contains a major bugfix, it's super important that you SWITCH to this version.

What's Changed

New Contributors

Full Changelog: v2.3.0...2.4.0

2.3.0

Choose a tag to compare

@OmerFlame OmerFlame released this 05 Dec 09:12
4f67642

What's Changed

Full Changelog: v2.2.0...v2.3.0

2.2.0

Choose a tag to compare

@OmerFlame OmerFlame released this 16 Nov 10:14
1311dda

What's Changed

Full Changelog: v2.1.0...v3.0

v2.1.0

Choose a tag to compare

@OmerFlame OmerFlame released this 30 Oct 10:09
25e37b2

What's Changed

  • Sync branch to main before impending merge to main by @OmerFlame in #14
  • Change vote methods to use the VoteState enum by @OmerFlame in #15
  • improved the doc of UserAvarar.avatarImage by @WilhelmOks in #16
  • Change Notifications.Categories's enum type to Int in order to add support for converting the enum value to both a String and an Int by @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

Choose a tag to compare

@OmerFlame OmerFlame released this 18 Sep 06:29

Fixed an issue where the getWeekList() method would return a failure even though the operation was successful.

2.0.1

Choose a tag to compare

@OmerFlame OmerFlame released this 14 Sep 13:49

Fixed all tests.

2.0.0

Choose a tag to compare

@OmerFlame OmerFlame released this 14 Sep 08:09
9ab3f35

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

Full Changelog: 1.2.0...v2.0.0

1.1.0

Choose a tag to compare

@OmerFlame OmerFlame released this 06 Sep 06:36

Added Weekly rant functionality w/ tests.

1.0.0

Choose a tag to compare

@OmerFlame OmerFlame released this 30 Aug 20:59
e553812

NOTE: This is a breaking change. Check the changelog for details.

What's Changed

Full Changelog: v0.12.0...v1.0.0