Skip to content

Releases: spuxx1701/jslibs

nest-utils: v1.0.0

31 Aug 21:14
30e35e7
Compare
Choose a tag to compare

1.0.0 (2024-08-31)

Features

  • Add EnvModule to help with loading and handling environment variables (641559f)
  • CustomLogger can now update its log level during runtime (7c6e92b)
  • Expose TestContainer and Supertest helper classes to help with testing Nest applications (797c471)
  • Implement TransformBooleanString transformer decorator (b2a567d)
  • Implement CustomLogger class (883fa99)
  • Implement HttpLoggingInterceptor (e7df43f)
  • Introduce AuthModule for handling authorization and authentication through OIDC (0d3cdd7)

Bug Fixes

  • EnvModule now properly loads environment variables when being accessed (2a8f661)

Documentation

js-utils: v1.0.0

31 Aug 21:14
30e35e7
Compare
Choose a tag to compare

1.0.0 (2024-08-31)

Features

  • Add OmitFunctionMembers helper type (13fd2fc)
  • Include and export a couple of useful types (ce53634)
  • npm: Improved documentation in package.json files (d46e518)
  • readme: Improve documentation (b46811e)

Documentation

  • changelog: Documented initial release in changelog (36d7711)
  • Prepared changelogs for release-please changelog generation (a042005)

browser-utils: v1.2.0

31 Aug 21:14
30e35e7
Compare
Choose a tag to compare

1.2.0 (2024-08-31)

Features

  • readme: Improve documentation (b46811e)

js-utils: v0.2.0

31 Jul 23:27
78456fd
Compare
Choose a tag to compare

0.2.0 (2024-07-31)

Features

  • npm: Improved documentation in package.json files (d46e518)

browser-utils: v1.1.0

31 Jul 23:27
78456fd
Compare
Choose a tag to compare

1.1.0 (2024-07-31)

Features

  • npm: Improved documentation in package.json files (d46e518)

browser-utils: v1.0.0

31 Jul 23:00
d98e5a9
Compare
Choose a tag to compare

1.0.0 (2024-07-31)

⚠ BREAKING CHANGES

  • Moved several functionalities to new @spuxx/js-utils package

Features

  • deps: Removed @modyfi/vite-plugin-yaml from peerDependencies (0c8aed7)
  • Moved several functionalities to new @spuxx/js-utils package (8837bf8)

Bug Fixes