Skip to content

v0.84.0

Pre-release
Pre-release

Choose a tag to compare

@kiki-kanri kiki-kanri released this 01 Nov 04:17
· 244 commits to main since this release

compare changes

🚀 Enhancements

  • Allow forcing JSON parser in createSocketIoClient via parameter or environment variable (fce06a9)
  • Update createEnumObject logic in socket.io event names to append hash after keys and reduce collision risk (85bfc6f)

🩹 Fixes

  • Remove LowercaseUppercaseLetters type from socket.io event names createEnumObject and use string instead to avoid usage errors (a2d56e7)
  • Correct type configuration in socket.io event names createEnumObject that caused incorrect generated types (31e3e10)

💅 Refactors

🏡 Chore

🤖 CI

⚠️ Breaking Changes

❤️ Contributors

  • Kiki-kanri