Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
Final Readme for this version.
  • Loading branch information
aMarCruz committed Dec 28, 2018
1 parent c951b3e commit 31a44b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 31a44b1

Please sign in to comment.