Releases: vadymmarkov/Malibu
Releases · vadymmarkov/Malibu
2.0.0 - Swift 3
Swift 3 migration: https://github.com/hyperoslo/Malibu/pull/50
1.3.0 - Offline cache of requests
1.2.0 - Operations
Introduce sync, async and limited operations https://github.com/hyperoslo/Malibu/pull/48
1.1.0 - Middleware promise
Add a possibility to set the first promise in the chain, before the actual request https://github.com/hyperoslo/Malibu/pull/47
1.0.2 - Multipart builder
Fix multipart builder https://github.com/hyperoslo/Malibu/pull/45
1.0.1 - Small updates
- Update OS info https://github.com/hyperoslo/Malibu/pull/43/files
- Refactor multipart form encoding https://github.com/hyperoslo/Malibu/pull/44
1.0.0 - Big wave surfer
- Multiple networkings
- Declarative requests
- Chainable response callbacks built on promises
- All needed content types and parameter encodings
- HTTP response validation
- Response data serialization
- Response mocking
- Request, response and error logging
- ETag support
- Extensive unit test coverage