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
|
13
package.json
13
package.json
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user