jquery-csv
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -1,23 +0,46 @@ | ||
## Long-Term Development | ||
If you don't know where to start, take a look at the [Roadmap][Roadmap] of proposed changes for the next release. | ||
1.0 will be the first long-term stable release. The API will be locked until the next major release. New functionality-breaking and/or backwards incompatible changes will be introduced into the master branch. | ||
# How You Can Help | ||
## Short-Term Development | ||
## Non-code contributions | ||
0.8.0 The first stable release following the migration to GitHub from Google Code. | ||
- If you'd like to edit/update the documentation, submit a Pull Request | ||
- If you'd like to start a dialog, post a new [Discussion][Discussion] | ||
- If you'd like to mention a project where jquery is used, post a comment in the [Mentions][Mentions] | ||
- If you'd like to assist other users of jquery-csv, answer qustions on [StackOverflow][StackOverflow] | ||
- If you'd like to promote this project, write articles or blog posts and link back to the project | ||
* The parser is fully featured and mostly bug free | ||
* The TODO list includes re-vamping of the Documentation & examples | ||
* Tests will be revisited and work will be done to add headless browser testing support. | ||
* NPM support will be added | ||
* Hopefully, Bower support can be transferred over from Mirlord and updated to the latest. | ||
## Code Contributions | ||
## How You Can Help | ||
- If you'd like to add a new example or test, submit a [Specification][Specification] | ||
- If you'd like to propose a new feature, submit a [Feature][Feature] request | ||
**Run the test runner:** Just run the **tests** in your particular brand of browser and report any failures. | ||
**DO** | ||
**We need performance tests:** Performance tests in javascript would add a lot of value to the project. If that's your forte, don't be shy. | ||
- Follow the [Forking Workflow][Forking Workflow] | ||
1. Fork the project | ||
2. Clone your fork | ||
3. Add a remote to the main project | ||
3. Create a new `feature` branch | ||
4. Checkout the `feature` branch | ||
5. Commit your changes | ||
6. Rebase your changes onto the latest | ||
7. Post a PR comparing `master` to the `feature` branch on your fork | ||
- Provide tests where applicable | ||
- Provide documentation updates that apply to the changes | ||
- Follow the current style of the project | ||
**Provide feedback:** If you have a good suggestion, a useful use case, or just want to share your experience, don't hesitate to get involved. | ||
**Don't** | ||
Without your contributions and the contributions of the community, this would be just another half-baked CSV to add to the pile of literally thousands of broken/incomplete implementations. The quality of projects like these is a direct result of a greater community that is willing to suggest improvements and test the code. | ||
- Group multiple features into a single PR | ||
- Co-mingle whitespace changes with code changes | ||
- Make superficial changes (ie style/structure) to existing code | ||
- Make API breaking changes unless they're clearly documented in a Specification | ||
[Roadmap]: https://github.com/evanplaice/jquery-csv/issues/92 | ||
[Discussion]: https://github.com/evanplaice/jquery-csv/issues/new?template=DISC_TEMPLATE.md&title=disc()&labels=discussion | ||
[Mentions]: https://github.com/evanplaice/jquery-csv/issues/97 | ||
[StackOverflow]: https://stackoverflow.com/questions/tagged/jquery-csv?mixed=1 | ||
[Feature]: https://github.com/evanplaice/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&title=feat()&labels=feature | ||
[Specification]: https://github.com/evanplaice/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&title=spec()&labels=specification | ||
[Forking Workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow |
{ | ||
"name": "jquery-csv", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete", | ||
@@ -11,25 +11,20 @@ "author": { | ||
"devDependencies": { | ||
"chai": "^2.0.0", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-jshint": "^0.11.0", | ||
"grunt-contrib-uglify": "^0.7.0", | ||
"grunt-htmlhint": "^0.4.1", | ||
"grunt-mocha": "^0.4.11", | ||
"jquery": "^2.1.3", | ||
"mocha": "^2.1.0", | ||
"mocha-phantomjs": "^3.5.3", | ||
"phantomjs": "^1.9.15" | ||
"chai": "^4.0", | ||
"grunt": "^1.0", | ||
"grunt-contrib-jshint": "^1.0", | ||
"grunt-contrib-uglify": "^3.0", | ||
"grunt-htmlhint": "^0.9", | ||
"jquery": "^3.0", | ||
"mocha": "^4.0" | ||
}, | ||
"main": "src/jquery.csv.js", | ||
"engines": { | ||
"node": ">= 0.8.x" | ||
"node": ">= 1.x" | ||
}, | ||
"scripts": { | ||
"test": "test-node & test-browser", | ||
"test": "test-node", | ||
"test-node": "mocha test/test.js", | ||
"test-browser": "mocha-phantomjs ./test/test.html" | ||
"grunt": "npx grunt --force" | ||
}, | ||
"license": { | ||
"type": "MIT" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
@@ -36,0 +31,0 @@ "type": "git", |
@@ -0,1 +1,4 @@ | ||
[![CDNJS](https://img.shields.io/cdnjs/v/jquery-csv.svg)](https://cdnjs.com/libraries/jquery-csv) | ||
[![npm version](https://badge.fury.io/js/jquery-csv.svg)](https://badge.fury.io/js/jquery-csv) | ||
*Notice: This is a continuation of the jquery-csv project hosted on Google Code.* | ||
@@ -5,3 +8,3 @@ | ||
Javascript is growing up and HTML is finally maturing the point where webapps are being built to completely displace desktop applications. It's about time that the supporting libraries grow up too. | ||
JavaScript is growing up and HTML is finally maturing the point where webapps are being built to completely displace desktop applications. It's about time that the supporting libraries grow up too. | ||
@@ -8,0 +11,0 @@ Looking for a complete, end-to-end, battle tested, performance optimized CSV parser that's available in the familiar jQuery syntax style? Welcome... |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
197535
7
75
171