Skip to content

Latest commit

 

History

History
157 lines (90 loc) · 7.67 KB

CHANGELOG.md

File metadata and controls

157 lines (90 loc) · 7.67 KB

Changelog

4.0 (2023-04-24)

Full Changelog

Closed issues:

  • SwiftUI Image: support modifier instead of using TermiNetwork.Image view #45
  • 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 (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

Merged pull requests:

  • Support task cancellation on async functions (#42) #51 (billp)
  • Unescape escaped slashes of response from logger (#49) #50 (billp)
  • Fix duplicated debug print on codable deserialisation error (#46) #47 (billp)
  • if there is already an error, then no need to handle the middleware #39 (voynovia)

3.1.1 (2022-12-04)

Full Changelog

Closed issues:

  • Add support for async/await #34

Merged pull requests:

  • Change access level of Transformer's internal protocol type (#37) #38 (billp)

3.1.0 (2022-12-01)

Full Changelog

Closed issues:

  • Update pinning test certificate #32

Merged pull requests:

  • Add support for async/await (#34) #36 (billp)
  • Update pinning test certificate (#32) #33 (billp)

3.0.0 (2021-12-29)

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:

  • Increase test coverage (#17) #31 (billp)
  • Remove integration with Travis (#28) #29 (billp)
  • Issue 26 support Xcode 13.x #27 (billp)
  • Update heroku ssl certificate (#24) #25 (billp)

2.1.1 (2021-02-02)

Full Changelog

2.1.0 (2021-02-02)

Full Changelog

Merged pull requests:

  • Disable Reachability for watchOS (#22) #23 (billp)
  • Add network reachability (#18) #21 (billp)

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 (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 (2020-12-29)

Full Changelog

1.0.4 (2020-12-29)

Full Changelog

1.0.3 (2020-12-28)

Full Changelog

1.0.2 (2020-12-28)

Full Changelog

1.0.1 (2020-12-28)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator