@emdaer/core
Advanced tools
Comparing version 2.4.0 to 3.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="3.0.0"></a> | ||
# [3.0.0](https://github.com/emdaer/emdaer/compare/v2.4.0...v3.0.0) (2018-05-11) | ||
### Features | ||
* simplify cli ([1ff54b9](https://github.com/emdaer/emdaer/commit/1ff54b9)), closes [#89](https://github.com/emdaer/emdaer/issues/89) [#96](https://github.com/emdaer/emdaer/issues/96) | ||
### BREAKING CHANGES | ||
* @emdaer/cli now prompts the user if a manual change to the compiled README is detected. Use --yes to skip the prompt and automatically overwrite the README | ||
<a name="2.4.0"></a> | ||
@@ -8,0 +25,0 @@ # [2.4.0](https://github.com/emdaer/emdaer/compare/v2.1.1...v2.4.0) (2018-04-29) |
@@ -17,3 +17,6 @@ /* */ | ||
marked: true, | ||
markedOptions: { renderer: markedRenderer, smartypants: true }, | ||
markedOptions: { | ||
renderer: markedRenderer, | ||
smartypants: true, | ||
}, | ||
} | ||
@@ -20,0 +23,0 @@ ) { |
{ | ||
"name": "@emdaer/core", | ||
"description": "emdaer core", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"repository": "emdaer/emdaer", | ||
@@ -6,0 +6,0 @@ "homepage": "https://emdaer.me/", |
@@ -7,2 +7,6 @@ <!-- | ||
<!-- | ||
emdaerHash:206f4c5d790ab1529227c96dd8a363ef | ||
--> | ||
<h1 id="-emdaer-core-travis-documented-with-emdaer-maintained-with-lerna">@emdaer/core Β· <a href="https://travis-ci.org/emdaer/emdaer/"><img src="https://img.shields.io/travis/emdaer/emdaer.svg?style=flat-square" alt="Travis"></a> <a href="https://github.com/emdaer/emdaer"><img src="https://img.shields.io/badge/π-documented%20with%20emdaer-F06632.svg?style=flat-square" alt="Documented with emdaer"></a> <a href="https://lernajs.io/"><img src="https://img.shields.io/badge/π-maintained%20with%20lerna-cc00ff.svg?style=flat-square" alt="Maintained with lerna"></a></h1> | ||
@@ -9,0 +13,0 @@ <p>emdaer core</p> |
@@ -15,7 +15,13 @@ /* @flow */ | ||
content: string, | ||
options: { marked: boolean, markedOptions: Object } = { | ||
options: { | ||
marked: boolean, | ||
markedOptions: Object, | ||
} = { | ||
marked: true, | ||
markedOptions: { renderer: markedRenderer, smartypants: true }, | ||
markedOptions: { | ||
renderer: markedRenderer, | ||
smartypants: true, | ||
}, | ||
} | ||
) { | ||
): Promise<string> { | ||
const readme = await applyTransforms( | ||
@@ -22,0 +28,0 @@ await executePlugins(content), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91
46746
42
702