We're thrilled to announce a powerful new version of Loco, packed with features, fixes, and improvements designed to supercharge your development experience! Here's what's new:
Smart Migration Generator (add: infer migration #1086 ) Generate migrations effortlessly! Name your migrations for creating tables, adding columns, references, join tables, and more. Simplify your database evolution with this game-changing feature.
Manage Background Jobs (implement commands to manage background jobs #1071 ) CLI commands for managing background jobs are here—making job control easier than ever!
Disable Payload Middleware (allow disable limit_payload middleware #1113 ) You can now disable the limit_payload middleware when needed for more flexibility.
JWT Error Behind Feature Flag (fix: guard jwt error behind feature flag #1032 ) Guards the JWT error behind a feature flag for better modularity.