All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2024-10-28)
- notify: package.json (6caf0ee) by @AliMD
2.0.1 (2024-10-28)
- api version (4037d17) by @AliMD
- rename api folder (951731a) by @AliMD
2.0.0 (2024-10-28)
- add
.github
configs based onweaver-starter-kit
(296e169) by @mohammadhonarvar - add
deploy
directory (92e87ee) by @mohammadhonarvar - add
telegram-message-sender
package (f6d8e3e) by @mohammadhonarvar - add a
demo.http
(dc62296) by @mohammadhonarvar - getAuthBearer (836ac0c) by @AliMD
- notifier-api: add a new route to create a category (dc91839) by @mohammadhonarvar
- notifier-api: Add parseBodyAsJson handler (2cf2b13) by @AliMD
- notifier-api: start the bot & handle errors (3f24b61) by @mohammadhonarvar
- notifier-api: use
AlwatrHashGenerator
(0cbdca7) by @mohammadhonarvar - notifier-api: use
hashGenerator
& save data (572fe39) by @mohammadhonarvar - notify: new notify package (42cb4b6) by @AliMD
- requireAccessToken handler (6b0961b) by @AliMD
- telegram: add
cryptoFactory
(dc0ddd1) by @mohammadhonarvar - telegram: add
Dockerfile
(4ae0796) by @mohammadhonarvar - telegram: add
getUnsubscribeInlineKeyboardData
to reuse (c2bc35a) by @mohammadhonarvar - telegram: add
new_group
command to create a group (89115a7) by @mohammadhonarvar - update logger (c983ffc) by @njfamirm
- use
getEnv
to readenv
s (#253) (64c2ce0) by @mohammadhonarvar
- .github: some issues (5f0fbb2) by @mohammadhonarvar
- api: package name (59b313b) by @AliMD
- config: add
botAdminChatId
(a13bc57) by @mohammadhonarvar - deploy:
env
values (ad5dff9) by @mohammadhonarvar - notifier-api: add missing
/
for routes (91fc2e9) by @mohammadhonarvar - review amd fix routes (f57a0eb) by @AliMD
- telegram-message-sender:
version
& make it public (207c598) by @mohammadhonarvar - telegram-message-sender: use
accessToken
(7b43343) by @mohammadhonarvar - telegram: add a missing
import
& format (66d4297) by @mohammadhonarvar - telegram: check the access to run the command (ed723af) by @mohammadhonarvar
- telegram: read
dropPendingUpdates
fromenv
object (db3380a) by @mohammadhonarvar - telegram: remove creating a group as default when it doesn't exist (d72f8a3) by @mohammadhonarvar
- telegram: start
bot
(f1b1186) by @mohammadhonarvar - telegram: types (45e4579) by @mohammadhonarvar
- telegram: validate
groupId
(5311b39) by @mohammadhonarvar - update
scripts
(e06afbe) by @mohammadhonarvar - vscode: vscode sdk (1150911) by @njfamirm
- add the basic structure from
nanolib
(f0ba631) by @mohammadhonarvar - config: cleanup (a6353d6) by @AliMD
- db: review and enhance (f32868e) by @AliMD
- deploay: add some changes based on
weaver-starter-kit
(aa7aebc) by @mohammadhonarvar - new-category: rewrite new category route (f83c301) by @AliMD
- notifier-api: add some pre-handlers & complete the process of
notify
route & cleanup codes (458be1d) by @mohammadhonarvar - notifier-api: copy path in
Dockerfile
(0272483) by @mohammadhonarvar - notifier-api: import
pre-handlers
fromnanotorn
(98f1cc6) by @mohammadhonarvar - notifier-api: Refactor bot.ts and main.ts (f09d1fd) by @AliMD
- notifier-api: Remove unused hashGenerator (9c270f7) by @AliMD
- notifier-api: rename all
group
s tocategory
(56901b0) by @mohammadhonarvar - notifier-api: rename all
group
s tocategory
(2db1baf) by @mohammadhonarvar - notifier-api: rename nitrobase (71d459a) by @AliMD
- notifier-api: Rename package to "telegram-notifier" (5be8cfe) by @AliMD
- notifier-api: rewrite notify route (cead5b1) by @AliMD
- notifier-api: Update bot start method and error handling (3d1f585) by @AliMD
- notifier-api: Update config.ts to use telegramBot instead of bot (ac3eaf9) by @AliMD
- notifier-api: Update escapeMessage function to use regex for character escaping (254fa35) by @AliMD
- notifier-api: Update home route to return JSON response (7ec4e0e) by @AliMD
- notifier-api: Update i18n message function and resource keys (c02db00) by @AliMD
- notifier-api: Update import path for config in server.ts (abe1171) by @AliMD
- notifier-api: Update import path for nitrobase in nitrobase.ts (5e3ef41) by @AliMD
- notifier-api: Update notify-validation handler to validate category and message inputs (64be082) by @AliMD
- notifier-api: Update notifyRoute to use notifyValidation and notifyTelegram (09a4a6d) by @AliMD
- notifier-api: Update notifyTelegram function to send messages to all members of a category (f0a6847) by @AliMD
- notifier-api: Update parseBodyAsJson handler to use JsonObject type (baadde0) by @AliMD
- notifier-api: update requireAccessToken function (9a1c02c) by @AliMD
- notifier-api: Update start-command to add user to category members list (98db565) by @AliMD
- notifier-api: Update type definitions for Category, Member, and NotifyOption (a1b5d35) by @AliMD
- notify: review and enhance (adb18f5) by @AliMD
- packages: rename
telegram
tonotifier-api
(a01c9a1) by @mohammadhonarvar - rename files (da6b6e9) by @AliMD
- rename files and cleaup (93bb419) by @AliMD
- start-command: review and enhance (2a3cbd0) by @AliMD
- telegram-message-sender: add some types & refactor configs (8cae2e4) by @mohammadhonarvar
- telegram-message-sender: rename
send
tonotify
(f492d2d) by @mohammadhonarvar - telegram: fix errors & complete the structure (6e95609) by @mohammadhonarvar
- telegram: keys of
message
& fix all its usages (087e98a) by @mohammadhonarvar - telegram: sending message & the process of
start
command (e748d94) by @mohammadhonarvar - telegram: types (4ae9d53) by @mohammadhonarvar
- vscode: Update .vscode/settings.json (42a2f59) by @AliMD
- .vscode: update (baa21f9) by @mohammadhonarvar
- ci: lockfile-only dependabot (3ade5a7) by @njfamirm
- cleanup (c59925d) by @AliMD
- cleanup (e5af06e) by @AliMD
- cleanup (665aa21) by @njfamirm
- command: upd (b709ea9) by @njfamirm
- depndabot: remove lockfile only (0ca51a1) by @njfamirm
- deps-dev: bump the alwatr-dependencies group with 3 updates (17e81a0) by @dependabot[bot]
- deps-dev: bump the development-dependencies group with 13 updates (542e49b) by @dependabot[bot]
- deps: bump tar from 6.2.0 to 6.2.1 (c724c75) by @dependabot[bot]
- deps: bump the github-actions group with 1 update (c4d974c) by @dependabot[bot]
- deps: bump the github-actions group with 1 update (511412d) by @dependabot[bot]
- fix review issue (4043295) by @njfamirm
- lint (d3130f7) by @njfamirm
- move telegram (3e352e7) by @njfamirm
- notifier-api: cleanup (9aec891) by @mohammadhonarvar
- notifier-api: update
demo.http
(9a72110) by @mohammadhonarvar - registry url (5fd7811) by @njfamirm
- static version in lerna (fb96f40) by @njfamirm
- telegram-message-sender: remove extra files (649faa7) by @mohammadhonarvar
- update
lerna
based onweaver-starter-kit
(9d5f5b3) by @mohammadhonarvar - update base (092d771) by @njfamirm