split-string
Advanced tools
Comparing version 6.0.0 to 6.1.0
@@ -35,2 +35,8 @@ # Release history | ||
## [6.1.0] - 2019-04-22 | ||
**Added** | ||
- Add TypeScript definitions and tests. | ||
## [6.0.0] - 2018-08-14 | ||
@@ -40,2 +46,17 @@ | ||
**Removed** | ||
The following options were all removed: | ||
- `options.split` - support for the `split` option was removed, but you may still pass a custom function for this as the last argument. | ||
- `options.keepQuotes` | ||
- `options.keepSmartQuotes` | ||
- `options.keepDoubleQuotes` | ||
- `options.keepSingleQuotes` | ||
- `options.keepBackticks` | ||
**Added** | ||
- `options.keep` - function for determining whether or not to keep a character. | ||
## [5.0.1] - 2018-01-08 | ||
@@ -124,3 +145,2 @@ | ||
[Unreleased]: https://github.com/jonschlinkert/split-string/compare/0.1.1...HEAD | ||
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog | ||
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog |
{ | ||
"name": "split-string", | ||
"description": "Easy way to split a string on a given character unless it's quoted or escaped.", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"homepage": "https://github.com/jonschlinkert/split-string", | ||
@@ -17,5 +17,7 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"types/index.d.ts" | ||
], | ||
"main": "index.js", | ||
"types": "types/index.d.ts", | ||
"engines": { | ||
@@ -25,5 +27,7 @@ "node": ">=8.6" | ||
"scripts": { | ||
"test": "nyc mocha" | ||
"test": "nyc mocha", | ||
"test:types": "dtslint types" | ||
}, | ||
"devDependencies": { | ||
"dtslint": "^0.7.0", | ||
"gulp-format-md": "^1.0.0", | ||
@@ -30,0 +34,0 @@ "mocha": "^5.2.0", |
@@ -38,3 +38,3 @@ # split-string [![NPM version](https://img.shields.io/npm/v/split-string.svg?style=flat)](https://www.npmjs.com/package/split-string) [![NPM monthly downloads](https://img.shields.io/npm/dm/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![NPM total downloads](https://img.shields.io/npm/dt/split-string.svg?style=flat)](https://npmjs.org/package/split-string) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/split-string.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/split-string) | ||
**Default**: `[] | ||
**Default**: `[]` | ||
@@ -228,6 +228,8 @@ **Description** | ||
| **Commits** | **Contributor** | | ||
| --- | --- | | ||
| 52 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 10 | [doowb](https://github.com/doowb) | | ||
| **Commits** | **Contributor** | | ||
| --- | --- | | ||
| 56 | [jonschlinkert](https://github.com/jonschlinkert) | | ||
| 12 | [doowb](https://github.com/doowb) | | ||
| 6 | [Ovyerus](https://github.com/Ovyerus) | | ||
| 1 | [silverwind](https://github.com/silverwind) | | ||
@@ -244,3 +246,3 @@ ### Author | ||
Copyright © 2018, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
Copyright © 2019, [Jon Schlinkert](https://github.com/jonschlinkert). | ||
Released under the [MIT License](LICENSE). | ||
@@ -250,2 +252,2 @@ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on August 14, 2018._ | ||
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 22, 2019._ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19425
6
150
249
0
4