4.0.0-beta1
What's Changed
- Fix type error in Controller::validateOrigin by @bummzack in #401
- Custom id fields for mutations and more by @unclecheese in #412
- API phpunit 9 support by @emteknetnz in #410
- API New $class arg for DataObjectModel->getModelTypeForField() by @chillu in #395
- Use public/_graphql/ subfolder by @chillu in #385
- BUGFIX: Allow Enum fields in input types by @unclecheese in #413
- NEW: Support --no-database build option by @unclecheese in #414
- BUGFIX: Throw on duplicate derived model names by @unclecheese in #421
- NEW: Schema logger, set verbosity by @unclecheese in #422
- NEW: Allow typeAsModel to be wrapped by @unclecheese in #424
- NEW: src must be array by @unclecheese in #425
- MINOR: change graphql codegen dir, force clear by @unclecheese in #423
- NEW: Obfuscate filenames to prevent IDE search issues by @unclecheese in #426
- MINOR: New graphql-generated dir by @unclecheese in #427
- MNT Add elemental behat test by @emteknetnz in #437
- NEW: custom filter fields by @unclecheese in #431
- NEW: Bulk loader by @unclecheese in #432
- DEP Set PHP 7.4 as the minimum version by @emteknetnz in #442
- BUG Always nuke cache when manually rebuilding schema by @maxime-rainville in #444
- FIX Don't override Build link in /dev by @GuySartorelli in #453
- Only use the custom Logger when explicitely running a build task by @maxime-rainville in #448
- ENH PHP 8.1 compatibility by @emteknetnz in #456
- FIX Change Logger default verbosity to info by @maxime-rainville in #457
- MNT Do not allow failures on php 8.1 by @emteknetnz in #462
- ENH PHP 8.1 compatibility fix by @emteknetnz in #461
- API Strongly type everything by @maxime-rainville in #460
Full Changelog: 4.0.0-alpha3...4.0.0-beta1