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

feat(bindnode): add a BindnodeRegistry utility #437

Merged
merged 4 commits into from
Jun 24, 2022
Merged

Commits on Jun 20, 2022

  1. feat(bindnode): add a BindnodeRegistry utility

    For centralising bindnode setup - register a type & schema once and not have to
    worry about the TypedPrototype or direct bindnode calls after that. It also
    caches bindnode Options that may go along with the type.
    
    This could have been a global registry, but there exists a possibility of the
    same type wanting to be used by different users in the same application
    instance but with different schemas and/or Options. So instead, the question of
    it being a global is left to the user.
    rvagg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    97a3f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084cb79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c5ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6428e6 View commit details
    Browse the repository at this point in the history