Skip to content

Latest commit

 

History

History
144 lines (89 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

144 lines (89 loc) · 4.78 KB

Changelog

5.0.1 (2024-12-22)

Bug Fixes

  • allow sub class to override event methods (#24) (d1ffb61)

5.0.0 (2024-12-18)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Features

  • support cjs and esm both by tshy (#23) (cde6773)

4.2.1 (2022-12-17)

Bug Fixes


4.2.0 / 2022-12-09

features

4.1.0 / 2022-12-03

features

4.0.0 / 2022-12-03

features

others

3.6.0 / 2019-04-24

features

3.5.1 / 2018-09-27

fixes

3.5.0 / 2018-07-26

features

others

3.4.0 / 2017-11-24

features

3.3.0 / 2017-09-17

features

others

3.2.0 / 2017-06-26

  • feat: let options.initMethod support functions that return promise (#9)

3.1.1 / 2017-03-14

  • fix: avoid duplicate error handler (#8)

3.1.0 / 2017-02-17

  • feat: support client.await (#7)

3.0.1 / 2017-01-12

  • fix: initMethod should be lazy executed (#6)

3.0.0 / 2017-01-12

  • feat: [BREAKING_CHANGE] add ready with error and generator listener (#5)

2.0.1 / 2016-03-11

  • fix: use event.listeners

2.0.0 / 2016-03-11

  • refactor: listen on error synchronous

1.1.0 / 2015-11-14

  • refactor: drop 0.8 support
  • feat: support ready(flagOrFunction)

1.0.1 / 2014-11-06

  • remove .npmignore
  • add __filename, always show construct name
  • more pretty
  • refine error display
  • refactor(error): improve default error handler
  • fix travis
  • fix link