Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "lru-native", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "a native LRU cache implementation", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -96,1 +96,7 @@ node-lru-native | ||
Returns a hash containing internal information about the cache. | ||
# Changelog | ||
- 0.3.0 -- Changed memory allocation strategy, fixed issue where remove() would do a seek through the LRU list, code cleanup | ||
- 0.2.0 -- Fixed issue where maxAge-based removal would result in a seek through the LRU list | ||
- 0.1.0 -- Initial release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18104
102