From cea2f0a19ebc9b05bf8e5e48653b71e0ef67df9f Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 23 Sep 2021 19:51:00 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c86328..749d5a8 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ In order to use unsupported serializer you should create an adapter which implem - [x] Regexp matchers for body, query, URI and path. - [x] Form Data body matcher (partial & exact) - [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data) +- [ ] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters. - [ ] `symfony/http-client` support. - [ ] Real network response for mocked & unmatched requests. - [ ] Document everything (with examples if it’s feasible).