Skip to content

Commit fcc2c03

Browse files
committed
changed readme
1 parent 788b9ba commit fcc2c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The main differences to the @js-entity-repos/express:
1515

1616
- different naming convention: using `item` instead of `entity`
1717
- cursor based pagination operates using `before` and `after` instead of `cursor` and `direction`
18+
- optional `enveloping` response (`GET /endpoint?envelope=true`) for clients not capable of working with headers and JSONP
1819
- `granular transactions handlers` for each `request handler` - this could be used for i.e. `authentication` or `permissions` checks
1920
- possibility to `override` each `request handler`
2021
- ability to disable json body parser middleware if already present in the stack (`enableJsonBodyParser: false`)

0 commit comments

Comments
 (0)