Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ramda 27 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions dist/kefir.ramda.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var all = /*#__PURE__*/K.lift(R.all);
var allPass = /*#__PURE__*/K.liftRec(R.allPass);
var always = /*#__PURE__*/K.liftRec(R.always);
var and = /*#__PURE__*/K.lift(R.and);
var andThen = /*#__PURE__*/K.lift(R.andThen);
var any = /*#__PURE__*/K.lift(R.any);
var anyPass = /*#__PURE__*/K.liftRec(R.anyPass);
var ap = /*#__PURE__*/K.lift(R.ap);
Expand Down Expand Up @@ -171,6 +172,7 @@ var mergeWithKey = /*#__PURE__*/K.lift(R.mergeWithKey);
var min = /*#__PURE__*/K.lift(R.min);
var minBy = /*#__PURE__*/K.lift(R.minBy);
var modulo = /*#__PURE__*/K.lift(R.modulo);
var move = /*#__PURE__*/K.lift(R.move);
var multiply = /*#__PURE__*/K.lift(R.multiply);
var nAry = /*#__PURE__*/K.liftRec(R.nAry);
var negate = /*#__PURE__*/K.lift(R.negate);
Expand All @@ -194,6 +196,7 @@ var path = /*#__PURE__*/K.lift(R.path);
var pathEq = /*#__PURE__*/K.lift(R.pathEq);
var pathOr = /*#__PURE__*/K.lift(R.pathOr);
var pathSatisfies = /*#__PURE__*/K.lift(R.pathSatisfies);
var paths = /*#__PURE__*/K.lift(R.paths);
var pick = /*#__PURE__*/K.lift(R.pick);
var pickAll = /*#__PURE__*/K.lift(R.pickAll);
var pickBy = /*#__PURE__*/K.lift(R.pickBy);
Expand Down Expand Up @@ -257,7 +260,6 @@ var takeLastWhile = /*#__PURE__*/K.lift(R.takeLastWhile);
var takeWhile = /*#__PURE__*/K.lift(R.takeWhile);
var tap = /*#__PURE__*/K.lift(R.tap);
var test = /*#__PURE__*/K.lift(R.test);
var then = /*#__PURE__*/K.lift(R.then);
var thunkify = /*#__PURE__*/K.liftRec(R.thunkify);
var times = /*#__PURE__*/K.lift(R.times);
var toLower = /*#__PURE__*/K.lift(R.toLower);
Expand Down Expand Up @@ -292,6 +294,7 @@ var when = /*#__PURE__*/K.lift(R.when);
var where = /*#__PURE__*/K.lift(R.where);
var whereEq = /*#__PURE__*/K.lift(R.whereEq);
var without = /*#__PURE__*/K.lift(R.without);
var xor = /*#__PURE__*/K.lift(R.xor);
var xprod = /*#__PURE__*/K.lift(R.xprod);
var zip = /*#__PURE__*/K.lift(R.zip);
var zipObj = /*#__PURE__*/K.lift(R.zipObj);
Expand All @@ -307,6 +310,7 @@ exports.all = all;
exports.allPass = allPass;
exports.always = always;
exports.and = and;
exports.andThen = andThen;
exports.any = any;
exports.anyPass = anyPass;
exports.ap = ap;
Expand Down Expand Up @@ -438,6 +442,7 @@ exports.mergeWithKey = mergeWithKey;
exports.min = min;
exports.minBy = minBy;
exports.modulo = modulo;
exports.move = move;
exports.multiply = multiply;
exports.nAry = nAry;
exports.negate = negate;
Expand All @@ -461,6 +466,7 @@ exports.path = path;
exports.pathEq = pathEq;
exports.pathOr = pathOr;
exports.pathSatisfies = pathSatisfies;
exports.paths = paths;
exports.pick = pick;
exports.pickAll = pickAll;
exports.pickBy = pickBy;
Expand Down Expand Up @@ -512,7 +518,6 @@ exports.takeLastWhile = takeLastWhile;
exports.takeWhile = takeWhile;
exports.tap = tap;
exports.test = test;
exports.then = then;
exports.thunkify = thunkify;
exports.times = times;
exports.toLower = toLower;
Expand Down Expand Up @@ -547,6 +552,7 @@ exports.when = when;
exports.where = where;
exports.whereEq = whereEq;
exports.without = without;
exports.xor = xor;
exports.xprod = xprod;
exports.zip = zip;
exports.zipObj = zipObj;
Expand Down
9 changes: 6 additions & 3 deletions dist/kefir.ramda.es.js

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions dist/kefir.ramda.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
var allPass = /*#__PURE__*/K.liftRec(R.allPass);
var always = /*#__PURE__*/K.liftRec(R.always);
var and = /*#__PURE__*/K.lift(R.and);
var andThen = /*#__PURE__*/K.lift(R.andThen);
var any = /*#__PURE__*/K.lift(R.any);
var anyPass = /*#__PURE__*/K.liftRec(R.anyPass);
var ap = /*#__PURE__*/K.lift(R.ap);
Expand Down Expand Up @@ -170,6 +171,7 @@
var min = /*#__PURE__*/K.lift(R.min);
var minBy = /*#__PURE__*/K.lift(R.minBy);
var modulo = /*#__PURE__*/K.lift(R.modulo);
var move = /*#__PURE__*/K.lift(R.move);
var multiply = /*#__PURE__*/K.lift(R.multiply);
var nAry = /*#__PURE__*/K.liftRec(R.nAry);
var negate = /*#__PURE__*/K.lift(R.negate);
Expand All @@ -193,6 +195,7 @@
var pathEq = /*#__PURE__*/K.lift(R.pathEq);
var pathOr = /*#__PURE__*/K.lift(R.pathOr);
var pathSatisfies = /*#__PURE__*/K.lift(R.pathSatisfies);
var paths = /*#__PURE__*/K.lift(R.paths);
var pick = /*#__PURE__*/K.lift(R.pick);
var pickAll = /*#__PURE__*/K.lift(R.pickAll);
var pickBy = /*#__PURE__*/K.lift(R.pickBy);
Expand Down Expand Up @@ -256,7 +259,6 @@
var takeWhile = /*#__PURE__*/K.lift(R.takeWhile);
var tap = /*#__PURE__*/K.lift(R.tap);
var test = /*#__PURE__*/K.lift(R.test);
var then = /*#__PURE__*/K.lift(R.then);
var thunkify = /*#__PURE__*/K.liftRec(R.thunkify);
var times = /*#__PURE__*/K.lift(R.times);
var toLower = /*#__PURE__*/K.lift(R.toLower);
Expand Down Expand Up @@ -291,6 +293,7 @@
var where = /*#__PURE__*/K.lift(R.where);
var whereEq = /*#__PURE__*/K.lift(R.whereEq);
var without = /*#__PURE__*/K.lift(R.without);
var xor = /*#__PURE__*/K.lift(R.xor);
var xprod = /*#__PURE__*/K.lift(R.xprod);
var zip = /*#__PURE__*/K.lift(R.zip);
var zipObj = /*#__PURE__*/K.lift(R.zipObj);
Expand All @@ -306,6 +309,7 @@
exports.allPass = allPass;
exports.always = always;
exports.and = and;
exports.andThen = andThen;
exports.any = any;
exports.anyPass = anyPass;
exports.ap = ap;
Expand Down Expand Up @@ -437,6 +441,7 @@
exports.min = min;
exports.minBy = minBy;
exports.modulo = modulo;
exports.move = move;
exports.multiply = multiply;
exports.nAry = nAry;
exports.negate = negate;
Expand All @@ -460,6 +465,7 @@
exports.pathEq = pathEq;
exports.pathOr = pathOr;
exports.pathSatisfies = pathSatisfies;
exports.paths = paths;
exports.pick = pick;
exports.pickAll = pickAll;
exports.pickBy = pickBy;
Expand Down Expand Up @@ -511,7 +517,6 @@
exports.takeWhile = takeWhile;
exports.tap = tap;
exports.test = test;
exports.then = then;
exports.thunkify = thunkify;
exports.times = times;
exports.toLower = toLower;
Expand Down Expand Up @@ -546,6 +551,7 @@
exports.where = where;
exports.whereEq = whereEq;
exports.without = without;
exports.xor = xor;
exports.xprod = xprod;
exports.zip = zip;
exports.zipObj = zipObj;
Expand Down
2 changes: 1 addition & 1 deletion dist/kefir.ramda.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kefir.ramda",
"version": "0.26.0",
"version": "0.27.0",
"description": "Ramda functions lifted to work on Kefir properties",
"module": "dist/kefir.ramda.es.js",
"main": "dist/kefir.ramda.cjs.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"karet.lift": "^2.1.0",
"ramda": "^0.26.0"
"ramda": "^0.27.0"
},
"peerDependencies": {
"kefir": "^3.7.0"
Expand Down
5 changes: 4 additions & 1 deletion scripts/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const needsLiftRec = new Map(
allPass: {needs: 1, arity: 1},
always: {needs: 1, arity: 1},
and: {needs: 0, arity: 2},
andThen: {needs: 0, arity: 2},
any: {needs: 0, arity: 2},
anyPass: {needs: 1, arity: 1},
ap: {needs: 0, arity: 2},
Expand Down Expand Up @@ -165,6 +166,7 @@ const needsLiftRec = new Map(
min: {needs: 0, arity: 2},
minBy: {needs: 0, arity: 3},
modulo: {needs: 0, arity: 2},
move: {needs: 0, arity: 3},
multiply: {needs: 0, arity: 2},
nAry: {needs: 1, arity: 2},
negate: {needs: 0, arity: 1},
Expand All @@ -185,6 +187,7 @@ const needsLiftRec = new Map(
partialRight: {needs: 1, arity: 2},
partition: {needs: 0, arity: 2},
path: {needs: 0, arity: 2},
paths: {needs: 0, arity: 2},
pathEq: {needs: 0, arity: 3},
pathOr: {needs: 0, arity: 3},
pathSatisfies: {needs: 0, arity: 3},
Expand Down Expand Up @@ -249,7 +252,6 @@ const needsLiftRec = new Map(
takeWhile: {needs: 0, arity: 2},
tap: {needs: 0, arity: 2},
test: {needs: 0, arity: 2},
then: {needs: 0, arity: 2},
thunkify: {needs: 1, arity: 1},
times: {needs: 0, arity: 2},
toLower: {needs: 0, arity: 1},
Expand Down Expand Up @@ -284,6 +286,7 @@ const needsLiftRec = new Map(
where: {needs: 0, arity: 2},
whereEq: {needs: 0, arity: 2},
without: {needs: 0, arity: 2},
xor: {needs: 0, arity: 2},
xprod: {needs: 0, arity: 2},
zip: {needs: 0, arity: 2},
zipObj: {needs: 0, arity: 2},
Expand Down
5 changes: 4 additions & 1 deletion src/kefir.ramda.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const all = K.lift(R.all)
export const allPass = K.liftRec(R.allPass)
export const always = K.liftRec(R.always)
export const and = K.lift(R.and)
export const andThen = K.lift(R.andThen)
export const any = K.lift(R.any)
export const anyPass = K.liftRec(R.anyPass)
export const ap = K.lift(R.ap)
Expand Down Expand Up @@ -184,6 +185,7 @@ export const mergeWithKey = K.lift(R.mergeWithKey)
export const min = K.lift(R.min)
export const minBy = K.lift(R.minBy)
export const modulo = K.lift(R.modulo)
export const move = K.lift(R.move)
export const multiply = K.lift(R.multiply)
export const nAry = K.liftRec(R.nAry)
export const negate = K.lift(R.negate)
Expand All @@ -207,6 +209,7 @@ export const path = K.lift(R.path)
export const pathEq = K.lift(R.pathEq)
export const pathOr = K.lift(R.pathOr)
export const pathSatisfies = K.lift(R.pathSatisfies)
export const paths = K.lift(R.paths)
export const pick = K.lift(R.pick)
export const pickAll = K.lift(R.pickAll)
export const pickBy = K.lift(R.pickBy)
Expand Down Expand Up @@ -278,7 +281,6 @@ export const takeLastWhile = K.lift(R.takeLastWhile)
export const takeWhile = K.lift(R.takeWhile)
export const tap = K.lift(R.tap)
export const test = K.lift(R.test)
export const then = K.lift(R.then)
export const thunkify = K.liftRec(R.thunkify)
export const times = K.lift(R.times)
export const toLower = K.lift(R.toLower)
Expand Down Expand Up @@ -313,6 +315,7 @@ export const when = K.lift(R.when)
export const where = K.lift(R.where)
export const whereEq = K.lift(R.whereEq)
export const without = K.lift(R.without)
export const xor = K.lift(R.xor)
export const xprod = K.lift(R.xprod)
export const zip = K.lift(R.zip)
export const zipObj = K.lift(R.zipObj)
Expand Down