Update NEWS

This commit is contained in:
Daniel García Aubert 2019-12-30 11:17:36 +01:00
parent eb1e58a642
commit 224d449a4b

12
NEWS.md
View File

@ -3,6 +3,18 @@
## 5.0.1
Released 2019-mm-dd
- Stop using two different tools for package management, testing, and any other developer workflow.
- Removes Makefile and related bash scripts
- Use npm scripts as the only tool for testing, CI and linting.
- Simplified CI configuration.
- Improved documentation:
- Centralized several documents into README.md
- Remove outdated sections
- Update old sections
- Added missing sections.
- Remove deprecated coverage tool istanbul, using nyc instead.
## 5.0.0
Released 2019-11-13