hbs icon indicating copy to clipboard operation
hbs copied to clipboard

feat(lib): updates code to use es6 and promise based async

Open mfdebian opened this issue 3 months ago • 2 comments

This PR adds a bunch of changes to the core lib files but basically does 2 things asked for in #203:

  • [x] Drops support for Node.js below 6
  • [x] Add promise support to async helpers

it also makes the code es6 compliant.

I've intentionally not touched any tests (besides replacing var) and not changed anything in the intended behavior of the library.

mfdebian avatar Sep 13 '25 01:09 mfdebian