Archive
Drive arriving and minor updates
Drive is arriving @adonisjs/drive is coming together to be used with AdonisJS v5 It seems to already in usable state, but documentation is still …
NodeJS high security vulnerability fixes
NodeJS fixed 2 high and 1 low vulnerabilities NodeJS pushed bugfixes for vulnerabilities to 16, 14 and 12 as semver patches Fixed versions of are …
AdonisJS on Product Hunt
AdonisJS on product hunt! Product Hunt is site where they feature best new tech products daily. AdonisJS has been featured in there (link) and ended …
Edge config and env globals
Added config() and env() globals Since @adonisjs/[email protected] you can now use config() and env() global helpers <p> Get app key from …
5xx stacktrace and CORS config ctx
5xx error stacktrace Since @adonisjs/[email protected] errors with error codes 500 and above will get their stacktrace logged thro @adonisjs/logger With 5xx …
Ally Spotify driver
Added support for Spotify authentication Since @adonisjs/[email protected] it’s now possible to use Spotify as Ally social auth driver 🎉 Spotify driver …
Lucid Slugify updated to work with V5
Lucid Slugify for AdonisJS v5 @adonisjs/[email protected] is ported over to work with AdonisJS v5 Lucid Slugify allows to generate slugs for all …
Ally breaking changes + Facebook driver
Breaking changes Since @adonisjs/[email protected] both AllyUserContract.avatarUrl and AllyUserContract.email might be null New Ally drivers are being added …
Events error handling
AdonisJS added support for handling errors inside events Since @adonisjs/[email protected] it’s now possible to catch errors that happen inside …