2020-07-27 12:01:22 +00:00
|
|
|
# Changelog
|
2020-03-27 20:11:46 +00:00
|
|
|
This is the master changelog for [`terrain50-cli`](https://npmjs.org/packages/terrain50-cli).
|
2020-03-27 18:55:35 +00:00
|
|
|
|
|
|
|
Release template text:
|
|
|
|
|
2020-07-03 15:09:19 +00:00
|
|
|
-----
|
2020-03-27 18:55:35 +00:00
|
|
|
|
2020-07-03 15:09:19 +00:00
|
|
|
Install or update from npm:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install --save terrain50-cli
|
|
|
|
```
|
|
|
|
|
|
|
|
-----
|
2020-03-27 18:55:35 +00:00
|
|
|
|
2020-07-27 12:43:30 +00:00
|
|
|
## v1.4.1
|
|
|
|
- `validate` subcommand in `stream` mode: Write aggregated stats when validation is complete
|
2020-03-27 18:55:35 +00:00
|
|
|
|
2020-07-24 16:02:53 +00:00
|
|
|
## v1.4
|
|
|
|
- [BREAKING] Add new `--use-regex` flag to `validate` subcommand (only takes effect in stream mode: `--mode stream`)
|
2020-07-16 16:07:25 +00:00
|
|
|
|
2020-07-16 16:17:26 +00:00
|
|
|
|
2020-07-03 15:18:56 +00:00
|
|
|
## v1.3
|
|
|
|
- Added new `identify` subcommand
|
2020-07-02 19:13:45 +00:00
|
|
|
- Added new `stream-slice` subcommand
|
2020-05-25 14:39:40 +00:00
|
|
|
|
|
|
|
|
2020-05-25 13:41:51 +00:00
|
|
|
## v1.2
|
|
|
|
- Update `terrain50` to v1.5
|
|
|
|
- Update `applause-cli` to v1.2.3 to fix subcommand argument default value issue
|
|
|
|
- **Breaking:** Rename `validator` subcommand to `validate` to better fit with the others
|
|
|
|
|
|
|
|
|
2020-05-18 14:56:02 +00:00
|
|
|
## v1.1.1
|
|
|
|
- Update `terrain50` to v1.4.1
|
|
|
|
|
|
|
|
|
2020-05-07 14:13:42 +00:00
|
|
|
## v1.1.0
|
|
|
|
- Add support for `Terrain50.ParseStream()` via new --mode flag for the validator subcommand
|
|
|
|
|
2020-05-07 14:14:58 +00:00
|
|
|
|
2020-04-02 13:12:51 +00:00
|
|
|
## v1.0.1
|
|
|
|
- Update README
|
|
|
|
|
|
|
|
|
2020-03-27 18:55:35 +00:00
|
|
|
## v1.0
|
|
|
|
- Initial release! Refactored out from my main PhD codebase.
|