File tree Expand file tree Collapse file tree
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.1.5 (Aug 11, 2022)
2+
3+ High level enhancements
4+
5+ - Expanded support for response examples.
6+ - Added support for ` readOnly ` and ` writeOnly ` .
7+ - Now retains natural tag order in OAS when grouping by tag.
8+ - Expanded support for MIME types.
9+
10+ Other enhancements and bug fixes
11+
12+ - [ Enhancement] Add support for single response example ([ #206 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/206 ) )
13+ - [ Enhancement] Respect readOnly/writeOnly and improve body sample ([ #203 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/203 ) )
14+ - [ Bug] Ensure operation tags match global tags before building sidebar ([ #202 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/202 ) )
15+ - [ Enhancement] Apply sorting to tags/sidebar categories ([ #200 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/200 ) )
16+ - [ Bug] Ensure required label is consistently applied ([ #198 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/198 ) )
17+ - [ Enhancement] Expand support for MIME types ([ #195 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/195 ) )
18+
119## 1.1.4 (Aug 4, 2022)
220
321Other enhancements and bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 1.1.4 " ,
3+ "version" : " 1.1.5 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
2020 "@docusaurus/preset-classic" : " 2.0.1" ,
2121 "@mdx-js/react" : " ^1.6.22" ,
2222 "clsx" : " ^1.1.1" ,
23- "docusaurus-plugin-openapi-docs" : " ^1.1.4 " ,
24- "docusaurus-theme-openapi-docs" : " ^1.1.4 " ,
23+ "docusaurus-plugin-openapi-docs" : " ^1.1.5 " ,
24+ "docusaurus-theme-openapi-docs" : " ^1.1.5 " ,
2525 "prism-react-renderer" : " ^1.3.1" ,
2626 "react" : " ^17.0.2" ,
2727 "react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.4 " ,
2+ "version" : " 1.1.5 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-openapi-docs" ,
33 "description" : " OpenAPI plugin for Docusaurus." ,
4- "version" : " 1.1.4 " ,
4+ "version" : " 1.1.5 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-theme-openapi-docs" ,
33 "description" : " OpenAPI theme for Docusaurus." ,
4- "version" : " 1.1.4 " ,
4+ "version" : " 1.1.5 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
5050 "buffer" : " ^6.0.3" ,
5151 "clsx" : " ^1.1.1" ,
5252 "crypto-js" : " ^4.1.1" ,
53- "docusaurus-plugin-openapi-docs" : " ^1.1.4 " ,
53+ "docusaurus-plugin-openapi-docs" : " ^1.1.5 " ,
5454 "immer" : " ^9.0.7" ,
5555 "lodash" : " ^4.17.20" ,
5656 "process" : " ^0.11.10" ,
You can’t perform that action at this time.
0 commit comments