Skip to content

Releases: acelot/helpers

1.6.1

05 Apr 08:33
Compare
Choose a tag to compare
`repeat` helper moved to `Repeat` namespace

1.5.0

03 Apr 08:49
Compare
Choose a tag to compare
Testing in multiple PHP versions

1.4.0

28 Mar 03:36
Compare
Choose a tag to compare
New helper `ChunkIterator`

1.3.1

25 Jan 05:43
Compare
Choose a tag to compare
Now hooks accepts catched exception as argument

1.3.0: New Retry class helper with more features than function helpers

25 Jan 05:20
Compare
Choose a tag to compare
- Supports specific exception catching (instead of dummy Throwable catch)
- Supports hooks in catch block
- Getters/setters for all options

1.2.0: New retry helpers

24 Dec 04:49
Compare
Choose a tag to compare
- `retry_timeout` - Repeats the callback until the answer is returned or timeout occurs
- `retry_count` - Repeats the callback until the answer is returned or the callback starts N times

1.1.0

07 Sep 06:04
Compare
Choose a tag to compare
New common helper `get_by_path` and `req_by_path`

1.0.2

02 Aug 14:20
Compare
Choose a tag to compare
ext-json required by tests

1.0.1

02 Aug 04:55
Compare
Choose a tag to compare
Removed a duplicate TO_INT conversion from `tokenize`

1.0.0

02 Aug 04:17
Compare
Choose a tag to compare
Code climate badge added