readiness-manager
Version:
👨💼 Define when your app is ready
43 lines (23 loc) • 769 B
Markdown
# CHANGELOG
## 1.2.0 (19 January 2026)
- Migrated to platform sphinx
- Refactor to typescript(no breaking changes to the API)
- Add `debug` flag to analyze how long actions take to run.
## 1.1.4 (7 April 2022)
- Fix beacon initial execution, attempt was passed as index of the `forEach`.
## 1.1.3 (2 August 2021)
### Bug Fixes
- Fix `test/mocks` manager types.
## 1.1.2 (1 August 2021)
### Bug Fixes
- Align `package.json` `types` entry.
- Fix `ReadinessManager` interface declaration.
## 1.1.1 (2 March 2021)
### Bug Fixes
- Fix `defaultErrorHandler` to log error.
## 1.1.0 (7 December 2020)
### Improvements
- Adding `attempt` over `ActionExecutionError`.
## 1.0.1 (3 December 2020)
### Improvements
- Adding `chain` option to manager api methods.