Skip to content

Releases: spuxx1701/jslibs

js-utils: v1.3.0

29 Dec 18:47
7f47f1f
Compare
Choose a tag to compare

1.3.0 (2024-12-29)

Features

  • http: Implemented new transformFetchJson() util function (cae5dc2)

nest-utils: v3.1.0

16 Dec 09:23
5bc700a
Compare
Choose a tag to compare

3.1.0 (2024-12-16)

Features

  • Implemented new service mixin LocalStorageMixin (66f6b1d)

browser-utils: v1.3.0

16 Dec 09:23
5bc700a
Compare
Choose a tag to compare

1.3.0 (2024-12-16)

Features

  • Implemented new service mixin LocalStorageMixin (66f6b1d)

nest-utils: v3.0.0

16 Nov 10:28
eb696ca
Compare
Choose a tag to compare

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 the auth middleware themselves and hand it over to this package

Features

  • auth: Decouple AuthModule from express-openid-connect by forcing consumers to import the auth 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

16 Nov 10:28
eb696ca
Compare
Choose a tag to compare

1.0.0 (2024-11-16)

⚠ BREAKING CHANGES

  • container: TestContainer no longer implicitly includes AuthModule, but instead detects when it has been provided

Features

  • container: TestContainer no longer implicitly includes AuthModule, but instead detects when it has been provided (784da85)
  • testing: Implemented new package @spuxx/nest-testing (a9719e2)

nest-utils: v2.4.1

07 Nov 13:52
caa2f17
Compare
Choose a tag to compare

2.4.1 (2024-11-07)

Bug Fixes

  • transformers: Fixed an issue with transformBooleanString() where undefined or nullish values would become false (eaee6ee)

nest-utils: v2.4.0

06 Nov 19:34
4dbf43c
Compare
Choose a tag to compare

2.4.0 (2024-11-06)

Features

  • http: Implemented '@IncludeQueryParam` decorator (b7ebc57)
  • transformers: Implemented @TransformArrayString() decorator and transformArrayString() function (8e77f0c)
  • transformers: Refactored @TransformBooleanString decorator and exposed transformBooleanString() function (a11da65)

Bug Fixes

  • auth: Explicitly import and export AuthGuard (46d43b2)

js-utils: v1.2.0

06 Nov 19:34
4dbf43c
Compare
Choose a tag to compare

1.2.0 (2024-11-06)

Features

  • utils: Add isEmptyArray function (5ae1597)

js-utils: v1.1.2

03 Nov 13:47
8f5a04d
Compare
Choose a tag to compare

1.1.2 (2024-11-03)

Bug Fixes

  • http: Prevent transformer from being called after an error (a953ab5)

js-utils: v1.1.1

02 Nov 22:18
e6747be
Compare
Choose a tag to compare

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)