|
1 | 1 | # Mercury Parser Changelog |
2 | 2 |
|
| 3 | +### 2.1.1 (Jun 26, 2019) |
| 4 | + |
| 5 | +##### Commits |
| 6 | + |
| 7 | +- [[`c11b85f405`](https://github.com/postlight/mercury-parser/commit/c11b85f405)] - **deps**: update eslint-config-prettier to version 5.0.0 (#441) (greenkeeper[bot]) |
| 8 | +- [[`3b0d5fed69`](https://github.com/postlight/mercury-parser/commit/3b0d5fed69)] - **chore**: prevent adding phantomjs-prebuilt as a dependency in CI. (#412) (Jaen) |
| 9 | +- [[`939d181951`](https://github.com/postlight/mercury-parser/commit/939d181951)] - **fix**: support query strings in lazy-loaded srcsets (#387) (Toufic Mouallem) |
| 10 | +- [[`0942c37876`](https://github.com/postlight/mercury-parser/commit/0942c37876)] - **feat**: custom parser for phoronix.com. (#431) (Ben Ubois) |
| 11 | +- [[`571a913745`](https://github.com/postlight/mercury-parser/commit/571a913745)] - **feat**: pitchfork extractor (#439) (Michael P. Geraci) |
| 12 | +- [[`c8a66b0d77`](https://github.com/postlight/mercury-parser/commit/c8a66b0d77)] - **deps**: Update moment-timezone to the latest version 🚀 (#388) (greenkeeper[bot]) |
| 13 | +- [[`255da63e26`](https://github.com/postlight/mercury-parser/commit/255da63e26)] - **deps**: bump handlebars from 4.0.6 to 4.1.2 (#434) (dependabot[bot]) |
| 14 | +- [[`c7abfc25c6`](https://github.com/postlight/mercury-parser/commit/c7abfc25c6)] - chore(deps): bump sshpk from 1.10.1 to 1.16.1 (#435) (dependabot[bot]) |
| 15 | +- [[`694ea820aa`](https://github.com/postlight/mercury-parser/commit/694ea820aa)] - Custom Extractor for clinicaltrials.gov (#305) (david0leong) |
| 16 | +- [[`a7cd9027e2`](https://github.com/postlight/mercury-parser/commit/a7cd9027e2)] - **chore**: update husky to version 2.3.0 (#422) (Toufic Mouallem) |
| 17 | +- [[`9f6f07508c`](https://github.com/postlight/mercury-parser/commit/9f6f07508c)] - **docs**: Add links to README (Gina Trapani) |
| 18 | +- [[`3414ebaa62`](https://github.com/postlight/mercury-parser/commit/3414ebaa62)] - **chore**: update jquery to version 3.4.1 (#420) (Toufic Mouallem) |
| 19 | +- [[`7c8de71c52`](https://github.com/postlight/mercury-parser/commit/7c8de71c52)] - **fix**: new yorker extractor (#414) (Wajeeh Zantout) |
| 20 | +- [[`e66ad8b81c`](https://github.com/postlight/mercury-parser/commit/e66ad8b81c)] - **feat**: add le monde extractor (#415) (Wajeeh Zantout) |
| 21 | +- [[`f81dc63617`](https://github.com/postlight/mercury-parser/commit/f81dc63617)] - **feat**: add rbbtoday.com custom parser (#411) (kik0220) |
| 22 | +- [[`5e1113b3a9`](https://github.com/postlight/mercury-parser/commit/5e1113b3a9)] - **feat**: add japan.zdnet.com custom parser (#410) (kik0220) |
| 23 | +- [[`77e3bc00e2`](https://github.com/postlight/mercury-parser/commit/77e3bc00e2)] - **feat**: add wired.jp custom parser (#409) (kik0220) |
| 24 | +- [[`0b36c96de0`](https://github.com/postlight/mercury-parser/commit/0b36c96de0)] - **feat**: add techlog.iij.ad.jp custom parser (#405) (kik0220) |
| 25 | +- [[`406bf1b1a9`](https://github.com/postlight/mercury-parser/commit/406bf1b1a9)] - **feat**: add weekly.ascii.jp custom parser (#401) (kik0220) |
| 26 | +- [[`216bfade00`](https://github.com/postlight/mercury-parser/commit/216bfade00)] - **feat**: add www.ipa.go.jp custom parser (#408) (kik0220) |
| 27 | +- [[`3ae8f3bde3`](https://github.com/postlight/mercury-parser/commit/3ae8f3bde3)] - **feat**: add www.oreilly.co.jp custom parser (#407) (kik0220) |
| 28 | +- [[`7396e81b72`](https://github.com/postlight/mercury-parser/commit/7396e81b72)] - **feat**: add sect.iij.ad.jp custom parser (#404) (kik0220) |
| 29 | +- [[`3f1d9030ee`](https://github.com/postlight/mercury-parser/commit/3f1d9030ee)] - **feat**: add www.lifehacker.jp custom parser (#403) (kik0220) |
| 30 | +- [[`b077000c4a`](https://github.com/postlight/mercury-parser/commit/b077000c4a)] - **feat**: add getnews.jp custom parser (#402) (kik0220) |
| 31 | +- [[`b5425c3e8a`](https://github.com/postlight/mercury-parser/commit/b5425c3e8a)] - **feat**: add www.gizmodo.jp custom parser (#400) (kik0220) |
| 32 | +- [[`a38c727a0a`](https://github.com/postlight/mercury-parser/commit/a38c727a0a)] - **feat**: add deadline.com custom parser (#383) (kik0220) |
| 33 | +- [[`74a3c49a3c`](https://github.com/postlight/mercury-parser/commit/74a3c49a3c)] - **feat**: add japan.cnet.com custom parser (#382) (kik0220) |
| 34 | +- [[`7b07f88448`](https://github.com/postlight/mercury-parser/commit/7b07f88448)] - **feat**: add www.yomiuri.co.jp custom parser (#381) (kik0220) |
| 35 | +- [[`3f46859d14`](https://github.com/postlight/mercury-parser/commit/3f46859d14)] - **fix**: skip absolutizing invalid srcsets (#386) (Toufic Mouallem) |
| 36 | +- [[`779c1154fb`](https://github.com/postlight/mercury-parser/commit/779c1154fb)] - **fix**: add date_published selector in www.sanwa.co.jp extractor (#378) (kik0220) |
| 37 | +- [[`ea5b65f019`](https://github.com/postlight/mercury-parser/commit/ea5b65f019)] - **fix**: add date_published selector in www.elecom.co.jp extractor (#377) (kik0220) |
| 38 | +- [[`7c0949e587`](https://github.com/postlight/mercury-parser/commit/7c0949e587)] - **fix**: add date_published selector in www.ossnews.jp extractor (#376) (kik0220) |
| 39 | +- [[`3e91ac55db`](https://github.com/postlight/mercury-parser/commit/3e91ac55db)] - **fix**: add date_published selector in jvndb.jvn.jp extractor (#375) (kik0220) |
| 40 | +- [[`8ca2894751`](https://github.com/postlight/mercury-parser/commit/8ca2894751)] - **feat**: add bookwalker.jp custom parser (#374) (kik0220) |
| 41 | +- [[`a5f06ce27a`](https://github.com/postlight/mercury-parser/commit/a5f06ce27a)] - **feat**: add takagi-hiromitsu.jp custom parser (#364) (kik0220) |
| 42 | +- [[`b9c57dbc2f`](https://github.com/postlight/mercury-parser/commit/b9c57dbc2f)] - **feat**: add www.publickey1.jp custom parser (#365) (kik0220) |
| 43 | +- [[`d7dbea8a95`](https://github.com/postlight/mercury-parser/commit/d7dbea8a95)] - **feat**: add www.itmedia.co.jp custom parser (#366) (kik0220) |
| 44 | +- [[`9218f80da6`](https://github.com/postlight/mercury-parser/commit/9218f80da6)] - **feat**: add www.moongift.jp custom parser (#367) (kik0220) |
| 45 | +- [[`4eb73dffb0`](https://github.com/postlight/mercury-parser/commit/4eb73dffb0)] - **feat**: add www.infoq.com custom parser (#368) (kik0220) |
| 46 | +- [[`ce5cd2dd0d`](https://github.com/postlight/mercury-parser/commit/ce5cd2dd0d)] - **feat**: add phpspot.org custom parser (#369) (kik0220) |
| 47 | + |
3 | 48 | ### 2.1.0 (Apr 10, 2019) |
4 | 49 |
|
5 | 50 | ##### Commits |
|
0 commit comments