Skip to content

Commit

Permalink
Check migration guide, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BasThomas committed Sep 4, 2021
1 parent dafc3f2 commit 453e5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `Target.sampleData` is now automatically implemented as `Data()` with default protocol extension. [#2015](https://github.com/Moya/Moya/pull/2015) by [jdisho](https://github.com/jdisho).
- **Breaking Change** Minimum version of `RxSwift` is now 6.0. [#2120](https://github.com/Moya/Moya/pull/2120) by [@peagasilva](https://github.com/peagasilva).
- Moya's Swift minimum version is now Swift 5.2. [#2120](https://github.com/Moya/Moya/pull/2120) by [@peagasilva](https://github.com/peagasilva).
- Moya now depends on the latest versions of RxSwift, ReactiveSwift & Alamofire. [#2197](https://github.com/Moya/Moya/pull/2197) by [@BasThomas](https://github.com/BasThomas).

### Fixed
- Fixed an issue where when using `trackInflights` option in certain circumstances would return a cached response for an endpoint that's not really the same. [#2101](https://github.com/Moya/Moya/pull/2101) by [@sunshinejr](https://github.com/sunshinejr).
Expand Down
2 changes: 1 addition & 1 deletion docs/MigrationGuides/migration_14_to_15.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ let plugin = AccessTokenPlugin { target in
```

### `Target.sampleData` updates
With this update, `sampleData` is by default not needed to implement anymore - we've added a default implementation `Data()` and we plan to investigate possible improvements to the stubbing system in the near future.
With this update, `sampleData` is by default not needed to implement anymore - we've added a default implementation `Data()` and we plan to investigate possible improvements to the stubbing system in the future.

0 comments on commit 453e5b9

Please sign in to comment.