- #2831
5854b64
Thanks @TuvalSimha! - Change CriticalityLevel to Dangerous when directive removed
- #2827
60d674d
Thanks @TuvalSimha! - Added missing types to Change type and fix typo "DirectiveUsageInputObjectdRemovedChange" to "DirectiveUsageInputObjectRemovedChange"
-
#2775
0e40ebd
Thanks @DanteUkraine! - Fix: coverage calculation improvements: Covered Queries & Covered Mutations & Covered Subscriptions -
#2773
6e3ccc9
Thanks @TuvalSimha! - Fix exportChangeType
from core package.
- #2765
27edee1
Thanks @renovate! - dependencies updates:- Updated dependency
dependency-graph@1.0.0
↗︎ (from0.11.0
, independencies
)
- Updated dependency
- #2747
9c36138
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
object-inspect@1.13.1
↗︎ (from1.12.3
, independencies
)
- Updated dependency
- #2719
50874f2
Thanks @TuvalSimha! - Upgrade the Node version from 16 to 18, as the minimum required version is now 18. Additionally, ensure that GraphQL Yoga is upgraded to version 5.
-
#2673
831703cc
Thanks @kamilkisiela! - Add metadata (with change field in it) to checkUsage function of ConsiderUsage rule -
#2667
06581e0d
Thanks @TuvalSimha! - Replace ChangeType enum with const strings
-
#2638
533ebfd4
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
tslib@2.6.2
↗︎ (from2.6.0
, independencies
)
- Updated dependency
-
#2638
533ebfd4
Thanks @TuvalSimha! - Patch update - dependencies
-
#2569
bed4c437
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
tslib@2.6.0
↗︎ (from2.5.3
, independencies
)
- Updated dependency
-
#2569
bed4c437
Thanks @TuvalSimha! - Update dependencies for all packages.
- #2510
7944118e
Thanks @TuvalSimha! - Update major dependcies & drop node 14
-
#2510
7944118e
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
tslib@2.5.3
↗︎ (from2.5.0
, independencies
)
- Updated dependency
-
#2425
cc303a99
Thanks @jirikuncar! - Fix typo for numFiledsCovered to numFieldsCovered
- #2452
1b1b954c
Thanks @TuvalSimha! - Add a new stats display for coverage command + display new Total queries / mutations / Sub
- #2461
53dae663
Thanks @TuvalSimha! - Fix complexity importing for validate
- #2210
1180f761
Thanks @taitruong007! - Support validate by complexity score
-
#2435
09214509
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
tslib@2.5.0
↗︎ (from^2.0.0
, independencies
)
- Updated dependency
-
#2435
09214509
Thanks @TuvalSimha! - Update dependencies
-
#2392
3184249b
Thanks @n1ru4l! - Wrap string values in quotes, so they can be differentiated from types.- Input field 'Foo.b' default value changed from 'undefined' to 'Bbb' + Input field 'Foo.b' default value changed from 'undefined' to '"Bbb"'
-
#2392
3184249b
Thanks @n1ru4l! - AddisSafeBasedOnUsage
toCriticality
type. This value is set totrue
in case the criticality is set toCriticalityLevel.Dangerous
based on usage. This is helpful for statistics. -
#2392
3184249b
Thanks @n1ru4l! - include meta data in the changes that are machine processable. This is useful if you want to efficiently store the changes in some database and later-on reconstruct the full change objects.export type FieldDescriptionChangedChange = { type: ChangeType.FieldDescriptionChanged meta: { typeName: string fieldName: string oldDescription: string newDescription: string } }
You can construct the full
Change
object from thetype
andmeta
properties.import { ChangeType, fieldDescriptionChangedFromMeta } from '@graphql-inspector/core' console.log( fieldDescriptionChangedFromMeta({ type: ChangeType.FieldDescriptionChanged, meta: { typeName: 'Foo', fieldName: 'bar', oldDescription: 'This is the old description', newDescription: 'This is the new description' } }) )
console.log output:
{ type: 'FIELD_DESCRIPTION_CHANGED', criticality: { level: 'NON_BREAKING' }, message: "Field 'Foo.bar' description changed from 'This is the old description' to 'This is the new description'", meta: { typeName: 'Foo', fieldName: 'bar', oldDescription: 'This is the old description', newDescription: 'This is the new description' }, path: 'Foo.bar' }
- #2419
34f84e8f
Thanks @TuvalSimha! - Updatebob
version -> change the way we build the packages (Dist folder build now esm and cjs versions)
- #2412
5b275450
Thanks @dotansimha! - Bump all packages to fix issues with previous release
-
#2393
c00cb09b
Thanks @TuvalSimha! - dependencies updates:- Updated dependency
graphql@^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
↗︎ (from^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
, inpeerDependencies
)
- Updated dependency
-
#2404
948981ef
Thanks @dotansimha! - dependencies updates:- Updated dependency
graphql@^14.0.0 || ^15.0.0 || ^16.0.0
↗︎ (from^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
, inpeerDependencies
)
- Updated dependency
- #2302
dd840130
Thanks @renovate! - dependencies updates:- Updated dependency
object-inspect@1.12.3
↗︎ (from1.10.3
, independencies
)
- Updated dependency