Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@negezor negezor released this 19 Jun 10:11
· 135 commits to master since this release

[2.0.0] - 2019.06.19

🛑 BREAKING CHANGE

  • Export compose by default
  • Deleted MiddlewareStatus, use compose

🌟Highlights

  • Added Composer, a simple middleware compose builder
  • Added getLazyMiddleware, getTapMiddleware, getForkMiddleware, getEnforceMiddleware, getConcurrencyMiddleware snippets
  • Added mini-optimization for compose

🧪 Tests

  • Added tests for snippets
  • Added tests for Composer

🧹 Chore

  • Rewrited code with full types
  • Now using eslint instead of tslint
  • Rewritten benchmark with matcha on benchmark.js