Skip to content

Releases: REDREDGROUP/nestjs

nestjs-openai@1.0.2

31 May 11:43
Compare
Choose a tag to compare

nestjs-openai@1.0.1

24 Apr 16:44
Compare
Choose a tag to compare

What's Changed

  • feat(nestjs-openai): openai core version update to 4.38.3 by @jieey1140 in #15

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-solapi@1.2.0...nestjs-openai@1.0.1

@redredgroup/nestjs-openai

1.0.1

Patch Changes

  • 35bfd70: The openai core version has been upgraded from 4.20.1 to 4.38.3.

nestjs-solapi@1.2.0

24 Feb 13:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-firebase-admin@1.1.2...nestjs-solapi@1.2.0

nestjs-firebase-admin@1.1.2

07 Dec 14:51
Compare
Choose a tag to compare

1.1.2

Patch Changes

  • 87b7b89: Fixed the error The default Firebase app already exists. in the serverlesss project.

What's Changed

  • fix(nestjs-firebase-admin): fix Firebase app is already initialized c… by @jieey1140 in #10
  • Add nestjs firebase admin example repo by @jieey1140 in #11

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-firebase-admin@1.1.1...nestjs-firebase-admin@1.1.2

nestjs-firebase-admin@1.1.1

06 Dec 07:02
Compare
Choose a tag to compare

1.1.1

Patch Changes

  • 3fbcba4: Removed unused code. Added backwards compatibility to README.md.

What's Changed

  • refactor(nestjs-firebase-admin): edit README.md, firebase admin servi… by @jieey1140 in #9

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-firebase-admin@1.1.0...nestjs-firebase-admin@1.1.1

nestjs-firebase-admin@1.1.0

05 Dec 18:04
Compare
Choose a tag to compare

IMPORTENT

The old nestjs-firebase-admin repo is no longer supported. address: https://github.com/REDREDGROUP/nestjs-firebase-admin
Now consolidated into the @redredgroup/nestjs repository.

1.1.0

Minor Changes

  • eb754fd: Migrated the existing repository for @redredgroup/nestjs-firebase-admin. The old repository is now read-only and archived.

    The overall code style has changed: it no longer follows the old recursive code style and can now be used in new ways.

What's Changed

  • feat(nestjs-firebase-admin): migrate nestjs firebase admin package by @jieey1140 in #8

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-solapi@1.1.1...nestjs-firebase-admin@1.2.0

nestjs-solapi@1.1.1

04 Dec 15:06
Compare
Choose a tag to compare
  • f8a5503: Added consoleVerificationMode in custom smsVerify. You can now use consoleVerificationMode in your local testing environment to pass verification by entering a verification code that is output to the console without sending a text.

What's Changed

  • feat(nestjs-solapi): add custom api verifiy consoleVerificationMode by @jieey1140 in #7

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/nestjs-solapi@1.1.0...nestjs-solapi@1.1.1

nestjs-solapi@1.1.0

04 Dec 08:29
Compare
Choose a tag to compare
  • e7afa89: Added SMS Verify feature to the custom solapi. Users can now use this feature to send a clean verification number instead of generating and sending a random code.

What's Changed

  • feat(nestjs-mixpanel): add nestjs example code by @jieey1140 in #3
  • feat(nestjs-project): refac project structure by @jieey1140 in #4
  • feat(nestjs-solapi): solapi packages by @jieey1140 in #5
  • feat(nestjs-solapi): sms verify custom func add by @jieey1140 in #6

Full Changelog: https://github.com/REDREDGROUP/nestjs/compare/v1.1.0...nestjs-solapi@1.1.0

v1.1.0

01 Dec 18:37
Compare
Choose a tag to compare
  • inject data from an Array of values by prefixing the role with Many.

What's Changed

  • feat(nestjs-mixpanel): add event method many func by @jieey1140 in #2

Full Changelog: v1.0.0...v1.1.0

v1.0.0

30 Nov 17:15
Compare
Choose a tag to compare

First release! 🎉🎉🎉

  • In 1.0.0, we've made all the features of the existing mixpanel package available in nestjs service. We haven't added any other custom features yet, but we plan to do so in the near future.

What's Changed

  • feat(nestjs-mixpanel): add mixpanel methods by @jieey1140 in #1

New Contributors

Full Changelog: https://github.com/REDREDGROUP/nestjs-mixpanel/commits/1.0.0