Skip to content

Commit 7df8580

Browse files
committed
Merge branch 'transfer-to-typeiii'
2 parents ab050f2 + fcf0d2d commit 7df8580

16 files changed

+33
-49
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Tell us what happens instead
3030

3131
- [name](href)
3232

33-
[Feature]: https://github.com/evanplaice/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&title=feat()&labels=feature
33+
[Feature]: https://github.com/typeiii/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&labels=feature
3434
[StackOverflow]: https://stackoverflow.com/questions/tagged/jquery-csv?mixed=1

.github/ISSUE_TEMPLATES/FEAT_TEMPLATE.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,17 @@ A brief description of what the feature aims to accomplish
99

1010
## Checklist
1111

12-
- [ ] Is this API breaking?
1312
- [ ] Is this tested?
14-
- [ ] Is documentation required?
15-
- [ ] Will you be taking ownership of this change?
16-
17-
*Note: Don't worry about leaving these unchecked. These exist to quickly identify common requirements.*
13+
- [ ] Is documentation up-to-date?
1814

1915
## Details
2016

21-
Add a loose outline. Don't worry about implementation specifics yet. Feature requests are intended to start a dialog. If this is good to move forward, a specification will be created to outline the implementation details.
17+
<!-- Add a loose outline. Don't worry about implementation specifics yet. Feature requests are intended to start a dialog. If this is good to move forward, a specification will be created to outline the implementation details. -->
2218

2319
## References
2420

2521
- [name](href)
2622

27-
When this feature is ready to move on to implementation, create a [Specification][Specification].
28-
29-
*Note: If you're confused and need help getting started, ask lots of questions in the comments. Your contributions are appreciated and your effort is welcome, even if that requires discussing development practices that fall outside the scope of this project.*
23+
<!-- When this feature is ready to move on to implementation, create a [Specification][Specification]. -->
3024

31-
[Specification]: https://github.com/evanplaice/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&title=spec()&labels=specification
25+
[Specification]: https://github.com/typeiii/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&labels=specification

.github/ISSUE_TEMPLATES/SPEC_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ Add code snippets and/or a more in-depth description of the implementation detai
1919
## References
2020

2121
- [name](href)
22-
23-
*Note: If you're confused and need help getting started, ask lots of questions in the comments. Your contributions are appreciated and your effort is welcome, even if that requires discussing development practices that fall outside the scope of this project.*

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
If you don't know where to start, take a look at the [Roadmap][Roadmap] of proposed changes for the next release.
2-
31
# How You Can Help
42

53
## Non-code contributions
64

75
- If you'd like to edit/update the documentation, submit a Pull Request
86
- If you'd like to start a dialog, post a new [Discussion][Discussion]
9-
- If you'd like to mention a project where jquery is used, post a comment in the [Mentions][Mentions]
107
- If you'd like to assist other users of jquery-csv, answer qustions on [StackOverflow][StackOverflow]
118
- If you'd like to promote this project, write articles or blog posts and link back to the project
129

@@ -37,10 +34,8 @@ If you don't know where to start, take a look at the [Roadmap][Roadmap] of propo
3734
- Make superficial changes (ie style/structure) to existing code
3835
- Make API breaking changes unless they're clearly documented in a Specification
3936

