Release (main) - #16
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was generated by Sampo GitHub Action. When you're ready to do a release, you can merge this and the packages will be published automatically. Not ready yet? Just keep adding changesets to the default branch, and this PR will stay up to date.
nash-ast 0.6.0 -> 0.7.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
Patch changes
nash-can 0.5.0 -> 0.6.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
Patch changes
nash-cli 0.2.5 -> 0.2.6
Patch changes
trait defaults, impl methods and nested expressions. Render missing-pattern
examples and handle trait-overloaded literals conservatively.
Reject modules with incomplete or redundant patterns after type solving,
before publishing interfaces or retaining solved modules for dependents. — Thanks @MicroProofs!
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
nash-constrain 0.3.0 -> 0.4.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
Patch changes
nash-driver 0.3.0 -> 0.4.0
Minor changes
trait defaults, impl methods and nested expressions. Render missing-pattern
examples and handle trait-overloaded literals conservatively.
Reject modules with incomplete or redundant patterns after type solving,
before publishing interfaces or retaining solved modules for dependents. — Thanks @MicroProofs!
Patch changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
nash-nitpick 0.1.0 -> 0.2.0
Minor changes
trait defaults, impl methods and nested expressions. Render missing-pattern
examples and handle trait-overloaded literals conservatively.
Reject modules with incomplete or redundant patterns after type solving,
before publishing interfaces or retaining solved modules for dependents. — Thanks @MicroProofs!
Patch changes
nash-parse 0.4.0 -> 0.5.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
Patch changes
nash-solve 0.3.0 -> 0.4.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!
Patch changes
nash-source 0.5.0 -> 0.6.0
Minor changes
visible field sets, preserve declaration-order metadata, and resolve record
operations before generalization. Support qualified lowercase type names and
alias constructor functions while preserving trait-based literals and
representation predicates.
Use the complete primitive type inventory under the Builtin qualifier and
represent unit uniformly as a named builtin type throughout inference and
instance selection.
Preserve labeled constructor metadata, support construction and pattern sugar,
and permit field projection only through visible single-constructor unions.
Keep parenthesized record literals as positional constructor arguments. — Thanks @MicroProofs!