Skip to content

Releases: tafax/layerr

@layerr/http-v5.0.1

02 Mar 09:49
b81aaa5
Compare
Choose a tag to compare

5.0.1 (2022-03-02)

Bug Fixes

  • http: fix the never usage in the packages (bfec5f9), closes #112

@layerr/bus-v2.0.1

02 Mar 09:49
b81aaa5
Compare
Choose a tag to compare

2.0.1 (2022-03-02)

Bug Fixes

  • http: fix the never usage in the packages (bfec5f9), closes #112

@layerr/http-v5.0.0

01 Mar 16:55
c80f0a0
Compare
Choose a tag to compare

5.0.0 (2022-03-01)

Features

  • http: add ability to specify the request content type (f706143), closes #110

BREAKING CHANGES

  • http: Adding a new property in the RequestInterface to handle the content type. Any class
    that inherits from it should adapt itself.

@layerr/state-v1.0.0

09 Feb 16:39
62f1f8d
Compare
Choose a tag to compare

1.0.0 (2022-02-09)

Code Refactoring

  • all: move the dependencies as peer dependencies (549bf10), closes #108

Features

  • state: add the reactive state management package (002d0da), closes #104

BREAKING CHANGES

  • all: Now you have to installa manually the dependencies for the libraries

@layerr/http-v4.0.0

09 Feb 16:27
62f1f8d
Compare
Choose a tag to compare

4.0.0 (2022-02-09)

Code Refactoring

  • all: move the dependencies as peer dependencies (549bf10), closes #108

BREAKING CHANGES

  • all: Now you have to installa manually the dependencies for the libraries

@layerr/bus-v2.0.0

09 Feb 14:15
62f1f8d
Compare
Choose a tag to compare

2.0.0 (2022-02-09)

Code Refactoring

  • all: move the dependencies as peer dependencies (549bf10), closes #108

BREAKING CHANGES

  • all: Now you have to installa manually the dependencies for the libraries

@layerr/http-v2.4.0

26 Jan 15:55
662e166
Compare
Choose a tag to compare

2.4.0 (2022-01-26)

Features

  • bus: use decorator to map the handler in the bus (798a4f4), closes #100

@layerr/core-v1.2.0

26 Jan 15:48
662e166
Compare
Choose a tag to compare

1.2.0 (2022-01-26)

Features

  • bus: use decorator to map the handler in the bus (798a4f4), closes #100

@layerr/bus-v1.4.0

26 Jan 15:55
662e166
Compare
Choose a tag to compare

1.4.0 (2022-01-26)

Features

  • bus: use decorator to map the handler in the bus (798a4f4), closes #100

@layerr/http-v2.3.0

14 Jul 08:40
Compare
Choose a tag to compare

@layerr/http-v2.3.0 (2021-07-14)

Bug Fixes

  • http: now request clone does not duplicate version (3333545)

Features

  • http: create a factory for a standard request executor (ba9e506)