This repository has been archived by the owner on Dec 15, 2021. It is now read-only.
Releases: adambrgmn/frans
Releases · adambrgmn/frans
v1.0.0
1.0.0 (2018-01-16)
Bug Fixes
- allPass/anyPass: Fix wrong args being applied (e70a44e)
- assocPath: Fix nested arrays and objects (1a2e7ff)
- flow: Strip flow types (6cb004d)
- Update index export (e3b6b59)
- internal: Unify all function signatures (d65b35b)
- keys: Initialize internal keys as iife (c1287e5)
- map: Make map accept objects (83a51e3)
- pipe-compose: Get compose from pipe (563ebe1)
- pipeP: Remove async keyword (b969086)
- reverse: Move declarations inside fn scope (c296dda)
- reverse: Use isArray-module (24cb477)
Features
- add: Add module add (654ad5a)
- addIndex: Add module addIndex (e04e857)
- adjust: Add module adjust (aac6fc4)
- all: Add module all (0ba4e9a)
- always: Add module always (f0b3469)
- any: Run a list through a predicate function and return true if anyone passes (4974d14)
- append: Add module append (5be3fd8)
- assoc: Add module assoc (8ec319d)
- assocPath: Add module assocPath (5409638)
- both: Add module both (c020c22)
- clamp: Add module clamp (2bcd328)
- comparator: Add module comparator (fa73616)
- complement: Add module complement (e8a3b69)
- composeP: Add module composeP (1705dfc)
- concat: Add method concat (d035090)
- countBy: Add module countBy (c502e04)
- createCache: Add internal module createCache (9cf19f6)
- debounce: Add module debounce (5e49f02)
- dec: Add module dec (d3fa003)
- devDep: Upgrade frans-scripts (24c7efa)
- dissoc: Add module dissoc (d84c104)
- divide: Add module divide (aab06c4)
- either: Add module either (356f9b4)
- F: Add module F (a0a4e99)
- groupBy: Add module groupBy (ef70be4)
- has: Add module has (51e1105)
- inc: Add module inc (ec0df8e)
- insert: Add module insert (fdfe289)
- is: Add module is (c205a9f)
- isFunction: Add module isFunction (1ffd14d)
- isNil: Add module isNil (14c6544)
- isNumber: Add module isNumber (72dfa4a)
- isObject: Add module isObject (e7e62f0)
- isString: Add mocule isString (2aeb361)
- join: Add module join (8ce40aa)
- keys: Add module keys (c10fa0e)
- length: Add module length (812aba5)
- mean: Add module mean (dc02100)
- median: Add module median (4718073)
- memoizeWith: Add module memoizeWith (d4ec719)
- memoizeWithP: Add module memoizeWithP (0a56468)
- modulo: Add module modulo (40acd7c)
- multiply: Add module multiply (f210d7b)
- negate: Add module negate (7f5c530)
- pass: Add allPass and anyPass (e94623b)
- path: Add module path (739fafc)
- pipeP: Add module pipeP (ff255df)
- pluck: Add module pluck (23e084a)
- prepend: Add module prepend (da5af54)
- product: Add module product (46916ba)
- range: Add module range (6aba6e7)
- reduceBy: Add module reduceBy (5f46a10)
- remove: Add module remove (e97b5b6)
- sort: Add module sort (c8ee24c)
- split: Add module split (cb09378)
- subtract: Add module subtract (3ba5b1c)
- sum: Add module sum (f25cdd4)
- T: Add module T (4db1360)
- tap: Add module tap (8d744db)
- throttle: Add module throttle (3875cff)
- type: Add module type (2015b9d)
- update: Add module update (6735d8c)
- values: Add module values (5d6fab1)