Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.11...v1.6.12
- Apply
->primary()
in migration files by @cable8mm in #101 - Fix a decimal error in models by @cable8mm in #102
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.10...v1.6.11
- Fix DateTime field must cast to 'datetime' in Eloquent model error #97 by @cable8mm in #98
- Fix SQLSTATE[42S22]1054 Unknown column... .id #99 by @cable8mm in #100
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.9...v1.6.10
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.8...v1.6.9
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.7...v1.6.8
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.6...v1.6.7
- SQLSTATE[22001]: String data, right truncated #84 by @cable8mm in #85
- SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry #86 by @cable8mm in #87
- SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column #88 by @cable8mm in #89
- syntax error, unexpected token "," error #90 by @cable8mm in #91
- Fix `DecimalResolver->fake())'s wrong logic #88 by @cable8mm in #92
- Remove blank lines of ID field in factory by @cable8mm in #93
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.5...v1.6.6
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.4...v1.6.5
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.3...v1.6.4
- Add
action_events
table into laravel default tables by @cable8mm in #79 - Add nova tables into laravel default tables by @cable8mm in #80
- Revise a message for migrations by @cable8mm in #81
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.2...v1.6.3
- Avoid Laravel builtin tables by @cable8mm in #77
- Add
users
table into laravel default tables by @cable8mm in #78
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.1...v1.6.2
- Change title for including Laravel Nova by @cable8mm in #75
- Make community standards by @cable8mm in #76
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.6.0...v1.6.1
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.5.1...v1.6.0
- Fixes #70 by @Blucreation in #71
- Can't create relations #72 by @cable8mm in #73
- @Blucreation made their first contribution in #71
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.5.0...v1.5.1
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.4.0...v1.5.0
- Add
pull-request
in the github actions by @cable8mm in #67 - Command for creating relationship functions (belongsTo and hasMany) by @Lopoi in #65
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.3.1...v1.4.0
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.3.0...v1.3.1
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.2.1...v1.3.0
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.2.0...v1.2.1
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.1.0...v1.2.0
- Fix the install instructions(thank you hotsaucejake) by @cable8mm in #54
- Rename
laravel
tofor Laravel
by @cable8mm in #55 - Include PostgreSQL driver by @cable8mm in #56
- Add PostgreSQL badge in the README by @cable8mm in #57
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.0.1...v1.1.0
Full Changelog: https://github.com/cable8mm/xeed/compare/v1.0.0...v1.0.1
- Laravel Integration by @cable8mm in #46
- Add laravel artisan commands by @cable8mm in #47
- Fix a
GenerateSeedersCommandTest
by @cable8mm in #48 - Address bugs found in the commands test by @cable8mm in #49
- Create the
artisan xeed:clean
command by @cable8mm in #50 - Fix errors and revise README by @cable8mm in #51
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.5...v1.0.0
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.4...v0.7.5
- Refactor class comments by @cable8mm in #42
- Set full namespace to class by @cable8mm in #43
- Separate Xeed class and PDO by @cable8mm in #44
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.3...v0.7.4
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.2...v0.7.3
- Add a preview in the README file by @cable8mm in #38
- Add the CONTRIBUTING.md by @cable8mm in #39
- Prevent automatic overwriting by @cable8mm in #40
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.1...v0.7.2
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.7.0...v0.7.1
- Ready for merging to align with Laravel migration methods by @cable8mm in #32
- Fix
MergerContainer
class bugs by @cable8mm in #33 - Refactor
Merger*
classes by @cable8mm in #34 - Apply merge after migrations are made by @cable8mm in #35
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.6.2...v0.7.0
- Debug the functions to make factories by @cable8mm in #26
- Remove mappers that are slated to be unused by @cable8mm in #27
- Remove a resource test folder by @cable8mm in #28
- Refactor test classes and test configuration by @cable8mm in #30
- Support laravel custom table fields by @cable8mm in #31
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.6.1...v0.6.2
- Add a command for easy testing refresh by @cable8mm in #23
- Refactor to remove an abstract class by @cable8mm in #24
- Debug the function to make migrations by @cable8mm in #25
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.6.0...v0.6.1
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.5.3...v0.6.0
- Expand test coverage significantly for Resolvers and enhance their functionality by @cable8mm in #16
- Increase test coverage for Laravel migrations by @cable8mm in #17
- Fix an error related to default values by @cable8mm in #18
- Test code compatible with MySQL by @cable8mm in #19
- Implement ResolveSelector class along with testing by @cable8mm in #20
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.5.2...v0.5.3
- Align test folder structure with source folder by @cable8mm in #13
- Create import xeed command for testing by @cable8mm in #14
- Implementing a year type factory by @cable8mm in #15
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.5.1...v0.5.2
Full Changelog: https://github.com/cable8mm/xeed/compare/v0.5.0...v0.5.1
- Resolve badge errors in the README by @cable8mm in #1
- Build in sqlite for testing by @cable8mm in #2
- Completed table and column classes and testing by @cable8mm in #3
- Create model and seeder generators by @cable8mm in #4
- Revise the folder structure for distribution by @cable8mm in #5
- Create a generator for a database seeder by @cable8mm in #6
- Create resolvers for categorizing columns by @cable8mm in #7
- Add Comments to Classes for API Documentation by @cable8mm in #8
- Generate models command creation by @cable8mm in #9
- Generate
seeder
s command creation by @cable8mm in #10 - Generate database seed command creation by @cable8mm in #11
Full Changelog: https://github.com/cable8mm/xeed/commits/v0.5.0