Skip to content

Rewrite in Typescript

Compare
Choose a tag to compare
@thetutlage thetutlage released this 27 Jun 08:49
· 283 commits to develop since this release

The release is a re-write from scratch in Typescript with most of the API is same, apart from handful of changes. Recommend you to read AdonisJs upgrade guide for more info

  • chore: npm test run tests via docker f472c05
  • feat: add support for defining listeners as ioc container bindings d4415eb
  • docs(readme): update readme c6667fc
  • feat: add adonis provider 196c1b1
  • feat: add quitAll and disconnectAll methods 822bc95
  • feat: add Redis module to manage multiple factory connections 46ae263
  • refactor: move AbstractFactory to a folder 5d115b9
  • chore: add docker support for running 45e8ccf
  • ci: add redis to build process 3fc0ad7
  • feat: add redis cluster factory c4dc175
  • feat: add RedisFactory for creating redis connections 125a8cd
  • feat: initiate new project e067c2f
  • chore(package): run test coverage only on CI 58e34af
  • chore: remove package-lock 5470bce

v2.0.8...v3.0.0