@ablogcms/deprecated
v3.2.28-beta.0
Published
非推奨機能の警告ログユーティリティ
Keywords
Readme
@ablogcms/deprecated
非推奨機能を利用した際に、開発モードでのみ警告ログを出すユーティリティ。
使い方
import deprecated from '@ablogcms/deprecated';
deprecated('Built-in JS「incremental search」', {
since: '2025.01.01',
version: '3.2.0',
alternative: 'HTML form attribute',
link: 'https://example.com',
hint: 'You may find it beneficial to transition gradually.',
});同一メッセージは1回のみ警告する。