40-
[Roadmap]: https://github.com/evanplaice/jquery-csv/issues/92
41-
[Discussion]: https://github.com/evanplaice/jquery-csv/issues/new?template=DISC_TEMPLATE.md&title=disc()&labels=discussion
42-
[Mentions]: https://github.com/evanplaice/jquery-csv/issues/97
37+
[Discussion]: https://github.com/typeiii/jquery-csv/issues/new?template=DISC_TEMPLATE.md&labels=discussion
4338
[StackOverflow]: https://stackoverflow.com/questions/tagged/jquery-csv?mixed=1
44-
[Feature]: https://github.com/evanplaice/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&title=feat()&labels=feature
45-
[Specification]: https://github.com/evanplaice/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&title=spec()&labels=specification
39+
[Feature]: https://github.com/typeiii/jquery-csv/issues/new?template=FEAT_TEMPLATE.md&labels=feature
40+
[Specification]: https://github.com/typeiii/jquery-csv/issues/new?template=SPEC_TEMPLATE.md&labels=specification
4641
[Forking Workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![GitHub release](https://img.shields.io/github/release/evanplaice/jquery-csv.svg)](https://github.com/evanplaice/jquery-csv/releases)
1+
[![GitHub release](https://img.shields.io/github/release/typeiii/jquery-csv.svg)](https://github.com/typeiii/jquery-csv/releases)
22
[![npm](https://img.shields.io/npm/v/jquery-csv.svg)](https://www.npmjs.com/package/jquery-csv)
33
[![CDNJS](https://img.shields.io/cdnjs/v/jquery.svg)](https://cdnjs.com/libraries/jquery-csv)
4-
[![David](https://img.shields.io/david/dev/evanplaice/jquery-csv.svg)](https://david-dm.org/evanplaice/jquery-csv?type=dev)
5-
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/evanplaice/jquery-csv/master/LICENSE)
6-
[![Build Status](https://travis-ci.org/evanplaice/jquery-csv.svg?branch=master)](https://travis-ci.org/evanplaice/jquery-csv)
4+
[![David](https://img.shields.io/david/dev/tyepiii/jquery-csv.svg)](https://david-dm.org/typeiii/jquery-csv?type=dev)
5+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/typeiii/jquery-csv/master/LICENSE)
6+
[![Build Status](https://travis-ci.org/typeiii/jquery-csv.svg?branch=master)](https://travis-ci.org/typeiii/jquery-csv)
77

88
# Introduction
99

@@ -114,35 +114,35 @@ Instead of the typical useless contrived example code, I have provided a handful
114114

115115
Want to play with the parser and maybe validate your CSV data without all the frills? No need to download the source first, there's a demo for that...
116116

117-
[jQuery-CSV - toArray()](http://evanplaice.github.io/jquery-csv/examples/to-array.html)
117+
[jQuery-CSV - toArray()](http://typeiii.github.io/jquery-csv/examples/to-array.html)
118118

119-
[jQuery-CSV - toArrays()](http://evanplaice.github.io/jquery-csv/examples/to-arrays.html)
119+
[jQuery-CSV - toArrays()](http://typeiii.github.io/jquery-csv/examples/to-arrays.html)
120120

121-
[jQuery-CSV - fromArrays()](http://evanplaice.github.io/jquery-csv/examples/from-arrays.html)
121+
[jQuery-CSV - fromArrays()](http://typeiii.github.io/jquery-csv/examples/from-arrays.html)
122122

123-
[jQuery-CSV - toObjects()](http://evanplaice.github.io/jquery-csv/examples/to-objects.html)
123+
[jQuery-CSV - toObjects()](http://typeiii.github.io/jquery-csv/examples/to-objects.html)
124124

125-
[jQuery-CSV - fromObjects()](http://evanplaice.github.io/jquery-csv/examples/from-objects.html)
125+
[jQuery-CSV - fromObjects()](http://typeiii.github.io/jquery-csv/examples/from-objects.html)
126126

127127
## Node.js ESM (EcmaScript Module) Import
128128

129129
Here's how to import jQuery-CSV as am ECMAScript module Node.js:
130130

131-
[jQuery-CSV - ESM Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/esm-usage.js)
131+
[jQuery-CSV - ESM Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/esm-usage.js)
132132

133133
## Node.js CJS (CommonJS Module) Import
134134

135135
Here's how to import jQuery-CSV as CommonJS module Node.js:
136136

137-
[jQuery-CSV - CJS Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/node-usage.js)
137+
[jQuery-CSV - CJS Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/node-usage.js)
138138

139139
## Client-Side File Handling
140140

141141
Yes, you read that right. It's now possible to open local files in the browser without firing a single request to the server.
142142

143143
The functionality is still pretty new so not all browsers support it (I'm looking @ you IE). If that's not an issue I highly suggest you try it. It's much easier than the traditional client/server approach.
144144

145-
[jQuery-CSV - File Handling Demonstration](http://evanplaice.github.io/jquery-csv/examples/file-handling.html)
145+
[jQuery-CSV - File Handling Demonstration](http://typeiii.github.io/jquery-csv/examples/file-handling.html)
146146

147147
## jQuery-CSV + Flot
148148

@@ -152,7 +152,7 @@ You can input the data set using either the text area provided or via uploading
152152

153153
Want to plot 5 data sets on the same grid, no problem; Just upload 5 files containing one dataset each. The jQuery-CSV will handle the plumbing while Flot will make it all look pretty.
154154

155-
[jQuery-CSV - Flot Demonstration](http://evanplaice.github.io/jquery-csv/examples/flot.html)
155+
[jQuery-CSV - Flot Demonstration](http://typeiii.github.io/jquery-csv/examples/flot.html)
156156

157157
## jQuery-CSV + Google Visualization API
158158

@@ -162,9 +162,6 @@ Don't want to draw a line graph, no problem you can tap into the massive collect
162162

163163
Warning: You may experience multiple spontaneous 'oh my got that's soo awesome' fits of excitement. Maybe even get stoked. Happens to the best us...
164164

165-
[jQuery-CSV - Google Visualization API Demonstration](http://evanplaice.github.io/jquery-csv/examples/google-visualization.html)
165+
[jQuery-CSV - Google Visualization API Demonstration](http://typeiii.github.io/jquery-csv/examples/google-visualization.html)
166166

167167
**jQuery-CSV** coding style is inherited from the [JQuery Core Style Guidelines](https://contribute.jquery.org/style-guide/)
168-
169-
by **Evan Plaice**
170-

examples/_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header">
1313
<h1 id="title">[operator]</h1>
14-
<div id="link"><a href="https://github.com/evanplaice/jquery-csv">GitHub</a></div>
14+
<div id="link"><a href="https://github.com/typeiii/jquery-csv">GitHub</a></div>
1515
</div>
1616
<div id="container">
1717
<section id="content">

examples/custom-date-parsing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header">
1313
<h1 id="title">User Defined Date Parsing Callback</h1>
14-
<div id="link"><a href="https://github.com/evanplaice/jquery-csv">GitHub</a></div>
14+
<div id="link"><a href="https://github.com/typeiii/jquery-csv">GitHub</a></div>
1515
</div>
1616
<div id="container">
1717
<section id="content">

examples/file-handling.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header">
1313
<h1 id="title">Load from File</h1>
14-
<div id="link"><a href="https://github.com/evanplaice/jquery-csv">GitHub</a></div>
14+
<div id="link"><a href="https://github.com/typeiii/jquery-csv">GitHub</a></div>
1515
</div>
1616
<div id="container">
1717
<section id="content">

examples/flot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header">
1313
<h1 id="title">jQuery-CSV + Flot</h1>
14-
<div id="link"><a href="https://github.com/evanplaice/jquery-csv">GitHub</a></div>
14+
<div id="link"><a href="https://github.com/typeiii/jquery-csv">GitHub</a></div>
1515
</div>
1616
<div id="container">
1717
<section id="content">

examples/from-arrays.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header">
1313
<h1 id="title">$.csv.fromArrays()</h1>
14-
<div id="link"><a href="https://github.com/evanplaice/jquery-csv">GitHub</a></div>
14+
<div id="link"><a href="https://github.com/typeiii/jquery-csv">GitHub</a></div>
1515
</div>
1616
<div id="container">
1717
<section id="content">

0 commit comments

Comments
 (0)