Ramda Versions Save

:ram: Practical functional Javascript

v0.18.0

8 years ago

See the upgrade guide for a description of the changes.

v0.17.1

8 years ago

See the upgrade guide for a description of the changes.

v0.17.0

8 years ago

See the upgrade guide for a description of the changes.

v0.16.0

8 years ago

See the upgrade guide for a description of the changes.

v0.15.1

8 years ago

See the upgrade guide for a description of the changes.

v0.15.0

8 years ago

See the upgrade guide for a description of the changes.

v0.14.0

9 years ago

Changes: https://github.com/ramda/ramda/compare/v0.13.0...v0.14.0

Removals:

  • :x: R.charAt #957
  • :x: R.charCodeAt #957
  • :x: R.func #957

Deprecations (to be removed in v0.15.0):

  • :floppy_disk: R.isNaN #988

Changes:

  • all equality functions now have Object.is/R.eq semantics #980
  • transducer property names are now prefixed with @@transducer/ #1006, #1019
  • R.and and R.or now dispatch to their respective methods if available #1017
  • R.converge now returns a function of appropriate length #985
  • R.converge now preserves context #1063
  • R.differenceWith can no longer return a sparse array #982
  • R.drop no longer returns a sparse array when given a negative count #1018
  • R.memoize now supports functions which take objects as arguments #1039
  • R.path now returns its second argument when given an empty path #979
  • R.pluck now works with transducers #1013
  • R.sort no longer performs a deep clone #1009
  • :warning: R.where now expects all the values of the spec object to be predicates #1036

Additions:

  • :new: R.adjust #973
  • :new: R.composeL #971
  • :new: R.dropRepeats #1007
  • :new: R.dropRepeatsWith #1007
  • :new: R.intersperse #1043
  • :new: R.lensIndex #971
  • :new: R.lensProp #971
  • :new: R.mean #974
  • :new: R.median #974
  • :new: R.pipeL #971
  • :new: R.toString #924
  • :new: R.uncurryN #972
  • :new: R.update #973
  • :new: R.whereEq #1036

v0.13.0

9 years ago

See the upgrade guide for a description of the changes.

v0.12.0

9 years ago

See the upgrade guide for a description of the changes.

v0.11.0

9 years ago

See the upgrade guide for a description of the changes.