-
Notifications
You must be signed in to change notification settings - Fork 7
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
Flatten Prim(Type/Value)
in to parent enum
#665
Comments
ss2165
added a commit
that referenced
this issue
Nov 13, 2023
BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 13, 2023
BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 14, 2023
Closes #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 20, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 23, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 23, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 23, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Nov 23, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
ss2165
added a commit
that referenced
this issue
Dec 18, 2023
refactor!: Closes Flatten `Prim(Type/Value)` in to parent enum #665 BREAKING_CHANGES: In serialization, extension and function values no longer wrapped by "pv".
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given functions and extensions can refer to other types, they are not really primitive, the distinction is not very useful. Should be very minimal in terms of API change.
The text was updated successfully, but these errors were encountered: