Skip to content

Commit

Permalink
feat: add filter on date
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcastrodev committed Sep 22, 2022
1 parent e32b2b5 commit f002eac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2022-09-22

- Added date filter: is on or after, ois on or before

Thanks to @marcooli

## [0.4.0] - 2022-09-22

- Added number filter: Different from, bigger than, smaller than, bigger or equals and smaller or equals.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexysearch",
"version": "0.4.0",
"version": "0.4.1",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit f002eac

Please sign in to comment.