feat: config.json option to show empty rings

The `showEmptyRings` option in `config.ts` can now be set via
`config.json`. This enables display of headers for rings that contain no
items.
This commit is contained in:
Tom Clift
2021-11-26 16:39:26 +11:00
committed by Bastian
parent 5c37fdf26e
commit cba3767195
5 changed files with 20 additions and 10 deletions

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## Unreleased
### Features
- Added `showEmptyRings` option to `config.json`, which enables display of headers for rings containing no items.
## 3.1.1
## 3.1.0
### Bug Fixes
- Fixed dependent projects failing to build without dependency `@types/sanitize-html`.