Skip to content

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