- Includes Agent Skill (aka Claude Skill). The Agent Skill is now the strongly recommended method of code migration.
- Declared stable. No code changes.
upgradecommand now also supports A2 projects powered byapostrophe-multsite.
- Linter now looks for
webpack.config.jsand explains possible alternatives and options.
- Adds a prompt before the upgrade script runs to confirm the user wants to proceed.
- Adds helpful message about using "git diff HEAD" after running the upgrade command.
- Display lint messages in source code order, even if they are for a mix of issues.
- Lint for array field schema properties that need conversion.
- Lint for joinByArray field sub-schema properties that need conversion.
- Lint for joinByOne, joinByArray, joinbyOneReverse, and joinByArrayReverse.
- Lint for widget output method overrides.
- Lint for
filterOptionsForDataAttribute. - Lint for methods that should move to the "methods" section.
- Lint for tasks that should move to the "tasks" section.
- Lint for
self.route,self.apiRoute,self.htmlRoute, andself.renderRoute.
- Adds missing
globnpm dependency needed fornpm install -g. Previously a transient dependency allowed this to work in some cases but not all.
- First alpha release.