This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Releases: atk4/schema
Releases · atk4/schema
2.3.1
2.2.1
Fix dependencies and versioning
2.3.0
What’s Changed
- Add Oracle DB support (#82) @mvorisek
- Add MSSQL support (#81) @mvorisek
- Minor refactoring (#80) @mvorisek
- Norm phpunit config and CS config (#78) @mvorisek
- Fix UNSIGNED integer key for PostgreSQL (#79) @mvorisek
- Make init() methods protected and fix calls to ->invokeInit() (#77) @mvorisek
- Refactor usages of call_user_func to direct calls (#76) @mvorisek
- Always set AI increment to 1 for tests (#75) @mvorisek
2.2.0
What’s Changed (since 2.0.x)
- Fix composer develop install issue (#73) @DarkSide666
- Update CS for PHP 7.3 (#72) @mvorisek
- Fix PSR class/trait/method naming (#71) @mvorisek
- Bool type to code (#69) @mvorisek
- Drop PHP 7.2 support (#70) @mvorisek
- Test with native MySQL 8.0 (#68) @mvorisek
- Add testing with PHP 8.0 (#67) @mvorisek
- fix seed (#66) @DarkSide666
- [update] use Stopwatch\Connection class (#65) @georgehristov
- Do not use getDebugQuery in tests (#64) @mvorisek
- Small normalization changes (#57) @mvorisek
- Remove @throws by CS fixer (#63) @mvorisek
- Delete CHANGELOG.md (#62) @mvorisek
- Refactor exception constructor calls to not use array (#61) @mvorisek
- Use MB functions (#60) @DarkSide666
- Update CS - require strict types (#56) @mvorisek
- fix EOL (#54) @mvorisek
- Normalize Unit Testing workflow across repos (#53) @mvorisek
- Remove no longer used dependencies (#52) @mvorisek
- Revert "Fix atk4/data develop install" (#51) @DarkSide666
- Fix atk4/data develop install (#50) @mvorisek
- Remove "phpunit/dbunit" dependency (#49) @mvorisek
- Upgrade phpunit (#47) @mvorisek
- Do not fail fast (#48) @mvorisek
- Always require atk4/data (#46) @mvorisek
- Fix init() method header (#45) @mvorisek
- Refactor driver type (#44) @mvorisek
- [FEATURE] introduce migrator registry (#43) @georgehristov
2.0.2
2.0.1
2.0.0
What’s Changed
- Add support for GitHub actions (#17) @romaninsh
- Add - During migration manage hasOne relation type. (#16) @abbadon1334
- Better PostgreSQL support (#15) @DarkSide666
- Feature/add factory method (#14) @DarkSide666
- Improve field types support and extending (#13) @DarkSide666
1.1.6
Fixed bugs:
- Feature/support array and object types #12 (DarkSide666)
Merged pull requests:
- compatibility with new data namespace #11 (DarkSide666)