Skip to content

Releases: phpDocumentor/TypeResolver

2.0.0

06 Jan 22:00
327a05b

Choose a tag to compare

2.0.0

After year of improvements in a backward compatible way this is the moment we break with this pattern. This release is mostly build thanks to @mspirkov. Who implemented many of the improvements to support generics and remove all legacy.

Please consult the upgrade guide in our docs https://docs.phpdoc.org/components/type-resolver/guides/upgrade-v1-to-v2.html

Full change list:

Full Changelog: 1.12.0...2.0.0

1.12.0

24 Nov 21:00
92a98ad

Choose a tag to compare

What's Changed

  • Add AbstractList::getOriginalKeyType() method by @mspirkov in #233

Full Changelog: 1.11.1...1.12.0

1.11.1

21 Nov 11:32
f626740

Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.11.1

1.11.0

20 Nov 07:54
8cbe610

Choose a tag to compare

What's Changed

  • Add support for conditional types, offset access types and key-of, value-of, int-mask, int-mask-of by @mspirkov in #225
  • Add support for generics in Static_ and Self_ by @mspirkov in #228
  • Add .editorconfig by @mspirkov in #226
  • Exclude commits with CS changes from Git Blame by @mspirkov in #227

Full Changelog: 1.10.1...1.11.0

1.10.1

18 Nov 07:52
431c02d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.0...1.10.1

1.10.0

09 Nov 15:14
679e3ce

Choose a tag to compare

What's Changed

  • add support for phpstan/phpdoc-parser 2 by @xabbuh in #212

Full Changelog: 1.9.0...1.10.0

1.9.0

03 Nov 20:13
1fb5ba8

Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.9.0

1.8.2

23 Feb 11:16
153ae66

Choose a tag to compare

What's Changed

This new patch version reintroduces php 7.3 support to allow users to use php-parser v5 together with this package. There are no breaking changes or other changes people should be aware of.

New Contributors

Full Changelog: 1.8.1...1.8.2

1.8.1

19 Feb 21:10
bc3dc91

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

11 Jan 11:53
fad4527

Choose a tag to compare

What's Changed

This version allows users to get the Item definition of ArrayShape types, and gives you access to the type definition of these item. Using the new ArrayShape::getItems() method.

New Contributors

Full Changelog: 1.7.4...1.8.0