Skip to content

Version v5.3.2 Released!

Compare
Choose a tag to compare
@austinksmith austinksmith released this 12 Jul 01:26

Hamsters.js v5.3.2 is officially live! - THIS IS A HOTFIX PATCH RELEASE FOR V5.3.1

V5.3.2 Hot Fix Patch Updates

  • Restores Internet Explorer 10 Support
  • Fixes incorrect detection of available threads

V5.3.1 Updates

  • Fixed all outstanding Node.js bugs including legacy fallback mode and Node.js native worker implementation support
  • Simplified initializing library logic to reduce startup time and memory allocation
  • Simplified main library logic to improve performance while library is running and reduce memory allocation
  • Refactored old logic to be cleaner
  • Removed explicit fallback support for Kindle3 Devices and Internet Explorer 10 Mobile Devices
  • Fixed bug reducing performance of transferable objects, massive performance gains observed
  • Reorganized library structure to improve maintainability
  • Initialization method no longer removed from library at startup
  • Now exposing internal habitat keys variable
  • Moved common folder outside core folder
  • Renamed common/rnHamsterWheel.js to common/reactNative.js
  • Created common/node.js file
  • Renamed /common/hamstersWheel.js to /common/internetExplorer.js

Enjoy!

Hamsters.js v5.3.2 is officially live