Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Releases: TooTallNate/node-degenerator

2.1.0

19 Oct 00:52
Compare
Choose a tag to compare

Minor Changes

  • Add compile() helper function: 44dfec5

2.0.0

18 Oct 19:41
Compare
Choose a tag to compare

Re-written to TypeScript, and outputs async functions now by default. You may still opt-in to generator functions by passing { output: 'generator' } as the 3rd parameter to the degenerator() function.

Major Changes

  • Update deps: 381e6c1
  • Drop Node.js 0.8, 0.10 and 0.12, add Node.js 8 from Travis: ba973dd
  • Remove Node 0.8 command for Travis-ci: 6dd5f22
  • Travis: drop Node 1, 2, 3 and add Node 9: c4183e8
  • Update deps: b54c1c0
  • Refactor to TypeScript: c1fe220
  • Delete .travis.yml: 5534648
  • Use GH Actions: 617c666
  • Require Node 6 or newer: c705bbc
  • Add options object with async output as default: 49952f0

Minor Changes

  • Turn function into generator only if function uses one of 'names': #10
  • Use Node native isRegExp(): f0cde54

Patches

Credits

Huge thanks to @idobh2 for helping!