You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [Unreleased]
7
7
### Added
8
+
- None.
9
+
### Changed
10
+
- None.
11
+
### Deprecated
12
+
- None.
13
+
### Removed
14
+
- None.
15
+
### Fixed
16
+
- None.
17
+
### Security
18
+
- None.
19
+
20
+
## [0.3.0] - 2020-11-03
21
+
### Added
8
22
- New `ApiProvider` type encapsulating different request methods with support for plugins.
9
23
- New asynchronous `performRequest` methods with completion callbacks. ([#2](https://github.com/Flinesoft/Microya/issues/2))
10
24
- New `Plugin` class to subclass for integrating into the networking logic via callbacks.
@@ -16,15 +30,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
16
30
- Moved the `request` method from `JsonApi` to the new `ApiProvider` & renamed to `performRequestAndWait`.
17
31
- Generally improved the cases in `JsonApiError` & renamed the type to `ApiError`.
18
32
- Moved CI from [Bitrise](https://www.bitrise.io/) to [GitHub Actions](https://github.com/Flinesoft/Microya/actions).
19
-
### Deprecated
20
-
- None.
21
33
### Removed
22
34
- The `bodyData: Data?` requirement on `JsonApi` (bodies are not part of `HttpMethod`, see above).
23
35
- Installation is no longer possible via [CocoaPods](https://github.com/CocoaPods/CocoaPods) or [Carthage](https://github.com/Carthage/Carthage). Please use [SwiftPM](https://github.com/apple/swift-package-manager) instead.
0 commit comments