Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.15.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1 - 07.01.2024

- [[#154](https://github.com/VadimDez/ngx-filter-pipe/issues/158)] - Update to use in Node 20.15

## 2.1.3 - 16.05.2024

- [[#154](https://github.com/VadimDez/ngx-filter-pipe/pull/154)] - Update to Angular 17 & Ivy
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-filter-pipe",
"version": "3.0.0",
"version": "3.0.1",
"description": "Angular 5+ pipeline for filtering arrays",
"author": "Vadym Yatsyuk <vadym.yatsyuk@gmail.com>",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"docs": "ng build --configuration production --output-path docs --base-href ngx-filter-pipe && cp -R ./docs/browser/* ./docs/ && rm -rf ./docs/browser && cp ./docs/index.html ./docs/404.html"
},
"engines": {
"node": "20.4.0",
"npm": "9.7.2"
"node": "20.15",
"npm": ">=10.7"
},
"repository": {
"type": "git",
Expand Down