"description":"List of French words that are \"aspiré\" (vs. \"muet\")\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[Dstarting with a h that is \"aspiré\" vs \"muet\"",
As with most npm modules, this project adheres to [Semantic Versioning](http://semver.org/).
## KEPT FOR HISTORICAL PURPOSES. SEE ROSAENLG'S MAIN CHANGELOG.
## [1.4.0] 07/11/2019
## Changed
- Doc reorganized
- Switched to RosaeNLG 1.4.0
## [1.3.3] 06/11/2019
## Added
- Ability to generate JSON packages
## Changed
- Switched to RosaeNLG 1.3.3
- Version name is aligned, also 1.3.3
## [0.0.1] 26/05/2019
### Added
- First release after fork
- All RosaeNLG's stuff
## [1.0.0-alpha6] - 2016-06-01
### Added
-`--basedir` option is added for easier specification of that Pug option.
- Node.js v6 is now tested.
## [1.0.0-alpha5] - 2016-05-18
### Changed
- Files ending `.jade` are now recognized as Pug templates when a directory is provided as input.
## [1.0.0-alpha4] - 2016-05-18
### Changed
- When `--watch` is specified, `watch` is no longer passed as an option to Pug. This should have no effect on users.
### Fixed
- Fixed `--no-debug` option ([#23])
## [1.0.0-alpha3] - 2016-05-18
### Added
- Node.js module as option file is supported as well.
- Some examples have been added to the documentation on how to use `-O`.
## [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
### Deprecated
- Using `SIGINT` (`^C`) to signify end of input in standard input mode is deprecated, and will be removed in 1.0.0. Instead, use `^D` which means "end of file."
### Fixed
- Fallback on options specified with `-O` if the corresponding CLI option is not specified.
- Mark this module as preferred to be installed globally.
- Fix copyright and update maintainers in package.json.
- Hierarchy mode (`-H`, `--hierarchy`) is made the default.
- Both versions of Pug and the CLI are printed with `-V` or `--version`.
- Unescaped Unicode line and paragraph separators (`U+2028` and `U+2029`) is now allowed in the `-O` option only when the input is considered to be JSON (#5, pugjs/pug#1949).
- Non-JSON object files are allowed for the `-O` option as long as it can be parsed with the `eval()` function.
### Deprecated
- Since the hierarchy mode (`-H`, `--hierarchy`) is made the default, the
option is now redundant and will be removed in 1.0.0.
### Fixed
- Capitalization in help message is kept consistent.
- Fix grammar error in the help message (by @didoarellano).
- Fix watch mode in more than one level of dependency hierarchy (pugjs/pug#1888).