File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0 ( Tue Apr 25 2023 11:53:08 GMT+0100 (CEST) )
2
+
3
+ ## Breaking change
4
+ - store data in memory by default
5
+ ([ 73d4607f] ( https://github.com/wallet77/nodejs-versions/commit/73d4607fa39e222dd1d22afe58644cc2db1e601d ) )
6
+
7
+
1
8
## 1.0.7 ( Mon Jun 14 2021 17:08:08 GMT+0200 (CEST) )
2
9
3
10
## Drop support of Node 10
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ If you don't provide a version it will take into account process.version as curr
22
22
23
23
Only 2 dependencies.
24
24
25
+ By default it stores data in memory, you can override this behavior and save data on the disk with the env var:
26
+ ``` console
27
+ $ NODEJS_VERSION_CACHE=file node index.js
28
+ ```
29
+
25
30
# Compatibility
26
31
27
32
| Version | Supported | Tested |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodejs-versions" ,
3
- "version" : " 1 .0.13 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " Provides information about all NodeJs version and releases." ,
5
5
"private" : false ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments