Skip to content

Releases: SpencerMalone/phpstan-no-transitive-use

v0.0.6 - First recommended release

28 May 22:34
0ca3dca

Choose a tag to compare

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

27 May 17:28

Choose a tag to compare

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

27 May 17:15

Choose a tag to compare

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

27 May 14:35

Choose a tag to compare

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

27 May 00:55

Choose a tag to compare

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

26 May 23:35

Choose a tag to compare

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.