Releases: billp/TermiNetwork
Releases · billp/TermiNetwork
4.0
4.0 (2023-04-24)
Full Changelog
Closed issues:
- Name refactor to align with the Repository pattern #35
Merged pull requests:
- Name refactor to align with the Repository pattern (35) #53 (billp)
3.2.0
3.2.0 (2022-12-16)
Full Changelog
Implemented enhancements:
- Write test cases covering task cancelation #44
- Wrap all async functions with withTaskCancellationHandler that cancels the request if needed #43
- Support task cancellation on async functions #42
Closed issues:
- Unescape escaped slashes of response from logger #49
- Fix duplicated debug print on codable deserialisation error #46
- No need to handle middleware if there is already an error #40
- Change access level of Transformer's internal protocol type #37
3.1.1
Merged pull requests:
- Change access level of Transformer's internal protocol type (#37) #38 (billp)
- Code cleanup
Support Async/Await
Full Changelog
What's new
- Adds support for async/await.
- Fixes Memory Leaks.
Support Xcode 13.x
Changelog
v3.0.0 (Support Xcode 13.x)
Full Changelog
Implemented enhancements:
- Implement HPKP (HTTP Public Key Pinning) #20
- Add network reachability #18
- Increase test coverage #17
Fixed bugs:
- Update heroku ssl certificate #24
Closed issues:
- Remove integration with Travis #28
- Support Xcode 13.x #26
- Disable Reachability for watchOS #22
- Remove deprecated functions and classes #19
Merged pull requests:
Reachability
Changelog
2.1.1 (2021-02-02)
2.0.1
2.0.1 (2021-01-14)
Full Changelog
Closed issues:
- Update TestPinning test cases to use the new response callbacks #14
- Fix testQueueFailureModeCancelAll test case #13
- Remove warning about operation queue when its finished but never started #12
Merged pull requests:
- Remove warning about operation queue when its finished but never started (fixes #12) #16 (billp)
- Update TestPinning test cases to use the new response callbacks (fixes #14) #15 (billp)
2.0.0
2.0.0 (2021-01-14)
Full Changelog
Closed issues:
- Change deprecated calls from Request #10
- Change the way of getting the response #8
Merged pull requests:
- Change deprecated calls from Request (fixes #10) #11 (billp)
- Change the way of getting the response (fixes #8) #9 (billp)
1.0.5 Release
Fixes
- Fix request logging for mock data, and update README.md
v1.0.3 Major Release
Added
- Transformers
- Mock responses
- Certificate pinning
- Flexible configuration
- Middleware
- File/Data Upload/Download
- Interceptors
Fixed
- Multi-environment setup (Redefined)
- Model deserialization with Codables (Redefined)
- Routers (Redefined)
- Pretty printed debug information (Redefined)