Skip to content

Hamsters v5.5.6 Released!

Compare
Choose a tag to compare
@austinksmith austinksmith released this 15 Jun 13:33

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

  1. Fixed issues where final outputs would be erroneous when mixedOutput: true passed in params

Improvements

  1. Moved hamstersjs task creation from being a simple in memory object to being a full fledged class
  2. Memoization store is now a Least Recently Used Cache, with a max of 100 database entries

Hamsters.js Memoization