Archive
Attachment Lite first release
First version of Attachment-Lite is here! @adonisjs/attachment-lite has been released In short, Attachment-Lite is perfect for applications which need …
$defineProperty()
defineProperty() @adonisjs/[email protected] added $defineProperty() $defineProperty() supports two strategies: inherit, which can be used to to take …
Transaction hooks and returning()
Hooks to transactions @adonisjs/[email protected] added hooks support to transactions There are two transaction hooks: commit and rollback. commit runs …
Static assets immutable cache-control
Added support for immutable cache-control Since @adonisjs/[email protected] it’s now possible to set cache-control max age inside static.ts …
Lucid and Drive updates 9. Sept 2021
Lucid bugfixes @adonisjs/[email protected] and @adonisjs/[email protected] were bugfix releases were made. Most noticeable are two bugfixes: …
August release - 2021
Updated packages Several packages are now stable and are no longer marked as @next Updated packages: @adonisjs/core 5.1.8 -> 5.3.2 @adonisjs/ally …
Lucid Slugify Strict mode
Lucid Slugify turns on strict mode @adonisjs/[email protected] turns on strict mode for generating base slug. In practice it means that special …
Drive S3 updated, GCS added
Drive S3 custom CDN prefix @adonisjs/[email protected] Added support for custom CDN URL prefix and changed how user settings are applied. Previously …
NodeJS 16.7.0
NodeJS 16.7.0 experimental recursive fs.cp NodeJS 16.7.0 comes with recursive filesystem copy command, which is still experimental New version also …