Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 552 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 552 Bytes

Changelog

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

Updates follow the Keep a CHANGELOG principles.

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