Skip to content

Releases: vadymmarkov/Malibu

6.0.0

25 Sep 14:34
Compare
Choose a tag to compare

Swift 4 support 🎉

5.2.1

21 Aug 07:14
Compare
Choose a tag to compare

Fix: construct request URL with query parameters https://github.com/hyperoslo/Malibu/pull/77

5.2.0

26 Jun 21:58
Compare
Choose a tag to compare

Add the possibility to use NSLog https://github.com/hyperoslo/Malibu/pull/75

5.1.0

26 Jun 14:42
Compare
Choose a tag to compare

Refactor AsynchronousOperation to be thread-safe https://github.com/hyperoslo/Malibu/pull/74

5.0.0

09 Jun 08:24
Compare
Choose a tag to compare

4.1.1 - Updated When

31 May 10:31
Compare
Choose a tag to compare

This patch updates Malibu's dependency on When to make it possible to use its latest version.

4.1.0 - Authentication challenge

23 Mar 11:54
Compare
Choose a tag to compare
  1. Optional baseUrl in RequestConvertible protocol. https://github.com/hyperoslo/Malibu/pull/62
  2. Fix authentication challenge https://github.com/hyperoslo/Malibu/pull/63

4.0.0 - RequestConvertible and MockProvider

23 Feb 15:39
Compare
Choose a tag to compare

⚠️ Breaking change

  • Endpoint protocol was renamed to RequestConvertible in order to make it more descriptive.
  • Mock property is removed from Request. When the mock is created in one single place it is not really flexible for unit testing if you want to inject JSON dictionary or custom file dynamically. That's why MockProvider was introduced in order to improve mock behaviour.

See https://github.com/hyperoslo/Malibu/pull/60

3.0.0 - Endpoints

30 Jan 11:58
Compare
Choose a tag to compare

⚠️ Breaking change

  • Introduce endpoints
  • Use Request struct instead of Requestable protocols
  • Refactor networking
  • Delete networking container

More detailed description can be found here https://github.com/hyperoslo/Malibu/pull/59

2.0.1 - Fix query builder

22 Nov 12:15
Compare
Choose a tag to compare