# Changelog

All Notable changes to `karlomikus\theme` will be documented in this file

## v 1.0.4 - 2016-10-03

- Fixed theme:list command not working

## v 1.0.3 - 2016-09-30

- Fixed issue with container binding (changed binding to a singleton)

## v 1.0.2 - 2016-03-05

- Added interfaces

## v 1.0.1 - 2015-10-31

- Added artisan commands
    - `theme:list` - Lists all themes
    - `theme:make` - Create new theme
- Updated coding style to PSR2
- Added helper functions
    - `theme_url()`
- Renamed methods (exists -> has, getThemes -> all) [#1](https://github.com/karlomikus/theme/issues/1)

## v 1.0.0 - 2015-10-22

- First release