Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CCharlieLi committed Jul 29, 2017
1 parent 842f30f commit e3cf001
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,56 @@

v0.1.5 / 2017-07-29
===================

* add `icon` and `iconUrl` field

v0.1.4 / 2017-07-29
===================

* v0.1.4
* Update readme with useful example
* add change log

v0.1.3 / 2017-07-29
===================

* v0.1.3
* Encode id for each folder and item in Huffman tree

v0.1.2 / 2017-07-28
===================

* v0.1.2
* update readme
* update readme
* add API readFromHTMLReadStream

v0.1.1 / 2017-07-23
===================

* v0.1.1
* add test for read stream
* update readme
* update package.json
* update travis CI

v0.1.0 / 2017-07-23
===================

* v0.1.0
* update readme and license
* update test
* update eslintrc
* add html parser
* update CI
* update test and readme
* monir update
* add CI
* add eslint and test
* add ignore
* add firefox Mac parser
* init

v0.1.4 / 2017-07-29
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookmark-parser",
"version": "0.1.4",
"version": "0.1.5",
"description": "Find and parse latest bookmark backup of Firefox, Chrome and other browsers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e3cf001

Please sign in to comment.