ts-cache-mongoose 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,8 +21,9 @@ ts-cache-mongoose is a plugin for mongoose
21
21
  \
22
22
  Caching queries is a good way to improve performance of your application
23
23
  \
24
- This is initial prerelease of the plugin, so it may contain bugs
25
- Work in progress...
24
+ ⚠️ This is initial prerelease of the plugin, so it may contain bugs
25
+ \
26
+ 🛠️ Work in progress...
26
27
 
27
28
  ## Features
28
29
 
@@ -33,7 +34,8 @@ Work in progress...
33
34
  - [x] Cache key generation
34
35
  - [x] Cache key prefix
35
36
  - [x] Query caching support
36
- - [ ] Aggregate caching support
37
+ - [x] Aggregate caching support
38
+ - [ ] More tests
37
39
 
38
40
  ## Installation
39
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-cache-mongoose",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Cache plugin for mongoose",
5
5
  "author": "Alex Eagle",
6
6
  "license": "MIT",