File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed
packages/docusaurus-theme-openapi-docs Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.3.4 (Feb 12, 2025)
2
+
3
+ High level enhancements
4
+
5
+ - Expands support for parameter serialization, including support for more parameter styles and encoding formats.
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - update intro doc
10
+ - Expand support for parameter serialization ([ #1078 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1078 ) )
11
+
1
12
## 4.3.3 (Jan 29, 2025)
2
13
3
14
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 4.3.3 " ,
3
+ "version" : " 4.3.4 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
27
27
"@docusaurus/preset-classic" : " 3.7.0" ,
28
28
"clsx" : " ^1.1.1" ,
29
29
"docusaurus-plugin-openapi-docs" : " ^4.3.3" ,
30
- "docusaurus-theme-openapi-docs" : " ^4.3.3 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^4.3.4 " ,
31
31
"prism-react-renderer" : " ^2.3.0" ,
32
32
"react" : " ^19.0.0" ,
33
33
"react-dom" : " ^19.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.3.3 " ,
2
+ "version" : " 4.3.4 " ,
3
3
"npmClient" : " yarn"
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-theme-openapi-docs" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.3.4 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
You can’t perform that action at this time.
0 commit comments