Skip to content

Releases: jurchiks/commons

Minor, but BC-breaking Request updates

08 Feb 18:14
77fecdd
Compare
Choose a tag to compare
Merge pull request #34 from jurchiks/feature/#19-Request-improvements

Feature/#19 request improvements

Extracting DataAccessor/DataWriter main functionality into ArrayHelper

07 Feb 14:34
7b21b08
Compare
Choose a tag to compare

This functionality is too generic to be trapped in these traits alone.

Minor new features in Collection

07 Feb 14:27
793d686
Compare
Choose a tag to compare
  • Collection::every()
  • Collection::some()
    ~ ArrayList::remove(...$varargs)

Minor fixes

07 Feb 02:47
a7efff1
Compare
Choose a tag to compare
Merge pull request #31 from jurchiks/fixes

Fixes

Adding Psalm for QC

05 Feb 10:17
9838e68
Compare
Choose a tag to compare
Merge pull request #29 from jurchiks/feature/add-psalm

Feature/add Psalm

Adding Rector for QC

04 Feb 16:01
63f42b5
Compare
Choose a tag to compare
Merge pull request #28 from jurchiks/feature/add-rector

Feature/add Rector

New feature - short interval parser/builder

03 Feb 19:16
b0909ca
Compare
Choose a tag to compare
Merge pull request #27 from jurchiks/feature/short-interval-parser-bu…

…ilder

Feature/short interval parser/builder

Logger rework - dropping varargs, DRY.

31 Jan 16:21
05e9bc1
Compare
Choose a tag to compare
Merge pull request #26 from jurchiks/feature/#20-logger-rework

Feature/#20 logger rework

Logger Formatter & Writer extraction

29 Jan 22:38
082f1b3
Compare
Choose a tag to compare
Merge pull request #25 from jurchiks/feature/#20-logger-improvements

Feature/#20 logger improvements

0.8.3: Merge pull request #24 from jurchiks/feature/option-of

29 Jan 17:20
0631b4b
Compare
Choose a tag to compare
Adding two convenience methods to Option.