We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d44e5 commit f7a5911Copy full SHA for f7a5911
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.8.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.7.0...v4.8.0) (2024-06-14)
4
+
5
6
+### Features
7
8
+* 通过 bizContentAutoSnakeCase = false 关闭自动的变量命名转换 ([#138](https://github.com/alipay/alipay-sdk-nodejs-all/issues/138)) ([e4d44e5](https://github.com/alipay/alipay-sdk-nodejs-all/commit/e4d44e5a4c5cc4adaf4326fb408d86e68b084b56))
9
10
## [4.7.0](https://github.com/alipay/alipay-sdk-nodejs-all/compare/v4.6.0...v4.7.0) (2024-06-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "alipay-sdk",
- "version": "4.7.0",
+ "version": "4.8.0",
"engines": {
"node": ">=18.0.0"
},
0 commit comments