Skip to content

Version 7.2.1

Compare
Choose a tag to compare
@notheotherben notheotherben released this 29 May 21:23
· 64 commits to main since this release

This patch release updates the mapReduce implementation to reduce the dependency on TypeScript type checking for reliable operation of the methods - instead using runtime checks to ensure that expected values are present. This should not only make them safer for pure JavaScript users but also simplify implementation constraints for TypeScript users. Thanks to @RagibHasin for #78 which addresses these issues.