Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.31 KB

RELEASE_NOTES.md

File metadata and controls

35 lines (25 loc) · 1.31 KB

RELEASE NOTES

2.0.0 Release

Breaking changes

Renaming ITopicConfig config properties to comply with naming scheme

The interface ITopicConfig property onFailMessage is renamed to failMessage.

Reason: on prefixes are only used to identify event fns. In addition, the readme had to be changed, because it was an outdated version of a previous implementation where there was indeed a topic specific event hook which was removed before GitHub publication.

Same thing for the property onFailResponse of ITopicConfig interface. It is renamed with the same reason to failoverResponse and its readme is updated as well.

Sorry for the inconvenience.

2.0.1 Release

Update dependencies to fix high vulnerabilities caused by webpack-dev-middleware sub dependency.

New Angular version: 17.3.1

2.0.2 Release

  • Update dependencies to fix high vulnerabilities
  • Remove HttpStatusCode.Locked from default retryOnStatusCodeList

2.0.3 Release

Just update package.json keywords for better search results

2.0.4 Release

Update missing keywords to artefact package.json (doh!)

2.0.5 Release

Update dependencies. Change to Angular 19.1.2