Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.6.7 #7

Merged
merged 2 commits into from
Aug 2, 2024
Merged

v1.6.7 #7

merged 2 commits into from
Aug 2, 2024

Conversation

reececomo
Copy link
Owner

@reececomo reececomo commented Aug 2, 2024

What's changed?

  • fixes circular import
  • simplified naming conventions (non-breaking aliases included):
    • encoder(...) renamed to defineFormat(...)
    • Optional(...) renamed to optional(...)
    • decoder() renamed to bufferParser()
    • binaryCoder.Id renamed to binaryCoder.header
    • BinaryCoder.peekIntId(...) renamed to peekHeader(...)
    • BinaryCoder.peekStrId(...) renamed to peekHeaderStr(...)
    • Types:
      • Type.Boolean renamed to Type.Bool
      • Type.BooleanTuple renamed to Type.Bools
      • Type.Bitmask8 renamed to Type.Bools8
      • Type.Bitmask16 renamed to Type.Bools16
      • Type.Bitmask32 renamed to Type.Bools32
      • added Type.Enum alias for Type.UInt

@reececomo reececomo merged commit bf5a74e into main Aug 2, 2024
2 checks passed
@reececomo reececomo deleted the fix-cyclical-ref branch August 2, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant