Hamsters v5.5.6 Released!
We're happy to release version 5.5.6 of Hamsters.js, this release fixes a bug when mixedOutput: true is passed in the params object and also cleans up the library architecture a little by moving hamsters.js tasks into their own class for creation. As well as some improvements to the memoization store, now its a LRU cache with a maximum of 100 entries in the database preventing memory usage from growing infinitely.
See the list below.
Bug Fixes
- Fixed issues where final outputs would be erroneous when mixedOutput: true passed in params
Improvements
- Moved hamstersjs task creation from being a simple in memory object to being a full fledged class
- Memoization store is now a Least Recently Used Cache, with a max of 100 database entries