Skip to content

v0.8.0

Compare
Choose a tag to compare
@romalytvynenko romalytvynenko released this 30 Jul 09:39
· 215 commits to main since this release

What's Changed

馃毃 Breaking changes 馃毃

  • Minimum PHP version is changed from 7.4 to 8.1. 96.4% of all the installs are coming from 8.1 and upper, so it's time to make this bump.
  • Extensions API changes - internal type inference system got a huge rework, so I needed to update the extensions API to reflect that.

Added

Changes

Fixes

  • Fixed spread operator not being properly analyzed when inferring a type for an array by @romalytvynenko in #123

Full Changelog: v0.7.2...v0.8.0