Comparing version 1.0.0-alpha1 to 1.0.0-alpha2
@@ -5,2 +5,20 @@ # Change Log | ||
## [1.0.0-alpha2] - 2016-05-18 | ||
### Changed | ||
- Pug has been updated to the latest alpha. | ||
- Unused dependencies have been removed. | ||
## [1.0.0-alpha1] - 2016-03-23 | ||
### Removed | ||
- `-H` option, deprecated in 0.1.0, has been removed. | ||
- Support for `SIGINT` as signal for EOF, deprecated in 0.1.1, has been removed. | ||
### Changed | ||
- The package is renamed to `pug-cli`. | ||
### Fixed | ||
- Support for Windows has been fixed. | ||
## [0.1.1] - 2015-09-29 | ||
@@ -41,3 +59,5 @@ ### Deprecated | ||
[unreleased]: https://github.com/pugjs/pug-cli/compare/0.1.1...master | ||
[1.0.0-alpha2]: https://github.com/pugjs/pug-cli/compare/1.0.0-alpha1...1.0.0-alpha2 | ||
[1.0.0-alpha1]: https://github.com/pugjs/pug-cli/compare/0.1.1...1.0.0-alpha1 | ||
[0.1.1]: https://github.com/pugjs/pug-cli/compare/0.1.0...0.1.1 | ||
[0.1.0]: https://github.com/pugjs/pug-cli/compare/0.0.1...0.1.0 |
@@ -11,3 +11,2 @@ #!/usr/bin/env node | ||
var pug = require('pug'); | ||
var escapeRegex = require('escape-string-regexp'); | ||
@@ -14,0 +13,0 @@ var basename = path.basename; |
{ | ||
"name": "pug-cli", | ||
"version": "1.0.0-alpha1", | ||
"version": "1.0.0-alpha2", | ||
"description": "Pug's CLI interface", | ||
@@ -13,4 +13,3 @@ "bin": { | ||
"commander": "^2.8.1", | ||
"escape-string-regexp": "^1.0.3", | ||
"pug": "^2.0.0-alpha1", | ||
"pug": "^2.0.0-alpha7", | ||
"mkdirp": "^0.5.1" | ||
@@ -17,0 +16,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37320
4
763
12
- Removedescape-string-regexp@^1.0.3
Updatedpug@^2.0.0-alpha7