From 31a44b17687f475a828e8fffd549bc19254ed563 Mon Sep 17 00:00:00 2001 From: aMarCruz Date: Fri, 28 Dec 2018 05:52:38 -0600 Subject: [PATCH] v1.1.1 Final Readme for this version. --- CHANGELOG.md | 2 +- README.md | 24 +++++------------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee4e14..1378e3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## \[1.2.0] - Unreleased +## \[1.2.0] - 2018-12-28 ### Added diff --git a/README.md b/README.md index 967cd86..d082da3 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,6 @@ jscc works in NodeJS 6 or later, with minimal dependencies and footprint. It was jscc is **not** a minifier tool, but it does well what it does... -## Important - -jscc v1.0 is a complete rewrite and may have breaking changes for you. - -Please see [Changes in This Version](#changes-in-this-version) for more info, the Wiki will be updated in a few days. - ## Install Use the instructions of the plugin for your toolchain: @@ -129,21 +123,15 @@ Closes the current conditional block. Generates an exception at compile time with the result of the given character `expression`. -You can learn more about this in the Wiki: - -- [Basic Syntax](https://github.com/aMarCruz/jscc/wiki/Syntax) -- [Examples & Tricks](https://github.com/aMarCruz/jscc/wiki/Examples) +You can learn more about this in the [Wiki](https://github.com/aMarCruz/jscc/wiki). ## Changes in This Version -- New `escapeQuotes` option, to escape quotes in the output of strings (not wrapped by JSON output). -- The output of chained properties stops with a primitive value, to avoid some compile-time errors. -- Regression of the replacement of `NaN` with `null` since the later alters the behavior of the Date ctor. -- Removed the ESM export, CommonJS in ES6 is the only exported format. -- ESLint replaced with TSLint, for compatibility with CI services. -- Added Codacy quality test, removed Coverity. +- Closes #8 : Removel of trailing jscc comment is breaking the expression. +- Removed Codebeat tests. +- More unity tests. -For important changes in v1.0.0, please see the [Changelog](CHANGELOG.md). +See details in the [Changelog](CHANGELOG.md). ## Known Issues @@ -191,8 +179,6 @@ The [MIT](LICENSE) License. © 2018, Alberto Martínez ---- - [![Windows Build][appveypr-badge]][appveypr-url] [![CodeClimate][climate-badge]][climate-url] [![Vulnerabilities][snyk-badge]][snyk-url]