-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
55 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,49 @@ | ||
# CHANGELOG | ||
|
||
## v2.0.0-canary.0 | ||
|
||
### FEATURES | ||
|
||
- Rewrite with TypeScript | ||
- Remove unnecessary default behaviors | ||
- Add `CountMinSketch` and `TopKFilter` | ||
|
||
## v1.1.0 | ||
|
||
- NEW: Support the ability to reset the filter. You can set `Options.reset = true` to automatically reset on connected | ||
### FEATURES | ||
|
||
- Support the ability to reset the filter. You can set `Options.reset = true` to automatically reset on connected | ||
|
||
## v1.0.0 | ||
|
||
- NEW: Now you can use _Red_ options with `Options.redisClientOptions` | ||
- CHANGED: Remove `Options.password` | ||
### FEATURES | ||
|
||
- Now you can use _Red_ options with `Options.redisClientOptions` | ||
- Remove `Options.password` | ||
|
||
## v1.0.0-canary.0 | ||
|
||
- NEW: Support using a custom Redis client | ||
- NEW: Support Redis client authentication | ||
- NEW: Start writing documentation with _JSDoc_ | ||
- CHANGED: No longer load RedisBloom module internally | ||
### FEATURES | ||
|
||
- Support using a custom Redis client | ||
- Support Redis client authentication | ||
- Start writing documentation with _JSDoc_ | ||
- No longer load RedisBloom module internally | ||
|
||
## v0.1.1, v0.1.2 | ||
|
||
- FIXED: 2 attempts to fix missing .so file | ||
### PATCHES | ||
|
||
- Attempt to fix missing .so file | ||
|
||
## v0.1.0 | ||
|
||
- NEW: Remove redundant to-string conversions | ||
### FEATURES | ||
|
||
- Remove redundant to-string conversions | ||
|
||
## v0.1.0-beta.0 | ||
|
||
- NEW: Mapping basic features of RedisBloom | ||
### FEATURES | ||
|
||
- Mapping basic features of RedisBloom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters