Skip to content

v11.0.0

Choose a tag to compare

@kukjevov kukjevov released this 08 Jun 12:43

Features

  • new ERROR_HANDLING_REST_MIDDLEWARES_ORDER constant, that represents definition of array of rest middlewares order including error handling middleware
  • new middlewareTypes type, that represents array of middleware names that are available in error-handling library
  • new REST_ERROR_HANDLING_MIDDLEWARE_ORDER provider, that is provider for rest middleware order with error handling middleware
  • updated ClientErrorHandlingMiddleware middleware, now middleware type has static id to correspond with RestMiddlewareType<RestMiddleware>

BREAKING CHANGES

  • minimal supported version of @angular is 14.0.0
  • minimal supported version of @anglr/rest is 12.0.0
  • minimal supported version of @anglr/common is 11.2.0
  • dropped support of NodeJs version 12