Skip to content

Releases: symbiote/silverstripe-phpstan

4.0.0

11 Nov 22:41
62bc542
Compare
Choose a tag to compare
Merge pull request #22 from symbiote/nglasl-patch-1

FIX: updating the branch alias to match

3.0.2

07 Jan 22:20
8fb6491
Compare
Choose a tag to compare
Merge pull request #17 from michalkleiner/pulls/14-update-bootstrap

Update bootstrap to better align with SS

3.0.1

03 Oct 23:19
5356bcd
Compare
Choose a tag to compare
[DOCUMENTATION] Removing the version plan.

This is because:
- All our modules follow semantic versioning, so it should already be implicit.
- It mentions the *plan* to support `0.10`, but can easily be confused with already supporting `0.10`.
- This doesn't really add anything to the documentation.

3.0.0

10 Sep 06:13
Compare
Choose a tag to compare
[VENDOR CHANGE] Updating naming to match.

2.0.1

09 Jun 03:14
Compare
Choose a tag to compare

fix(MethodClassReflectionExtension): Fix bug with how many_many 'through' logic works - Github Issue #13

Stable release (SilverStripe 4.X)

20 May 08:39
Compare
Choose a tag to compare

Stable release (SilverStripe 3.X)

20 May 08:39
Compare
Choose a tag to compare

Stable release

  • Re-organize / format code
  • Run phpcbf / update phpcs

0.3 - Updated / more accurate documentation, Unit tests, More type support (ie. Injector::inst()->get() )

21 Apr 16:11
Compare
Choose a tag to compare

Lots of improvements

  • Changed 'extension.neon' to 'phpstan.neon' to follow conventions of other phpstan modules. Make sure to update your project phpstan.neon file!

  • Unit tested functionality, ie. Page::get() == DataList type

  • Support for singleton() / Injector::inst()->get() calls

  • Improved property support for ViewableData (all properties fallback to mixed due to its __get() method)

  • Fix broken functionality by introducing tests (helped iron out various call cases)

0.2.0: Merge pull request #8 from hostpapa/phpstan-version-9

20 Apr 06:00
81b4e7c
Compare
Choose a tag to compare