Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

v0.18.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dvdzkwsk dvdzkwsk released this 23 Jan 21:34
· 131 commits to master since this release

Migration path

  • Internal arity function no longer preserves this context. This should not affect the public API, but always be sure that you are not implicitly relying on this when working with redash.

Features

  • Added clamp.
  • Added groupBy.
  • Added takeUntil.
  • Added trace.
  • Added transform.
  • Added flatMap alias for chain.

Improvements

  • concat now dispatches to the first argument's concat method.
  • concat now supports strings.
  • curry now supplies all arguments to the wrapped function. This improves support for functions that do not properly report their arities.
  • filter now works for objects.
  • reject now works for objects.