This commit is contained in:
Nemo 2020-07-19 19:14:11 +05:30
parent ab0f565a8c
commit 98721bf6ef
3 changed files with 192 additions and 708 deletions

View File

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
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.3]
### Changed
- Dependency updates
## [1.2.2]
### Fixed
- Fixed `dc:date` element (publication date) in the generated EPUB

886
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "url-to-epub",
"version": "1.2.2",
"version": "1.2.3",
"description": "A single tool to generate a standards-compliant EPUB from a webpage. Zero config. Requires pandoc",
"main": "index.js",
"bin": {
@ -14,11 +14,11 @@
"author": "Nemo",
"license": "MIT",
"dependencies": {
"article-parser": "^4.1.1",
"node-downloader-helper": "^1.0.11",
"article-parser": "^4.2.1",
"node-downloader-helper": "^1.0.13",
"node-pandoc-promise": "0.0.6",
"slugify": "^1.3.6",
"slugify": "^1.4.4",
"tempfile": "^3.0.0",
"yargs": "^15.1.0"
"yargs": "^15.4.1"
}
}