Skip to content

Latest commit

 

History

History
107 lines (68 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

107 lines (68 loc) · 5.12 KB

2.3.1 (2024-03-13)

Continuous Integration
Code Style Changes
  • update documentation for multi-arch support (9eede6dc)

2.3.0 (2023-10-13)

Build System / Dependencies
  • update release version and base image version (fdddd018)
Bug Fixes
  • change PATH to camelCase (88452e6b)
  • fix access PATH_BASE for pug view (0c029c2e)
  • add validation api callback before generate otp (5005f4d0)
  • docker build error (9d4874f0)
  • add payload to post callback api (f017d473)
  • change attribute otp, change checkSchema for callback otp (a2332e9a)
New Features
  • add prefix route from env (c74ff4f4)
  • add optional function callback url when validate otp (7d5dfbff)
  • add validator date when get count request otp (03500e8d)
  • get count request otp by range date (fd044435)
  • add validated otp log & add attr cs at otp (f49d3919)

2.2.0 (2023-10-10)

Bug Fixes
  • add validation api callback before generate otp (5005f4d0)
  • docker build error (9d4874f0)
  • add payload to post callback api (f017d473)
  • change attribute otp, change checkSchema for callback otp (a2332e9a)
New Features
  • add optional function callback url when validate otp (7d5dfbff)
  • add validator date when get count request otp (03500e8d)
  • get count request otp by range date (fd044435)
  • add validated otp log & add attr cs at otp (f49d3919)

2.1.1 (2023-10-06)

Chores
  • upgrade baileys version to 6.5.0 (df57b4e7)
New Features
  • add expiredAt attribute to otp generation (5b875248)
Bug Fixes
  • cannot proces disappearing message (02e1250c)

2.1.0 (2023-08-09)

Build System / Dependencies
  • fixing dependencies (9e387a1d)
  • update docker compose (3fedfc79)
  • update release tag (d959bddf)
Chores
  • use logger over console (bad70b07)
  • update git ignore file (1fd08cd6)
  • upgrade baileys version to 6.4.0 (721740a2)
New Features
  • add otp request page (938f866e)
  • otp validation from recipient (a204a6c9)
  • request otp with custom message template (2170fc8a)
  • add otp-service for creation and validation (729dfcf0)
  • send message page (9c675608)
Bug Fixes
  • default session secret (18066999)
  • error response fixing (bbb902d7)
  • set submit button disabled when send form data (58e3f479)
  • formatter, otp action url encode, whatsapp service logger (a61865f3)
  • number formatting (77b476fe)
  • fixing formatting jid to phone number with cc (e21daa9f)
  • navbar collapse (70fe9e53)
Other Changes
  • full refactoring and styling (99808a4c)
Reverts
  • change default port to 80 (161e2455)
Code Style Changes
  • fixing express validation chain (9220b7fd)