release: 1.0.10 (#169)

pull/171/head 1.0.10
Adam Pash 7 years ago committed by GitHub
parent b8aa87c777
commit 86d6bd1dc1

@ -1,5 +1,12 @@
# Mercury Parser Changelog
### 1.0.10 (Mar 24, 2017)
##### Commits
* [[`b8aa87c777`](https://github.com/postlight/mercury-parser/commit/b8aa87c777)] - **feat**: improve wh parser (#168) (Adam Pash)
* [[`e56e8e24cd`](https://github.com/postlight/mercury-parser/commit/e56e8e24cd)] - **release**: 1.0.9 (#167) (Adam Pash)
### 1.0.9 (Mar 23, 2017)
##### Commits

2
dist/mercury.js vendored

@ -5260,6 +5260,8 @@ var ObamawhitehouseArchivesGovExtractor = {
},
content: {
defaultCleaner: false,
selectors: ['div#content-start', '.pane-node-field-forall-body'],
// Is there anything in the content you selected that needs transformed

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "mercury-parser",
"version": "1.0.9",
"version": "1.0.10",
"description": "",
"repository": "github:postlight/mercury-parser",
"main": "./dist/mercury.js",

Loading…
Cancel
Save