feat(packets): add support for multiple separators after a field
chore: add rest of version prefixes
feat(packets): add possibility to increment read tokens for arrays using capture and increment read tokens
Merge pull request #53 from Rutherther/feat/raids
Add raid processing
feat(packets): add conditional list index attribute
feat(packets): make prepared level part of CurrentLevel in PacketStringBuilder similar to PacketStringEnumerator
feat(packets): allow multiple packet headers
docs: add optional wrapper present parameter documentation
Merge branch 'main' of github.com:Rutherther/NosSmooth
Merge pull request #52 from Rutherther/feat/optional-wrapper
Add optional wrapper
docs: add not in range, nullable wrapper docs
feat(packets): add optional wrapper for wrapping optional values inside of a list
Merge pull request #47 from Rutherther/feat/pass-nullable
Pass CanBeNull to string serializer and converter
feat(packets): make NullableWrapper a struct for less allocations
feat(packets): pass nullable to packet serializers
Merge pull request #45 from Rutherther/feat/mates
Add support for mates
fix(packets): make nullable wrapper a class