v0.84.0
Pre-release
Pre-release
🚀 Enhancements
- Allow forcing JSON parser in
createSocketIoClientvia parameter or environment variable (fce06a9) - Update
createEnumObjectlogic in socket.io event names to append hash after keys and reduce collision risk (85bfc6f)
🩹 Fixes
- Remove
LowercaseUppercaseLetterstype from socket.io event namescreateEnumObjectand usestringinstead to avoid usage errors (a2d56e7) - Correct type configuration in socket.io event names
createEnumObjectthat caused incorrect generated types (31e3e10)
💅 Refactors
🏡 Chore
- Update script (44312fb)
- Update
pnpm.onlyBuiltDependencies(9788a78) - Upgrade dependencies (052f278)
- Lint files (2397d8f)
🤖 CI
- Update config file (cfba23c)
⚠️ Breaking Changes
❤️ Contributors
- Kiki-kanri