We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14d827 commit b7adee3Copy full SHA for b7adee3
1 file changed
fern/products/sdks/generators/go/changelog/2026-04-27.mdx
@@ -1,3 +1,10 @@
1
+## 1.38.1
2
+**`(fix):`** Fix casing bug where a single-letter uppercase word between a lowercase word and a
3
+PascalCase word (e.g. the `I` in `WhoAmIResponseData`) was merged into the following
4
+word, producing `WhoAmIresponseData`. `splitWords` now matches lodash's `words()`
5
+behaviour and tokenizes this as `Who|Am|I|Response|Data`.
6
+
7
8
## 1.38.0
9
**`(feat):`** Use auth scheme placeholder values in README snippets when configured via
10
`placeholder` field on auth schemes.
0 commit comments