# Change Log

## [1.1.0] - 2017-07-20
### Added
- Add support for global script and style definitions in martinet.json
- Parallel Webpack compilation for "martinet build".

### Changes
- Upgrade to Webpack 3.
- Lint and ES6 updates.

## [1.0.5] - 2017-05-19
### Fixed
- AWS deploys now work without credentials in ~/.aws/credentials
- "init" creates a better starter project template, with a template for deploy.json

## [1.0.4] - 2017-05-17
### Changed
- Better console output.


## [1.0.3] - 2017-05-17
### Added
- Allow Martinet to be used from node_modules/.bin


## [1.0.2] - 2017-05-17
### Added
- Allow stylesheets and favicons to be referenced/bundled via <link> tags.
- Let favicon.ico be URL-encoded in "prod" config.

### Fixed
- Serve index.html on naked directory access.
- Update Webpack resolve aliases for Vue.
- Wrong compile-time constants in "dev" config.
- Pug template local correctly rendered inside .vue single-file components.


## [1.0.1] - 2017-04-26
### Added
- Enable "martinet deploy" to an AWS S3 bucket.
- Add support for 'paths.src' and 'paths.dist' in build specification.
- Add support for compile-time constants in Javascript and Pug.
- Better build status page and error display.

### Fixed
- Correct Vue version loaded.
- Dangling empty directories in build output correctly deleted.
