Skip to content

Latest commit

 

History

History
372 lines (304 loc) · 29.1 KB

CHANGELOG.md

File metadata and controls

372 lines (304 loc) · 29.1 KB

Changelog

4.0.3

2022-07-12

Security update. Update archieml to v0.5 – thanks @britthar (PR #108). Fix dbf tests returning a slightly different error message on empty.dbf.

4.0.2

2021-03-17

Security update to fix some security alerts. Moves the dbf fork off of GitHub and onto a scoped npm package at @mhkeller/dbf

4.0.0

2019-08-21

Removes a few functions that weren't really ever used. Strips BOM characters from CSVs and fixes a bug with double slashes sometimes when using readdirFilter functions.

3.1.0

2018-09-01

Add verbose option to writeData and writeDataSync, which allows you to turn off empty file warnings and also makes the error message more descriptive. Rename the dist output to be .cjs.js instead of .node.js. Add skipHidden and detailed options to readdir functions.

3.0.1

2017-10-12

Small bug fix release. Puts shapefile library as an external dependency to fix an error on build. Also includes some small style tweaks to the docs, updates to the latest rollup, a few more tests and code coverage.

3.0.0

2017-10-11

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

2.0.2

2017-02-08

2.0.1

2016-11-02

2.0.0

2016-10-30

1.1.1

2016-02-18

1.1.0

2016-02-17

1.0.3

2015-12-04

1.0.2

2015-11-30

1.0.1

2015-11-30

1.0.0

2015-11-16

0.7.2

2015-09-16

  • NPM had an error publishing to it. Bumped version and republished.

0.7.1

2015-09-16

  • Fix missing dependencies

0.7.0

2015-09-13

0.6.0

2015-09-07

0.5.0

2015-09-01