Releases: evanplaice/jquery-csv
Remove 'tap-spec' from devDeps
v1.0.12 1.0.12
Update README.md Notice
v1.0.11 1.0.11
Security Fix
Patch for CVE-2020-7598
Maintenance
- add CI/CD
- install semistandard to devDeps
- install htmlhint to devDeps
- lint everything
- update README.md
- refactor pkg.scripts
Patch lodash security vulnerability
Bump tap-spec, which includes lodash as a dependency.
Update package metadata
v1.0.4 1.0.4
Fix issue caused by the repo transfer
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
- fixed a typo in the DavidDM badge
REPOSITORY MOVED
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
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 ofthrow 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.