# Changelog

All Notable changes to `tamtamchik/simple-flash` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 1.2.5 - 2018-09-04

### Added
- [Materialize](https://materializecss.com) alerts added.
- [Spectre.css](https://picturepan2.github.io/spectre) alerts added.
- [Tailwind](https://tailwindcss.com) alerts added.

## 1.2.4 - 2017-04-05

### Added
- [Siimple 2](http://siimple.github.io) alerts added.
- [UIKit 3](http://getuikit.com) alerts added.

## 1.2.3 - 2016-12-21

### Added
- [Bulma](http://bulma.io) alerts added.

## 1.2.2 - 2016-05-10

### Fixed
- Bootstrap template fixed.

## 1.2.1 - 2016-04-25

### Added
- [Siimple](http://siimple.github.io) alerts added.

## 1.2.0 - 2016-03-19

### Changed
- Removed `FlashInterface`. It was causing troubles.

## 1.1.2 - 2016-03-31

### Changed
- Removed `FlashInterface`. It was causing troubles.

## 1.1.1 - 2016-03-14

### Added
- `FlashInterface`

## 1.1.0 - 2016-03-13

### Added
- Templates

## 1.0.1 - 2015-12-20

### Fixed
- Don't allow instantiation

## 1.0.0 - 2015-08-14

### Added
- Bumped version to 1.0.0

## 0.4.2 - 2015-05-30

### Added
- Support for array as `$message` variable.

## 0.4.1 - 2015-05-29

### Fixed
- Singleton instance.
- Empty `$message` bug.

## 0.4.0 - 2015-05-28

### Added
- New namespace `\Tamtamchik\SimpleFlash\Flash`.

### Deprecated
- Old namespace `\Tamtamchik\Flash\Flash`.

## 0.3.2 - 2015-05-28

### Added
- Initial version
