Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

62 lines (33 loc) · 1.98 KB

Changelog

3.4.0 (2024-12-18)

Features

  • export hasReadyCallbacks getter (#7) (8b09b7c)

3.3.0 (2024-12-18)

Features

  • export isReady and readyError getter (#6) (cce2f08)

3.2.0 (2024-12-15)

Features

  • merge Ready and EventEmitter (#5) (bb049ea)

3.1.0 (2023-10-10)

Features

3.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • Drop Node.js < 16.13.0 support

eggjs/core#264

Features

2.0.1 / 2017-02-09

  • fix: it should reject error when ready return promise (#3)

2.0.0 / 2017-02-08

  • feat: [BREAKING_CHANGE] reimplement get-ready (#2)
  • fix typo on readme

1.0.0 / 2015-09-29

  • chore: use eslint and es6
  • test: add test with co
  • travis: test on node(1,2,3,4)
  • feat: support promise
  • fork from supershabam/ready