Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 635 Bytes

Changelog

All Notable changes to laravel-feature will be documented in this file.

Updates follow the Keep a CHANGELOG principles.

[Unreleased]

Added

  • Add method signature to PHPDoc of the Feature facade

0.1.0 - 2016-12-18

Added

  • All the domain classes and interfaces for the features management;
  • Eloquent concrete implementation of the FeatureRepositoryInterface;
  • A trait to allow every model to be "featurable";
  • A command line tool to scan views for new features and save them;

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing