redoc/src
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
..
__tests__ chore: update ts and enable noUnusedLocals 2018-07-17 12:15:22 +03:00
common-elements chore: upgrade to styled-components@4 2018-10-18 12:14:40 +03:00
components fix: fix hideHostname also hiding basePath 2018-11-05 15:57:01 +02:00
services chore: fix lint issue 2018-10-18 14:19:30 +03:00
types feat: externalDocumentation rendered for tags, operations and schema fields (#595) 2018-09-10 18:23:17 +03:00
utils feat: Add support for minLength and maxLength constraint humanization (#700) 2018-11-05 16:14:57 +02:00
empty.js chore: setup coverage + coveralls 2018-03-17 20:57:45 +02:00
index.ts chore: sections/markdown refactor 2018-08-16 09:56:47 +03:00
polyfills.ts fix: fix IE11 crash + remove unused polyfills 2018-06-20 19:57:52 +03:00
setupTests.ts chore: remove unused imports after fix in TS@2.9.1 2018-07-16 18:28:36 +03:00
standalone.tsx feat: pass error in init callback + onLoaded for RedocStandalone 2018-06-25 13:48:51 +03:00
styled-components.ts chore: upgrade to styled-components@4 2018-10-18 12:14:40 +03:00
theme.ts feat: turn off code-blocks wrapping 2018-10-05 15:10:53 +03:00