redoc/src/utils/__tests__
lscholten f40568b79e feat: Add support for minLength and maxLength constraint humanization (#700)
According to #42 , `minItems` and `maxItems` are not yet rendered in the documentation.
This pull request shows the humazined form of `minItems` and `maxItems` next to the type description.
The [suggestion of fgabolde](https://github.com/Rebilly/ReDoc/issues/42#issuecomment-371883853) is followed and "characters" is simply replaced with "items".

![image](https://user-images.githubusercontent.com/1814807/47999845-0a13f900-e104-11e8-9ddc-adab701ec0bb.png)

Some examples are added to the demo.
2018-11-05 16:14:57 +02:00
..
helpers.test.ts chore: run prettier 2018-07-23 11:17:31 +03:00
openapi.test.ts feat: Add support for minLength and maxLength constraint humanization (#700) 2018-11-05 16:14:57 +02:00