Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.9 KB

File metadata and controls

57 lines (47 loc) · 1.9 KB

Rinvex Categories Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

v1.0.0 - 2018-10-01

  • Enforce Consistency
  • Support Laravel 5.7+
  • Rename package to rinvex/laravel-categories

v0.0.5 - 2018-09-22

  • Update travis php versions
  • Drop StyleCI multi-language support (paid feature now!)
  • Update composer dependencies
  • Prepare and tweak testing configuration
  • Update StyleCI options
  • Update PHPUnit options
  • Add category model factory
  • Update PHPUnit options

v0.0.4 - 2018-02-18

  • Update supplementary files
  • Update composer dependencies
  • Add PublishCommand to artisan
  • Move slug auto generation to the custom HasSlug trait
  • Add Rollback Console Command
  • Add PHPUnitPrettyResultPrinter
  • Typehint method returns
  • Drop useless model contracts (models already swappable through IoC)
  • Add Laravel v5.6 support
  • Simplify IoC binding
  • Add force option to artisan commands
  • Drop Laravel 5.5 support

v0.0.3 - 2017-09-09

  • Fix many issues and apply many enhancements
  • Rename package rinvex/laravel-categories from rinvex/categorizable

v0.0.2 - 2017-06-29

  • Enforce consistency
  • Add Laravel 5.5 support
  • Update validation rules
  • Replace hardcoded table names
  • Tweak model event registration
  • Fix wrong slug generation method order
  • Enforce more secure approach using model fillable instead of guarded

v0.0.1 - 2017-04-08

  • Rename package to "rinvex/categorizable" from "rinvex/category" based on 916d250