From ac7a4532535d08789ea0f85fcb8b4d923864f108 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 6 Feb 2021 09:25:13 +0800 Subject: [PATCH] - Docs: Update README to reflect 1.2.0 was not a released version (subsume release details into 2.0.0) --- CHANGES.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 49a46fd..9a4e591 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -93,18 +93,12 @@ - Enhancement: Throw `TypeError` for missing `json` (fixes #110) - Enhancement: Use more efficient `new Function` over `eval`; also allows use of cyclic context objects +- Enhancement: Add `@root` filter selector - Maintenance: Add `.editorconfig` - Docs: Document options in jsdoc; add return values to callbacks; fix constructor doc sig. - Testing: Add test for missing `path` or `json` - Testing: Remove unneeded closures -- npm: Update devDeps - -## 1.2.0 (October 13, 2019) - -- Enhancement: Add `@root` filter selector -- Enhancement: Use more efficient `new Function` over `eval`; - also allows use of cyclic context objects - npm: Update devDeps and `package-lock.json` ## 1.1.0 (September 26, 2019)