#ah-tdp-auth-plugin changelog

##v2.4.2
###Bug fixes
* Fixed paths in "remove actionhero default /public files"

##v2.4.1
### New feature
* installer script will now remove default actionhero web files (in /public) to allow front-end code to use index.html (etc.)

###Bug fixes
* Corrected missing ;

##v2.3.1
### Misc
* Added to readme.md

##v2.3.0
### New features
* Added [ah-tdp-js-connector-plugin](https://github.com/neilstuartcraig/ah-tdp-js-connector-plugin) which offers a wrapped version of the actionhero client (javascript) which is enhanced with a local (in-browser) cache

##v2.2.0
### New features
* Added the `npm run-script installer` stage to the travis test

##v2.1.1
### Non breaking changes
* Fixed bug in travis script - wrong path

##v2.1.0
###New features
* Added proper postinstal] handling
* Added automated method to assimilate all plugins tests so we can test them in this module

## Non breaking changes
* Fixed bugs in postinstall script

##v2.0.6
###Non breaking changes
* Amends to postinstall script as a trial to fix npm install breakage

##v2.0.5
###Non breaking changes
* Added test script to package.json

##v2.0.4
###Non breaking changes
* Fixing the npm postinstall script
* Removed the "-alpha" suffix from the version number

##v2.0.3-alpha
###Non breaking changes
* Trying to fix dependency version requirements

##v2.0.2-alpha
###Non breaking changes
* Fixed package.json deps (removed actionhero duplicate)

##v2.0.1-alpha
###Non breaking changes
* Fixed travis postinstall script path

##v2.0.0-alpha
###Breaking changes
* Version updates for all prod and dev deps

###Non breaking changes
* Tidying docs

##v1.0.7-alpha
###Non breaking changes
* Fixed typo in post install script

##v1.0.6-alpha
###Non breaking changes
* Added copy package.json to root dir (for npm install) in post install script

##v1.0.5-alpha
###Non breaking changes
* Fixed `cd` in post install script

##v1.0.4-alpha
###Non breaking changes
* Removed test from package.json

##v1.0.3-alpha
###Non breaking changes
* Fixing path in postinstall script 

##v1.0.2-alpha
###Non breaking changes
* Added .travis.yml

##v1.0.1-alpha 
###Breaking changes
* Changing to a simpler system for the moment, ignoring role specification
* Now using the actionhero generate --plugins option

###Other changes
* Added this changelog (finally)
* Changed readme.md file to:
    * Include a link to this changelog
* Created a dev branch for working on changes - this will be the WIP version from now onwards

##V0.1.x
The starting point from the PoV of this document
