Skip to content

May Day 🛠

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 14:12
· 322 commits to main since this release
6.3.0
7d7bf1d
Mark Type Count Packages
Features 4 core, documentator, graphql, testing
Performance Improvements 1 graphql
Bug Fixes 5 graphql-printer, migrator, testing
💀 Deprecations 1 graphql
Miscellaneous 1 dev

Package core

Features

  • Octane compatible resolvers for Application, Container and Config (e12355a)

Package dev

Miscellaneous

  • Removed dev:directive command (f113cb2)

Package documentator

Features

  • New instruction include:graphql-directive (#158, b054625)

Package graphql

Features

Performance Improvements

  • Printer registered as a scopedIf (1e6a623)

Deprecations 💀

  • Passing Type into AstManipulator::addTypeDefinition() and returning it from TypeDefinition::getTypeDefinition(), the TypeReference should be used instead (the main reason is to avoid possible losing of Type properties) (9e5f219)

Package graphql-printer

Bug Fixes

  • Directive filters independent from Settings::isPrintDirectiveDefinitions() (90194c4)
  • substr() => mb_substr() (c64a81f)

Package migrator

Bug Fixes

  • Registration of RawMigrationCreator (5552218)
  • SmartMigrator::getMigrationFiles() path normalization (c7bbaf0)

Package testing

Features

Bug Fixes

  • WithTestObject will correctly remove table after test (5f3b1ab)