Releases: mhkeller/indian-ocean
The Fewer Options + BOM + Security Edition
Get rid of unused options that were adding complexity and holding back actually useful features. Fix a couple bugs and also strip BOM characters from files, which on some csvs would mess up reading some fields on object rows. Update dependencies and remove yaml reading since no one uses yaml and it introduces its own security issues. See changelog for full details.
The More Options Edition
Add more options to readdir
functions as well as control over verbose writing. See changelog for full details.
The silly fix edition 🙃
This removes some errant console logs that were in getParser
that were being used to monitor coverage.
The dependency fix edition 💻
The shapefile
library needed to be included as an external module to handle how it deals with node versus browser environments. This caused installs to fail even though the tests passed because those installed dev dependencies.
Also includes some small style tweaks to the docs, updates to the latest rollup, a few more tests and code coverage.
See the CHANGELOG.md for a full list of changes.
ES6 Modules + flexible data loading
This is an exciting release because indian-ocean is now broken into es6 modules and brand new documentation. Adds a new convertData
function which allows for converting from format to format. Aliases makeDirs
to makeDirectories
for less typing if you don't feel like typing. There's also an experimental browser bundle and some minor new features.
This is a breaking change because it drops support below Node 3 and changes the API for io.discernParser
See the CHANGELOG.md for a full list of changes.
A small test fix
Corrects some whitespace errors causing the tests to fail on yaml and yml docs.
Bug fix
Docs update edition
Minor update to roll back to using version documentation 2.1.0-alpha1
and fix some typos that caused that version not to build properly.
The many tests and parse and write options edition 🍕🍕!
This version adds over three hundred tests as well as adds the ability to pass read and write options. It's all very exciting 💫.
This version See the Changlog.md for full details and the very minor breaking changes.
v1.1.1
See Changelog.md for details.