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

[bindgen] Enable support for collections in the Mixed data type #7392

Merged
merged 14 commits into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. Adapt to breaking change.

    elle-j committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1bd8c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2b4efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d42c6 View commit details
    Browse the repository at this point in the history
  4. Expose a data type enum that includes non-primitives.

    The JS SDK needs this for checking types of Mixed.
    elle-j committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d9dac2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f37e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    071bfc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9ba86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0945cfa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a55cb82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79938d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70bf026 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    14248e2 View commit details
    Browse the repository at this point in the history
  13. Remove the need for element type helpers.

    The JS SDK has managed to use sentinel values in the generated bindings instead.
    elle-j committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    63901e1 View commit details
    Browse the repository at this point in the history
  14. Remove unused header.

    elle-j committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    f55088a View commit details
    Browse the repository at this point in the history