Releases: lodash-php/lodash-php
Releases · lodash-php/lodash-php
0.1.0
Release 0.0.9
What's Changed
- Bump minimum PHP requirement to 7.2 by @pierredup in #40
- Update PHPStan to 1.10 by @pierredup in #39
- Add 6.x to property access because it blocks install in updated projects by @crazycodr in #42
New Contributors
- @crazycodr made their first contribution in #42
Full Changelog: 0.0.8...0.09
0.0.8
What's Changed
- Migrate from Travis to GH Actions by @pierredup in #29
- Various compatibility changes by @rkrx in #32
- Fixed potential bug in dropWhile by @rkrx in #33
- Remove vendor-bin and replace with proper dependencies by @pierredup in #34
- Add support for PHP8+ by @pierredup in #36
New Contributors
Full Changelog: 0.0.7...0.0.8
Release 0.0.7
Release 0.0.6
Release 0.0.5
Added Functions
- Function.wrap
- Function.partial
- Function.curry
- Function.unary
- Function.delay
- Function.rest
- Function.spread
- Function.flip
- Function.bindKey
- Function.bind
- Function.overArgs
- Function.once
- Function.before
- Function.ary
- Function.after
- Seq.chain
- Object.pick
- Object.pickBy
Fixes:
- Added missing dollar sign to 2 code examples variables (#10)
- Replace object type-hint to support PHP < 7.2
Release 0.0.4
Added functions:
- Collection.countBy
- Collection.every
- Collection.filter
- Collection.find
- Collection.findLast
- Collection.flatMap
- Collection.flatMapDeep
- Collection.flatMapDepth
- Collection.eachRight
- Collection.groupBy
- Collection.invokeMap
- Collection.keyBy
- Collection.orderBy
- Collection.partition
- Collection.reduce
- Collection.reduceRight
- Collection.reject
- Collection.sample
- Collection.sampleSize
- Collection.shuffle
- Collection.size
- Collection.some
- Function.negate
- Math.max
- Math.maxBy
Release 0.0.3
Added Functions
Version 0.0.2
Fix syntax error in composer.json
First Release
This is the first release which includes some basic core functions