Skip to content

Commit

Permalink
v2.20.0 - fixed error handling, dropped CSON support, fixed crash whe…
Browse files Browse the repository at this point in the history
…n badges.config missing
  • Loading branch information
balupton committed Jul 29, 2021
1 parent 1148e81 commit f95e151
Show file tree
Hide file tree
Showing 14 changed files with 258 additions and 319 deletions.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# History

## v2.20.0 2021 July 30

- Fixed fatal errors going unreported
- No longer support CSON for package files, JSON only.
- No longer outputs logging line info if `--verbose` is not present
- Better debugging for file and json reading, writing, and directory reading.
- Fixed missing `package.json:badges.config` from crashing the compile.
- `--debug` now tells you to use `--verbose` instead, rather than doing nothing.
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v2.19.0 2021 July 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Projectz helps you maintain the following data files:

It does this by reading them, combining their data in memory, and then outputting the appropriate fields and over-rides for each file.

If you are making use of multiple meta data files, you may find defining a projectz meta file (`projectz.json` for JSON, or `projectz.cson` for [CSON](https://github.com/bevry/cson)) to be useful. The projectz meta file can serve as a central location for the configuration of all the other files. However, if you only require one meta data file, then you can ignore this ability.
If you are making use of multiple meta data files, you may find defining a projectz meta file (`projectz.json` for JSON to be useful. The projectz meta file can serve as a central location for the configuration of all the other files. However, if you only require one meta data file, then you can ignore this ability.

Projectz takes notes of these meta data fields:

Expand Down
194 changes: 88 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f95e151

Please sign in to comment.