Transition 2.0 to 3.0#939
Merged
josephmancuso merged 411 commits intoMasoniteFramework:3.xfrom Jun 11, 2025
Merged
Conversation
…when mapping return data into new datasources which expect different naming conventions. This could be done at the database query level but is much easier to do using this method and only adds few extra LOC.
…into JarriqTheTechie-features/only
…s/only Added only to Model
Fixed date not being able to be set to null
Close connection on rollback [MySQL]
fix: fix a typo in docs of `Collection.max`
…nsalimi/orm into amirhoseinsalimi-feature/collection-min
…e/collection-min feat: add `Collection.min` method
Faker is used for development and testing so will be installed via ‘make init’ and is not actually required in a production context
As Faker is only used for seeding this is appropriate use
Contributor
Author
|
@josephmancuso Been testing it without issues ;) Will have to update the docs with steps for upgrade |
Fixed update not respecting casts Removed redundant code duplication
Contributor
Author
|
@josephmancuso LGTM please |
Tagged all QueryBuilder “passthrough” methods as @classmethod Added Hinting to make chaining easier sorted methods by name
josephmancuso
requested changes
Apr 14, 2025
Contributor
Author
|
@josephmancuso LGTM |
Decimal was not being output as a string when used for insert/update Fixed tests
Contributor
Author
|
Can we move this forward please? |
Contributor
Author
|
@josephmancuso |
josephmancuso
approved these changes
Jun 11, 2025
…into circulon-feature/2.0_to_3.0
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.
Got the right Destination branch this time..
This PR includes all the features and fixes from the 2.0 branch
Also includes features from the current 3.x branch.
Additionally includes pre-commit setup as discussed in #935
Linted and formatted the entire codebase as necessary.
@josephmancuso