parser (and encoder) accept calendar:datetime() tuples and

convert into iso8601 strings
This commit is contained in:
alisdair sullivan 2014-08-13 23:32:19 -07:00
parent 6b43609730
commit 78f48db162
4 changed files with 34 additions and 2 deletions

View file

@ -1,6 +1,7 @@
v2.1
* force the end of streams with `end_json` in addition to `end_stream`
* support for encoding erlang datetime tuples to iso8601 format
v2.0.4