Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Nov 2, 2015
1 parent 1de8e0b commit 28dfdad
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).


### Unreleased

* Add [player configuration props](https://github.com/CookPete/react-player/pull/4) (thanks [Fauntleroy](https://github.com/Fauntleroy))
* Fix [Soundcloud player bug](https://github.com/CookPete/react-player/issues/6)
* Add basic support for Travis
* Add a change log
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.1.0...master)


### 0.1.0

* Released on **19 October 2015**
* Upgrade to use React `0.14`
* Add support for media files
* Add shallow rendering tests
* Minor improvements to Vimeo player
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.8...v0.1.0)


### 0.0.8

* Released on **20 September 2015**
* Add basic unit tests
* Minor improvements to Soundcloud player
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.7...v0.0.8)


### 0.0.7

* Released on **10 September 2015**
* Bug fixes
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.6...v0.0.7)


### 0.0.6

* Released on **31 August 2015**
* Bug fixes and improvements
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.5...v0.0.6)


### 0.0.5

* Released on **27 August 2015**
* Add `onError` support and separate file for `propTypes`
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.4...v0.0.5)


### 0.0.4

* Released on **27 August 2015**
* Add `fetch` polyfill
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.3...v0.0.4)


### 0.0.3

* Released on **26 August 2015**
* Proper `npm` support
* [Full commit list](https://github.com/CookPete/react-player/compare/v0.0.2...v0.0.3)


### 0.0.2

* Released on **24 August 2015**
* Initial release


0 comments on commit 28dfdad

Please sign in to comment.