✨ New features:
- Add support for the
StringBoolean
enumfield type (wherey
andn
representtrue
andfalse
, rather than1
and0
).
🐛 Bug fixes:
- Swap duplicate enumfield
01A4
from theEnumBlockArray
type to the more commonSized
variant. This should improve parsing of packets that contain game server lists and game server details. - Potential improvements to ESM - CJS interoperability.