JSON exports tags

Closes #78. This changes the export format to

{
tags: {tag: count},
entries: [{…}, {…}, …]
}
This commit is contained in:
Manuel Ebert 2013-06-09 14:48:56 -07:00
parent 0bf2354bc2
commit 48c5dd8aa1
4 changed files with 34 additions and 19 deletions

View file

@ -1,9 +1,12 @@
Changelog
=========
#### 1.1.0
* [New] JSON export exports tags as well.
#### 1.0.5
* Backwards compatibility with `parsedatetime` 0.8.7
* [Improved] Backwards compatibility with `parsedatetime` 0.8.7
#### 1.0.4