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

Latest commit

 

History

History
143 lines (86 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

143 lines (86 loc) · 3.6 KB

Changelog

All notable changes to sebastiaanluca/laravel-helpers will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

4.0.0 (2019-08-14)

  • Added support for Laravel 6.0

3.0.0 (2019-02-27)

Added

  • Added support for Laravel 5.8

Removed

  • Dropped support for Laravel 5.7 and lower

Fixed

  • Correctly tag Laravel version constraints

2.1.0 (2018-09-04)

Added

  • Run tests against Laravel 5.7

2.0.0 (2018-07-22)

Added

  • Added logo (by caneco)
  • Added is_guest helper
  • Added is_logged_in helper
  • Added user helper
  • Added me helper

Changed

  • Added better installation instructions in readme
  • Simplified all tests
  • Autoload global helpers instead of using a service provider

Removed

  • ⚠️ Extracted all non-Laravel helpers to individual packages
  • ⚠️ Removed support for PHP 7.1 and below
  • ⚠️ Removed support for Laravel 5.5 and below
  • Removed deprecated use Laravelista\Ekko\Ekko; import
  • Removed laravelcollective/html and laravelista/ekko composer dev dependencies

Fixed

1.0.3 (2018-07-21)

Fixed

  • Fixed transposing of an empty collection

1.0.2 (2017-11-05)

Fixed

  • Use the item pipe operator class identifier instead of a hardcoded $$ string (#11)

1.0.1 (2017-07-11)

Fixed

  • Fixed method helper readme example

1.0.0 (2017-07-10)

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

0.5.2 (2017-02-14)

Changed

  • Make get constants on ConstantTrait public

0.5.1 (2017-02-10)

Changed

  • Add ID to guards in BaseEloquentModel

0.5.0 (2017-02-10)

Added

  • Added BaseEloquentModel

0.4.0 (2017-02-10)

Added

  • Added QueueableJob

0.3.1

Added

  • Added a check for Laravel 5.4's Illuminate\Session\EncryptedStore::getToken() that was changed to token().