Skip to content

v0.47.0

Choose a tag to compare

@ascartabelli ascartabelli released this 16 Dec 10:19
· 140 commits to master since this release
  • renamed apply to application
  • renamed applyArgs to applyTo
  • clamp now converts to number its arguments and returns NaN if min is greater than max
  • removed wrap
  • Re-added apply as a left-curried version of application
  • Added clampWithin and isInstanceOf
  • Updated tests and doc comments