fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-19 14:28:38 +02:00
parent f1ced3dacf
commit dd94095bcf
2 changed files with 37 additions and 5 deletions

27
CHANGELOG.md Normal file
View File

@ -0,0 +1,27 @@
# Changelog
## 1.8.0
custom filter functions
## 1.7.0
carry values between filter runs
## 1.6.0
filter groups
## 1.5.0
filter over multiple fields
## 1.4.0
function to filter arrays of objects recursively
## 1.1.0 - 1.3.0 (lost changelog)
## 1.0.0
initial release

View File

@ -1,17 +1,22 @@
{
"name": "@sapphirecode/utilities",
"version": "1.8.5",
"version": "1.8.4",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/utilities",
"license": "MIT",
"keywords": [
"utilities",
"regex",
"json"
"json",
"filters"
],
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/utilities"
"url": "https://git.scode.ovh:timo/utilities.git"
},
"description": "small utility functions to make much needed features easier to work with",
"devDependencies": {
@ -36,4 +41,4 @@
"engines": {
"node": ">=10"
}
}
}