Skip to content

Releases: evanplaice/jquery-csv

Remove 'tap-spec' from devDeps

11 May 20:08
Compare
Choose a tag to compare

Update README.md Notice

25 Mar 00:06
Compare
Choose a tag to compare
v1.0.11

1.0.11

Security Fix

25 Mar 00:03
Compare
Choose a tag to compare

Maintenance

13 Dec 06:52
Compare
Choose a tag to compare
  • add CI/CD
  • install semistandard to devDeps
  • install htmlhint to devDeps
  • lint everything
  • update README.md
  • refactor pkg.scripts

Patch lodash security vulnerability

16 Jul 01:46
Compare
Choose a tag to compare

Bump tap-spec, which includes lodash as a dependency.

Update package metadata

16 Jul 01:44
Compare
Choose a tag to compare

Fix issue caused by the repo transfer

10 May 14:59
Compare
Choose a tag to compare

For some weird reason, after the transfer NPM publish started including the .git folder in the published package. This would break npm install.

Changes:

  • .git/ added to .npmignore
  • .htmlhint removed
  • .gitattributes removed

Minor Fix

09 May 17:17
Compare
Choose a tag to compare
  • fixed a typo in the DavidDM badge

REPOSITORY MOVED

09 May 17:16
Compare
Choose a tag to compare

Notice: this repo has moved from the evanplaice namespace to the typeiii organization

If NPM throws errors when you attempt to upgrade, it can be fixed by uninstalling then reinstalling jquery-csv as a dependency.

The move was done to help share ownership with contributors (ie less me-mine, more us-ours) and also to ensure the long-term sustainability of the project. Sorry for the inconvenience.

Changes:

  • updated all references to the old repository (ie r/evanplaice/typeiii/g)
  • update CONTRIBUTORS to be more user-friendly
  • update issue templates to be more user-friendly

Final Minor Release

03 May 00:03
Compare
Choose a tag to compare

This marks the first -- and likely only -- stable LTS release of this library

Work tracked on #92

In addition to the issues tracked on that issue:

  • fixed a bug where onParseValue was mistakenly being applied to the toObjects header fields
  • fixed a bug where onPreParse wasn't updating the input csv string
  • fixed errors to call throw Error instead of throw new Error
  • fixed bug where that broke the Node.js callback convention when an empty options object was supplied

Work will continue on a new repo with a clean room implementation that leverages the benefits of the latest JS has to offer (ex modules, tree-shaking, ES6, etc). A message will be posted in the README once that project is established.