-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
48 lines (36 loc) · 1.29 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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.