Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.0 #257

Merged
merged 1 commit into from
Jun 11, 2019
Merged

v3.0.0 #257

merged 1 commit into from
Jun 11, 2019

Conversation

doug-martin
Copy link
Contributor

  • Updated to Node 8
  • Rewrote in Typescript
  • Calling the library as a function has been removed in favor of csv.parse.
    • csv() change to csv.parse()
  • Deprecated fromString in favor of parseString
    • csv.fromString() change to csv.parseString()
  • Deprecated fromStream in favor of parseStreama
    • csv.fromStream() change to csv.parseStream()
  • DeprecatedfromPath in favor of parseFile
    • csv.fromPath() change to csv.parseFile()

* Updated to Node 8
* Rewrote in Typescript
* Calling the library as a function has been removed in favor of `csv.parse`.
  * `csv()` change to `csv.parse()`
* Deprecated `fromString` in favor of `parseString`
  * `csv.fromString()` change to `csv.parseString()`
* Deprecated `fromStream` in favor of `parseStream`a
    * `csv.fromStream()` change to `csv.parseStream()`
* Deprecated`fromPath` in favor of `parseFile`
    * `csv.fromPath()` change to `csv.parseFile()`

# Conflicts:
#	.travis.yml
#	Gruntfile.js
#	History.md
#	lib/formatter/formatter.js
#	lib/formatter/formatter_stream.js
#	package-lock.json
#	package.json
@doug-martin
Copy link
Contributor Author

To just view the src files use this link

@doug-martin doug-martin merged commit 968bdbd into master Jun 11, 2019
@doug-martin doug-martin deleted the v3.0.0-ts-pick branch December 15, 2019 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant