2021-04-30
Fix an error that was caused where report.prose.full
was undefined
and couldn't be .trim()
ed. Update the build process to use Uglify 3.x
2017-03-14
Slight reorganization, add module
field to package.json. Skipped 2.1.2 because of error in version number in dist file comments. Functionally identical.
- See above
2017-02-25
Move to rollup build process, export browser version and some small cleanup
- Rollup
- Browser version
- a61d3a19f688af9543dfc10752212275fd48e092
- Some extra tests for sort order on object props now that we're using Object.assign shim and not underscore's extend
- f861d072c27691b6dc7b9ac9c7e37d77af490733
- a9ac8b157bef43f94d321e4e20ba7896747d99db
- a9ac8b157bef43f94d321e4e20ba7896747d99db
- Sort keys in example comments
2017-02-14
Another rework of the API focused on clarity between json, geojson and nested variables. Much better and clearer support for targeting nested keys and adding results to a nested key through lodash's get
and set
. Started maintaining changelog. Remove indian-ocean dependency and include browser-safe portions.
- Add many more test cases and some bug fixes to dbf reading and writing
- Remove dependency on indian-ocean for easier browser-compatibility and lighter-weight.
- Sort keys in the report
- Drop support for node 2 and below
2017-01-08
Minor fixes
- Fix dependencies and test command in package.json
- SEO
2017-01-08
Major overhaul of API including adding tests.
- Switch to a config-based API
- Deep clone passed in objects
- Dbf support
- Tests and CI
2015-01-11
Initial commit. We'll start from here