We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff116f commit bc49b37Copy full SHA for bc49b37
.travis.yml
@@ -2,8 +2,6 @@ os:
2
- linux
3
language: node_js
4
node_js:
5
- - 0.6
6
- - 0.8
7
- 0.10
8
- 0.12
9
- 4.0
README.md
@@ -496,6 +496,11 @@ GET: `167ms` ( `1.67µs` per item )
496
SET: `356ms` ( `3.56µs` per item )
497
GET: `83ms` ( `0.83µs` per item )
498
499
+## Compatibility
500
+
501
+This module should work well until node `0.6.x`.
502
+But it's tested only until version `0.10.x`.
503
504
## Release History
505
|Version|Date|Description|
506
|:--:|:--:|:--|
0 commit comments