Archive
Special chars in static assets + clearAllListeners typing
Handle special chars when serving local files @adonisjs/[email protected] fixed bug which made local files inaccessible when they contained special chars …
Fix webpack port detection
Fix webpack port detection @adonisjs/[email protected] was released with small quality of life fix. Now Webpack Encore tries to find open port, in case …
Redis Lua scripts
Redis custom Lua scripts Since @adonisjs/[email protected] it’s now possible to add custom Lua scripts to Redis commands import Redis from …
Email sanitizers, nullable validation, dynamic content negotiation
Validator features @adonisjs/[email protected] added some additional email sanitization and nullable validation rules removeDots - removes all dots …
Multiple package managers and TS 4.5
More package managers @adonisjs/[email protected] added support for multiple package managers, including pnpm @adonisjs/[email protected] added support for new …
sumDistinct, where and have raw query
sumDistinct() and raw knex raw queries @adonisjs/[email protected] and @adonisjs/[email protected] were released adding some new features and bugfixes …
Week full of i18n
It’s been busy week for i18n Over the past week i18n got many new features and bugfixes i18n + validator It’s now possible to read …
i18n YAML support and validator default messages
i18n supports YAML from now on @adonisjs/[email protected] added YAML support for translations Before i18n only supported JSON format, but now it’s …
i18n updated to work with AdonisJS v5
i18n been rewritten and updated @adonisjs/i18n had it’s first release for AdonisJS v5 i18n is official package to add internationalization and …