# Changelog

## v2.2.0 | 2018-10-5
* Updates all packages to now pass an `npm audit` should be a non-breaking change

## v2.1.0 | 2015-11-02
* add: now resolves `index.js` when no file is provided. Fixes #20. Thanks @ehynds
* internal: Update nsp

## v2.0.3 | 2015-06-24
* docs: Add alternatives to readme

## v2.0.2 | 2015-06-11
* fix: reapply our alias map if the underlying browserify pipeline is reset.
This fixes compatibility with watchify.
* internal: update deps
* internal: update style guide

## v2.0.1 | 2015-04-19
* unkonwn filetypes can now be aliased. #36

## v2.0.0 | 2015-03-26
* breaking: The `remapify:files` event no longer emits the glob instance
* change: globbing is no longer async. Browserify updates seem to make this impossible
* change: no longer depends on `aliasify`. We now just hook directly into `module-deps`
* add: integration tests
* dev: replace jshint and jscs with eslint
* dev: add a more stream-lined release process

## v1.4.4 | 2015-01-06
* Add a test for a src with a dir #24
* Set the configDir option of aliasify #24
* fix travis builds

## v1.4.3 | 2015-01-05
* Fix order of test running
* test should only run tests

## v1.4.2 | 2015-01-05
* remove gulp
* update glob
* many new npm scripts

## 1.4.1
* More npmignoring

## 1.4.0
* Updated aliasify to support `jsx` files.

## 1.3.0
* `path.join` should no longer be required for cross-platform use.

## 1.2.0
* better relative path handling

## 1.1.1
* Tests now pass on windows again

## 1.1.0
* Adds ability to filter out files from aliasing

## 1.0.0
* Reworked options so that `src` and `cwd` shouldn't conflict.
* Leaned more heavily on `path` for probably windows compatibility.
* now works with other extensions (e.g. `hbs`)

## 0.1.6
Enhancement: now aliases with and without the `.js` extension. Allows for `require('a.js')` and `require('a')`, which are equivalent.

## 0.1.5
Bug fix: it was possible to not actually transform the bundle.

## 0.1.4
Initial release. Docs complete, tests pass, and module structure in place. This was my first use of gulp, so there's a lot of 0.0.* commits while I worked out the release process.

## 0.0.0
Init









