# Changelog

## 1.3.0

* `stripPathBefore` supports RegExp

## 1.2.0

* exports filename instead of ngModule (https://github.com/javoire/browserify-ng-html2js/pull/31)

## 1.1.5

* Strip parts of the filepath (stripPathBefore)

## 1.1.4

* Honor upstream transforms

## 1.1.3

* Strip BOM from start of files

## 1.1.2

* Generation of `require('angular')` is optional

## 1.1.0

* Support prefixes for template names

## 1.0.1

* Template path is printed correctly on windows when using baseDir option

## 1.0.0

* Stable

## 0.3.3

* Optionally specify base directory for filename

## 0.3.2

* Support for Windows

## 0.3.1

* Simpler `module.exports` logic

## 0.3.0

* The angular module is exported as a commonJS module
* CLI Support

## 0.2.0

* Extension can be specified

## 0.1.0

* Transforms html templates into angular template modules
