Compare commits

...

2 Commits

@ -43,14 +43,18 @@ It's strongly recommended to use [array destructuring](https://developer.mozilla
## Changelog
# 1.1.1 (August 26, 2019)
### 1.1.2 (August 26, 2019)
- Fixed changelog formatting
### 1.1.1 (August 26, 2019)
- Fixed incorrect `require` in documentation example.
# 1.1.0 (August 19, 2019)
### 1.1.0 (August 19, 2019)
- __New:__ Predicate function now also receives the index of the value as an argument, not just the value itself.
# 1.0.0 (August 19, 2019)
### 1.0.0 (August 19, 2019)
Initial release.

@ -1,7 +1,7 @@
{
"name": "split-filter",
"description": "Like Array#filter, but you get to keep both pieces",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",
"repository": "git@git.cryto.net:joepie91/node-split-filter.git",
"author": "Sven Slootweg <admin@cryto.net>",

Loading…
Cancel
Save