Skip to content

purrr 0.3.1

Compare
Choose a tag to compare
@lionel- lionel- released this 15 Mar 13:38
  • reduce() now forces arguments (#643).

  • Fixed an issue in partial() with generic functions (#647).

  • negate() now works with generic functions and functions with early
    returns.

  • compose() now works with generic functions again (#629, #639). Its
    set of unit tests was expanded to cover many edge cases.