Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Version 1 πŸŽ‰

Compare
Choose a tag to compare
@sebastiaanluca sebastiaanluca released this 10 Jul 19:27
· 125 commits to master since this release

Added

  • Set up testing environment and add tests for each feature
  • Added support for Laravel 5.5
  • Added sss_if global helper
  • Added a shorthand constants() method to the Constants trait

Changed

  • Locked down dependencies more strictly, but allow optional use of each helper
  • Added type hints where possible
  • Tweaked Travis test script
  • Renamed global method helpers service provider
  • Renamed collection service provider
  • transposeWithKeys now automatically guesses the row header names and allows you to override them
  • Renamed constant helper trait to Constants
  • Renamed hasMethod to hasMethodOfType in MethodHelper
  • Renamed ReflectionTrait to ProvidesClassInfo
  • Renamed public_method_exists global helper to has_public_method

Fixed

  • Fixed MethodHelper::hasMethodOfType throwing exception if third $type parameter was not private, protected, or public

Removed