Releases: SpencerMalone/phpstan-no-transitive-use
v0.0.6 - First recommended release
Full Changelog: v0.0.5...v0.0.6
Adds release notes, this is the first "real release" that I'd say is fairly usable.
v0.0.5
Full Changelog: v0.0.4...v0.0.5
Fix constructor promotion to properly support php 7.4, add in phpstan settings to catch that in the future.
v0.0.4
Full Changelog: v0.0.3...v0.0.4
Fixed the fact that use statements did not log the file path on error.
v0.0.3
Full Changelog: v0.0.2...v0.0.3
Adds the filepath to the exposed error to make for simpler resolution when namespace and filepath may not be linked in an obvious manner.
v0.0.2
Full Changelog: v0.0.1...v0.0.2
Initial working release - Require this and it should "just work". I'm sure there's hiccups with windows.
v0.0.1
Full Changelog: https://github.com/SpencerMalone/phpstan-no-transitive-use/commits/v0.0.1
Initial alpha release. This is likely not prod ready, but provides an initial scaffolding.