Skip to content

Commit

Permalink
allow reading of empty json files; more doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Dec 4, 2015
1 parent e4add81 commit c2d1199
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 50 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

# 1.0.3

> 2015-12-04
* When attempting to read an empty file as json, set it to `'[]'` so it will be parsed as an empty list.
* [da27bfc3bcd4100ca90ab958666efe2556da1216](https://github.com/mhkeller/indian-ocean/commit/da27bfc3bcd4100ca90ab958666efe2556da1216)

# 1.0.2

* Use `===` instead of `==` for code style
Expand Down

0 comments on commit c2d1199

Please sign in to comment.