chore: ramda-adjunct v5.0.0

Vladimír Gorej
Ramda Adjunct
Published in
1 min readJun 3, 2024

--

ramda-adjunct@5.0.0

We’ve just released ramda-adjunct@5.0.0. This is a breaking change release which comes with full support for ramda@0.30.0 (see the ramda release notes what changed there). Note that 5.0.0 will only work with ramda ≥ 0.30.0. Ramda Adjunct npm package has been converted to hybrid ESM/CommonJS package (in fully backward compatible way), which allows even broader utilization of the library. The popularity of the Ramda Adjunct is still rising, we’re currently at 4 Million downloads per month.

BREAKING CHANGE — isNotEmpty

isNotEmpty has been moved from ramda-adjunct to ramda. It is no longer possible to import isNotEmpty from ramda-adjunct. The function must now be imported from ramda directly.

Before the 5.0.0 release

import { isNotEmpty } from 'ramda-adjunct';

After the 5.0.0 release

import { isNotEmpty } from 'ramda';

Like always, I end my article with the following axiom: Define your code-base as pure functions and lift them only if needed. And compose, compose, compose…

--

--

Vladimír Gorej
Ramda Adjunct

Certified Open Source Software Engineer, OSS contributor, author and content creator. OSS is my passion and my profession. GitHub Star.