Activity
chore: bump package version to 0.0.102
chore: bump package version to 0.0.102
fix: add custom server exception controller
fix: add custom server exception controller
fix(httpRequest): expose native header
fix(httpRequest): expose native header
feat(middleware): add language context to middleware and handler
feat(middleware): add language context to middleware and handler
chore: bump package version and update repository import
chore: bump package version and update repository import
refactor(repository): simplify repository methods with open and close…
refactor(repository): simplify repository methods with open and close…
chore: bump package version to 0.0.93
chore: bump package version to 0.0.93
feat(routing): replace custom pathToRegexp with path-to-regexp library
feat(routing): replace custom pathToRegexp with path-to-regexp library
feat(response): add EarlierResponse for early response handling
feat(response): add EarlierResponse for early response handling
chore: remove debug logging in error handling
chore: remove debug logging in error handling
feat(database): implement database query builder and related utilities
feat(database): implement database query builder and related utilities
feat: add logger module with Pino and Signale support
feat: add logger module with Pino and Signale support
refactor: update seed module file naming and import path
refactor: update seed module file naming and import path
chore: remove sqlite3 dependency and bump version
chore: remove sqlite3 dependency and bump version
chore: update package dependencies and server configuration
chore: update package dependencies and server configuration
refactor: remove Brevo and DevMailer implementations
refactor: remove Brevo and DevMailer implementations
refactor: improve BrevoMailer API key method naming
refactor: improve BrevoMailer API key method naming
feat: enhance BrevoMailer with key management methods
feat: enhance BrevoMailer with key management methods
chore: remove hardcoded CORS headers from handler
chore: remove hardcoded CORS headers from handler
feat: add CORS headers to response handling
feat: add CORS headers to response handling
feat: enhance exception handling with optional HttpResponse support
feat: enhance exception handling with optional HttpResponse support
fix: correct validator data copying logic
fix: correct validator data copying logic
feat: enhance validator functionality and improve data handling
feat: enhance validator functionality and improve data handling
chore: bump version to 0.0.76 and refactor validation handling
chore: bump version to 0.0.76 and refactor validation handling
refactor: simplify validator hooks and remove redundant code
refactor: simplify validator hooks and remove redundant code
feat: add afterValidate hook to validators
feat: add afterValidate hook to validators