Skip to content

Tags: barryvdh/laravel-ide-helper

Tags

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for `decimal` column type (#1739) * Add support for `decimal` column type Previously `decimal` columns were represented with a cast. This now is no longer the case and instead the column type itself is `decimal`. This change takes that into account. * The column type may also be `numeric` * Update tests

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add magic *_exists properties (#1712) * Added magic `*_exists` properties. * fix return datatype * disabled by default --------- Co-authored-by: Joel Stein <joel@mediatrix.digital>

v3.5.5

Toggle v3.5.5's commit message
normalize composer.json 

v3.5.4

Toggle v3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if returnType from docblock is not null (#1658) 

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use generics of return type to determine resulting models (#1653) 

v3.5.2

Toggle v3.5.2's commit message
Fix empty closure 

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove duplicate config, fix ->can() (#1650) 

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add special 'dev' to composer keywords (#1649) 

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add TLDR section, update options (#1639) 

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assign $output method parameter to $this->output on Generator (#1623) The `$output` method parameter is not being assigned to the `$this->output` class variable.