Skip to content

Releases: mhkeller/indian-ocean

The Fewer Options + BOM + Security Edition

22 Aug 02:15
Compare
Choose a tag to compare

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

01 Sep 04:29
Compare
Choose a tag to compare

Add more options to readdir functions as well as control over verbose writing. See changelog for full details.

The silly fix edition 🙃

12 Oct 05:57
Compare
Choose a tag to compare

This removes some errant console logs that were in getParser that were being used to monitor coverage.

The dependency fix edition 💻

12 Oct 04:42
Compare
Choose a tag to compare

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

12 Oct 04:30
Compare
Choose a tag to compare

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

11 Oct 05:51
Compare
Choose a tag to compare

Corrects some whitespace errors causing the tests to fail on yaml and yml docs.

Bug fix

11 Oct 05:40
Compare
Choose a tag to compare

Fix an error where a callback was inside a try block, which would cause problems in detecting some errors.

Docs update edition

03 Nov 03:20
Compare
Choose a tag to compare

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 🍕🍕!

31 Oct 03:05
Compare
Choose a tag to compare

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

31 Oct 02:53
Compare
Choose a tag to compare

See Changelog.md for details.