
# Changelog

Releases ordered so that the most recent are displayed at the top, with the currently being developed release at the top, labeled as **In Development**. This release will be given a number once it is ready to be released. Each release can contain both a **Features and Improvements** and **Bug Fixes** sections.

## 0.5.0

### Features and Improvements

* Reconfigured linting for Javascript and Scss.
* Switched unit testing to [Jest](https://jestjs.io/).
* Removed jQuery as a dependency.

## 0.4.0

### Features and Improvements

* Bumped version of dependency to resolve build error.

## 0.3.0

### Features and Improvements

* Move to [Yarn](https://yarnpkg.com/) for primary build steps.
* Implementation of positional parameters in routes.

## Bug Fixes

* Fix incorrectly implemented module export in `main.js`.

## 0.2.0

### Features and Improvements

* Removal of incomplete features to ensure the quality of code is kep up.

## 0.1.1

## Bug Fixes

* Minor updates to fix docs and remove dev resources from published module.

## 0.1.0

### Features and Improvements

* [Travis CI](https://travis-ci.org) for CI builds.
* Added [ESLint](http://eslint.org) static analysis.
* Added [Jasmine](http://jasmine.github.io) for BDD testing.
* Added [Karma](http://karma-runner.github.io) configuration to assist with test running.
* Initial implementation of `ESToolbox/Router` component using TDD methodology.
* Addition of `ESToolbox/Affix` component extracted from existing project.
* Addition of Gulp based development workflow.

## Bug Fixes

* Fixed ScrollTop issue in Firefox.
