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

types: Add Typable and Valuable Interfaces #536

Merged
merged 12 commits into from Nov 15, 2022
Merged

Commits on Nov 11, 2022

  1. Adding ValueFromFramework and ToFrameworkValue interface functions to…

    … types.ListType and types.List (value), respectively (#535)
    bendbennett committed Nov 11, 2022
    Copy the full SHA
    f6c3071 View commit details
    Browse the repository at this point in the history
  2. Adding ValueFromFramework and ToFrameworkValue interface functions to…

    … types.MapType and types.Map (value), respectively (#535)
    bendbennett committed Nov 11, 2022
    Copy the full SHA
    467f056 View commit details
    Browse the repository at this point in the history
  3. Adding ValueFromFramework and ToFrameworkValue interface functions to…

    … types.SetType and types.Set (value), respectively (#535)
    bendbennett committed Nov 11, 2022
    Copy the full SHA
    94d03e6 View commit details
    Browse the repository at this point in the history
  4. Adding ValueFromFramework and ToFrameworkValue interface functions to…

    … types.ObjectType and types.Object (value), respectively (#535)
    bendbennett committed Nov 11, 2022
    Copy the full SHA
    a042afc View commit details
    Browse the repository at this point in the history
  5. Adding ValueFromFramework and ToFrameworkValue interface functions to…

    … primitive types and primitive values, respectively (#535)
    bendbennett committed Nov 11, 2022
    Copy the full SHA
    69b5b10 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ddaa77b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1c2c246 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Adding Go documentation and refactoring to return type-specific inter…

    …faces from ValueFrom<type> functions (#535)
    bendbennett committed Nov 14, 2022
    Copy the full SHA
    23bfa1a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    59d7778 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Brian Flad <bflad417@gmail.com>
    bendbennett and bflad committed Nov 14, 2022
    Copy the full SHA
    c14cc92 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e117313 View commit details
    Browse the repository at this point in the history
  5. Adding changelog, amending Go documentation and adding unit tests for…

    … attribute plan modification and attribute validation for custom nested attribute types (#535)
    bendbennett committed Nov 14, 2022
    Copy the full SHA
    a548180 View commit details
    Browse the repository at this point in the history