Skip to content

v0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@crynobone crynobone released this 15 Aug 05:31
· 30 commits to master since this release

Changes

  • Add support for Laravel Framework v6.0.+.
  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.