- bumped iconv-lite version
- fixed date parsing (thx, @Superlokkus!)
- added encoding support (thx, @D5T!)
- throw proper errors in all cases
- updated README and helper function docs
- interpret
undefined
(conforms to spec), thx @donpedro!
- switched to class instantiation
- added pagination support (
offset
andsize
parameters) - updated README for better explanation of options
- made
deleted
option parsing more strict - got code coverage to 100%
- Add coverage tooling
- Added support for node 10
- Emit errors on duplicate field names
- Include records flagged deleted when
options.deleted
istrue
- Added documentation things to package.json
- Operates as a transform stream
- Bad version, don't use, only emits events, doesn't transform as I had planned to do