### 0.5.1
* Remove deprecated jQuery load method.

### 0.5.0
* Add the `className` option.

### 0.4.1
* Fix hidden video.

### 0.4.0
* Add `bgColor` property.
* Fix a blurred circle on IOS9.
* Update dependencies.

### 0.3.7
* Fix the 'Not implemented' error in IE.
* Make a small refactoring.

### 0.3.6
* Rename 'video/ogv' type to 'video/ogg'.
* Correct the docs.
* Remove moot `version` property from bower.json.
* Update linter configs.
* Update dependencies.

### 0.3.5
* Fixed disappearing of the poster image in Android 5.

### 0.3.4
* Updated Meteor documentation.
* Refactoring.
* Updated dependencies.

### 0.3.3
* Added Browserify support.
* Removed the checking of User-Agent.
* Fixed issues of the back/forward cache in Safari.
* Updated Meteor integration.
* Updated dependencies.

### 0.3.2
* Added support of old FF versions.
* Improved Safari playback fixes.
* Updated dependencies.

### 0.3.1
* Fixed a flash.
* Fixed Safari playback bugs.
* Used package.json instead of vide.jquery.json.
* Used '#on' instead of '#bind'.
* Imporved the codestyle.
* Updated dependencies.

### 0.3.0
* Added the `resizing` option.
* Updated tests.

### 0.2.1
* Code refactoring.
* Updated devDependencies.

### 0.2.0
* Lots of updates since 0.1.0.
* Improved code linting.
* Cleaned up the repository.
* Added bower dependencies.
* Updated devDependencies.

### 0.1.4
* Fixed wrong URL parsing.
* Changed main files in bower.json.

### 0.1.3
* Path argument can receive list of sources.
* Strings with options and pathes can be passed to the constructor directly.
* Added `posterType: none` value.
* Updated README.
* Updated JSDoc.
* Updated tests.
* Updated examples.
* Added CONTRIBUTING.md
* Other small fixes and optimizations.

### 0.1.2
* Restored `posterType` option to specify poster image type.

### 0.1.1
* Support of absolute URLs (#10).
* Fixed the CORS issue (#11).
* Fixed the destroy method.
* Fixed parsing of empty options.
* Poster and video positions are the same now.
* Syntax and behavior of the position option are similar to the CSS `background-position` property.
* Add support of the `.jpeg` extension.
