Skip to content

Tags: acelot/helpers

Tags

1.6.1

Toggle 1.6.1's commit message
`repeat` helper moved to `Repeat` namespace

1.6.0

Toggle 1.6.0's commit message
New `repeat` helper - successor of retry helpers

1.5.0

Toggle 1.5.0's commit message
Testing in multiple PHP versions

1.4.0

Toggle 1.4.0's commit message
New helper `ChunkIterator`

1.3.1

Toggle 1.3.1's commit message
Now hooks accepts catched exception as argument

1.3.0

Toggle 1.3.0's commit message
New Retry class helper with more features than function helpers

- Supports specific exception catching (instead of dummy Throwable catch)
- Supports hooks in catch block
- Getters/setters for all options

1.2.0

Toggle 1.2.0's commit message
New retry helpers

- `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

Toggle 1.1.0's commit message
New common helper `get_by_path` and `req_by_path`

1.0.2

Toggle 1.0.2's commit message
ext-json required by tests

1.0.1

Toggle 1.0.1's commit message
Removed a duplicate TO_INT conversion from `tokenize`