Releases: silverstripe/silverstripe-graphql-devtools
Releases · silverstripe/silverstripe-graphql-devtools
2.0.0
What's Changed
- MNT Use gha-dispatch-ci by @emteknetnz in #48
- DOC Update README.md for CMS 5 by @GuySartorelli in #49
- DEP Allow graphql ^6 by @emteknetnz in #52
- NEW Create GraphQLSchemaInitTask by @emteknetnz in #53
- MNT Run module-standardiser by @emteknetnz in #54
- MNT Add dev version of framework by @emteknetnz in #55
- DEP Upgrade to symfony 7 by @emteknetnz in #57
- API Deprecate API that will be removed by @GuySartorelli in #60
- DEP Use PHPUnit 11 by @emteknetnz in #59
- ENH Don't use deprecated method by @GuySartorelli in #62
- DEP Increase minimum version of silverstripe/framework by @emteknetnz in #63
- API Update API to reflect changes to CLI interaction by @GuySartorelli in #58
- Revert "DEP Use PHPUnit 11" by @GuySartorelli in #64
- FIX Import correct InputOption class by @emteknetnz in #65
- FIX Make sure clear and ide are accessible by @GuySartorelli in #67
- ENH Make it clear deprecations are removed in future major by @GuySartorelli in #68
New Contributors
- @GuySartorelli made their first contribution in #49
Full Changelog: 1.0.1...2.0.0
1.0.1
What's Changed
- BUG Fix CSP headers by using Requirements API for custom script by @maxime-rainville in #50
Full Changelog: 1.0.0...1.0.1
1.0.0-beta1
What's Changed
- FIX Regression in same-origin credentials for XHR requests. Fixes session not available. by @robbieaverill in #2
- add yarn lock file by @flamerohr in #4
- Add branch alias by @Cheddam in #10
- Support for multiple schemas by @unclecheese in #9
- NEW Display the list of GraphQL shcemas in a select and make it easy to switch between by @maxime-rainville in #12
- NEW Allow install in non-dev modes by @chillu in #14
- Bump lodash from 4.17.4 to 4.17.15 by @dependabot in #16
- Bump marked from 0.3.6 to 0.3.19 by @dependabot in #22
- Bump extend from 3.0.0 to 3.0.2 by @dependabot in #21
- Bump tough-cookie from 2.3.2 to 2.3.4 by @dependabot in #20
- Bump sshpk from 1.11.0 to 1.16.1 by @dependabot in #19
- Bump macaddress from 0.2.8 to 0.2.9 by @dependabot in #18
- Bump brace-expansion from 1.1.6 to 1.1.11 by @dependabot in #23
- Bump stringstream from 0.0.5 to 0.0.6 by @dependabot in #24
- Only use configured default route if its available by @chillu in #13
- Bump tar from 2.2.1 to 2.2.2 by @dependabot in #26
- BUGFIX: remove enable_csrf_protection conditional for SecurityID by @unclecheese in #27
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #28
- Bump qs from 6.3.1 to 6.3.2 by @dependabot in #29
- NEW: GraphQL4 compat, remove JS, upgrade IDE by @unclecheese in #30
- NEW Disable multiple schema by default, change config API by @unclecheese in #32
- FIX Adjust to upstream API changes in Controller by @chillu in #33
- Revert "FIX Adjust to upstream API changes in Controller" by @unclecheese in #34
- Compatibility with refactor by @unclecheese in #35
- ENH PHP 8.1 compatibility by @emteknetnz in #41
- Add a clear task by @maxime-rainville in #40
- MNT Use GitHub Actions CI by @emteknetnz in #43
- MNT Standardise modules by @emteknetnz in #44
- Remove trailing slash from exposed path to correctly support symlink type of vendor-expose by @michalkleiner in #38
- Fix viewport dimensions by @medv in #39
- DEP PHP Support in CMS5 by @sabina-talipova in #46
New Contributors
- @robbieaverill made their first contribution in #2
- @flamerohr made their first contribution in #4
- @Cheddam made their first contribution in #10
- @unclecheese made their first contribution in #9
- @maxime-rainville made their first contribution in #12
- @chillu made their first contribution in #14
- @dependabot made their first contribution in #16
- @emteknetnz made their first contribution in #41
- @michalkleiner made their first contribution in #38
- @medv made their first contribution in #39
- @sabina-talipova made their first contribution in #46
Full Changelog: https://github.com/silverstripe/silverstripe-graphql-devtools/commits/1.0.0-beta1
1.0.0
What's Changed
- FIX Regression in same-origin credentials for XHR requests. Fixes session not available. by @robbieaverill in #2
- add yarn lock file by @flamerohr in #4
- Add branch alias by @Cheddam in #10
- Support for multiple schemas by @unclecheese in #9
- NEW Display the list of GraphQL shcemas in a select and make it easy to switch between by @maxime-rainville in #12
- NEW Allow install in non-dev modes by @chillu in #14
- Bump lodash from 4.17.4 to 4.17.15 by @dependabot in #16
- Bump marked from 0.3.6 to 0.3.19 by @dependabot in #22
- Bump extend from 3.0.0 to 3.0.2 by @dependabot in #21
- Bump tough-cookie from 2.3.2 to 2.3.4 by @dependabot in #20
- Bump sshpk from 1.11.0 to 1.16.1 by @dependabot in #19
- Bump macaddress from 0.2.8 to 0.2.9 by @dependabot in #18
- Bump brace-expansion from 1.1.6 to 1.1.11 by @dependabot in #23
- Bump stringstream from 0.0.5 to 0.0.6 by @dependabot in #24
- Only use configured default route if its available by @chillu in #13
- Bump tar from 2.2.1 to 2.2.2 by @dependabot in #26
- BUGFIX: remove enable_csrf_protection conditional for SecurityID by @unclecheese in #27
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #28
- Bump qs from 6.3.1 to 6.3.2 by @dependabot in #29
- NEW: GraphQL4 compat, remove JS, upgrade IDE by @unclecheese in #30
- NEW Disable multiple schema by default, change config API by @unclecheese in #32
- FIX Adjust to upstream API changes in Controller by @chillu in #33
- Revert "FIX Adjust to upstream API changes in Controller" by @unclecheese in #34
- Compatibility with refactor by @unclecheese in #35
- ENH PHP 8.1 compatibility by @emteknetnz in #41
- Add a clear task by @maxime-rainville in #40
- MNT Use GitHub Actions CI by @emteknetnz in #43
- MNT Standardise modules by @emteknetnz in #44
- Remove trailing slash from exposed path to correctly support symlink type of vendor-expose by @michalkleiner in #38
- Fix viewport dimensions by @medv in #39
- DEP PHP Support in CMS5 by @sabina-talipova in #46
New Contributors
- @robbieaverill made their first contribution in #2
- @flamerohr made their first contribution in #4
- @Cheddam made their first contribution in #10
- @unclecheese made their first contribution in #9
- @maxime-rainville made their first contribution in #12
- @chillu made their first contribution in #14
- @dependabot made their first contribution in #16
- @emteknetnz made their first contribution in #41
- @michalkleiner made their first contribution in #38
- @medv made their first contribution in #39
- @sabina-talipova made their first contribution in #46
Full Changelog: https://github.com/silverstripe/silverstripe-graphql-devtools/commits/1.0.0