Releases: spuxx1701/jslibs
Releases · spuxx1701/jslibs
js-utils: v1.3.0
nest-utils: v3.1.0
browser-utils: v1.3.0
nest-utils: v3.0.0
3.0.0 (2024-11-16)
⚠ BREAKING CHANGES
- testing: Migrate testing to separate package
- auth: Decouple
AuthModule
from express-openid-connect by forcing consumers to import theauth
middleware themselves and hand it over to this package
Features
- auth: Decouple
AuthModule
from express-openid-connect by forcing consumers to import theauth
middleware themselves and hand it over to this package (90ea1de) - testing: Migrate testing to separate package (f0f3c13)
Bug Fixes
- auth: Mark AuthModule as global module properly (e01d870)
nest-testing: v1.0.0
1.0.0 (2024-11-16)
⚠ BREAKING CHANGES
- container:
TestContainer
no longer implicitly includesAuthModule
, but instead detects when it has been provided
Features
nest-utils: v2.4.1
nest-utils: v2.4.0
2.4.0 (2024-11-06)
Features
- http: Implemented '@IncludeQueryParam` decorator (b7ebc57)
- transformers: Implemented
@TransformArrayString()
decorator andtransformArrayString()
function (8e77f0c) - transformers: Refactored
@TransformBooleanString
decorator and exposedtransformBooleanString()
function (a11da65)
Bug Fixes
- auth: Explicitly import and export
AuthGuard
(46d43b2)
js-utils: v1.2.0
js-utils: v1.1.2
js-utils: v1.1.1
1.1.1 (2024-11-02)
Bug Fixes
- http: Fixed a bug in
HttpClient
that would cause fetch responses not to be handled properly sometimes (98c69de) - http: Fixed a bug in
HttpClient
that would cause unhandled errors not to be thrown (a5d22a8) - http: Fixed a bug that would cause a wrong endpoint return type in case a transformer is used (50abbe8)
- http: Fixed an issue that would cause
invokeEndpoint
to break in case of an unexpected response type (0e3f7f8)