Releases
このドキュメントでは、AdonisJSコアチームがメンテナンスしているフレームワークコアとエコシステムパッケージの注目すべきリリースについて説明します。
パッケージ | 変更内容 | リリース日 |
---|---|---|
@adonisjs/core@v6.14.0
|
Add support for dd and dump helpers. | 2024年9月21日 |
@adonisjs/hash@v9.0.5
|
Fix parameters order of Argon2 hash. | 2024年9月20日 |
@adonisjs/core@v6.13.1
|
Keep APP_KEY as an empty value within the .env.example file. | 2024年9月11日 |
@adonisjs/presets@v2.6.3
|
Generate SilentAuth middleware. | 2024年9月11日 |
@adonisjs/core@v6.13.0
|
Use Ace Kernel errorHandler when running commands. | 2024年9月5日 |
@adonisjs/assembler@v7.8.0
|
Add yarn berry and ts-node-maintained support. | 2024年9月1日 |
@adonisjs/eslint-config@v2.0.0-beta.0
|
Beta release of config preset for ESLint 9 and above. | 2024年8月21日 |
@adonisjs/drive@v3.0.0
|
Breaking - Rewrite to work with v6. | 2024年8月10日 |
@adonisjs/lucid@v21.2.0
|
Pin strtok3 and fix relationship query builder to apply constraints on subqueries. | 2024年8月8日 |
@adonisjs/limiter@v2.3.2
|
Fix X-RateLimit-Reset header to use ISO date time strings. | 2024年8月2日 |
@adonisjs/lucid@v21.1.1
|
Fix - Cleanup connection resources when using read replicas. | 2024年7月25日 |
create-adonisjs@v2.4.0
|
Remove installation prompt and always install packages by default. | 2024年6月22日 |
@adonisjs/redis@v9.0.0
|
Remove legacy health checks and add new health check classes. | 2024年6月20日 |
create-adonisjs@v2.3.0
|
Improve onboarding experience of creating a new application. | 2024年6月19日 |
@adonisjs/health@v2.0.0
|
Release health checks package. | 2024年6月19日 |
@adonisjs/ace@v13.1.0
|
Add kernel.hasCommand method. | 2024年6月19日 |
@adonisjs/lucid@v21.0.0
|
Support for libSQL and new health checks. | 2024年6月18日 |
@adonisjs/session@v7.4.1
|
Fix maxAge issue with the file driver. | 2024年6月5日 |
@adonisjs/vite@v3.0.0
|
Out of experimental phase. | 2024年6月2日 |
@adonisjs/ace@v13.0.1
|
Remove absoluteFilePath leaking in the commands metadata json file. | 2024年6月2日 |
@adonisjs/http-server@v7.2.3
|
Fix bug with defineConfig helper. | 2024年5月21日 |
@adonisjs/lucid@v20.6.0
|
Improvements to the DateTime comparison when using "orCreate" methods. | 2024年5月2日 |
@adonisjs/core@v6.9.0
|
Add `env:add` command to define environment variable and its validation rules. | 2024年4月30日 |
@adonisjs/core@v6.8.0
|
Moving HMR out of experimental phase. | 2024年4月22日 |
@adonisjs/core@v6.7.0
|
Experimental support for HMR. | 2024年4月15日 |
@adonisjs/core@v6.6.0
|
Upgrade to VineJS 2.0. | 2024年4月15日 |
@adonisjs/auth@v9.2.0
|
Configure basic auth guard and export authFinder mixin from its own subpath. | 2024年4月2日 |
@adonisjs/application@v8.2.0
|
Add onHttpServerMessage hook. | 2024年3月31日 |
@adonisjs/env@v6.0.0
|
Allow to add identifiers. | 2024年3月30日 |
@adonisjs/http-server@v7.2.0
|
Add response.onFinish method to listen when response is finished. | 2024年3月29日 |
@adonisjs/mail@v9.2.1
|
Fix mail assertion API to allow mail class constructor to accept arguments. | 2024年3月27日 |
@adonisjs/lucid@v20.5.1
|
Add clause variant to findBy method. | 2024年3月27日 |
@adonisjs/lucid@v20.5.0
|
Add step option to the migrator. | 2024年3月27日 |
@adonisjs/session@v7.3.0
|
Display validation error summary in flash messages errorsBag. | 2024年3月20日 |
@adonisjs/session@v7.2.0
|
Add @errors tag. | 2024年3月20日 |
@adonisjs/lucid@v20.4.0
|
Add support for pretty printing debug queries and findMany helper method. | 2024年3月13日 |
@adonisjs/core@6.3.0
|
Experimental hooks, `node ace add` and new Codemods APIs. | 2024年2月24日 |
@adonisjs/mail@9.2.0
|
Add support for defining multiple cc and bcc addresses. | 2024年2月10日 |
@adonisjs/logger@4.1.6
|
Support falsy value in sprintf substitution. | 2024年2月9日 |
@adonisjs/limiter@2.1.0
|
Breaking - Final release with v6 compatibility. | 2024年2月7日 |
@adonisjs/core@6.2.3
|
Respect singular CLI flag when creating a new controller. | 2024年2月5日 |
@adonisjs/shield@8.1.1
|
Fix shieldApiClient plugin export function. | 2024年2月2日 |
@adonisjs/http-server@7.0.3
|
Make Router class macroable Latest. | 2024年2月2日 |
@vinejs/vine@1.7.1
|
Bug fix and performance improvements. | 2024年1月29日 |
@adonisjs/auth@9.1.0
|
Add basic auth guard. | 2024年1月29日 |
@adonisjs/application@8.0.3
|
Fix stub exports parser and use dash-case for command names. | 2024年1月27日 |
@adonisjs/presets@2.2.4
|
Generate access tokens migration file during setup. | 2024年1月25日 |
@adonisjs/auth@9.0.3
|
Fix cross DB issues with the tokens and the users providers. | 2024年1月25日 |
@adonisjs/lucid@20.0.0
|
Switch default naming strategy to camelCase and add support for nulls treatment in order by clause. | 2024年1月25日 |
@adonisjs/bouncer@3.1.0
|
Update i18n error identifier and JSONAPI error code. | 2024年1月22日 |
@adonisjs/shield@8.1.0
|
Optionally read CSRF exception error message via i18n. | 2024年1月22日 |
@adonisjs/http-server@7.0.1
|
Use status pages return value and add new cookie options. | 2024年1月22日 |
@adonisjs/assembler@7.1.0
|
Disable experimental warnings. | 2024年1月19日 |
@adonisjs/mail@9.1.0
|
Add mjml component to convert mjml markup to HTML when sending emails. | 2024年1月9日 |