This commit is contained in:
parent
f1ced3dacf
commit
dd94095bcf
27
CHANGELOG.md
Normal file
27
CHANGELOG.md
Normal 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
|
15
package.json
15
package.json
@ -1,17 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/utilities",
|
"name": "@sapphirecode/utilities",
|
||||||
"version": "1.8.5",
|
"version": "1.8.4",
|
||||||
"main": "index.js",
|
"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",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"utilities",
|
"utilities",
|
||||||
"regex",
|
"regex",
|
||||||
"json"
|
"json",
|
||||||
|
"filters"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"description": "small utility functions to make much needed features easier to work with",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -36,4 +41,4 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user