File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.1.1] - 2026-02-20
4+
5+ - Refactored the validator utility to improve type safety and error handling.
6+ - Changed database import path from '@core/DB ' to '@core/database '.
7+ - Introduced Prisma with PostgreSQL adapter for database connection.
8+ - Updated middleware configuration for H3 and Express to include CORS and method override.
9+ - Added new router implementation for Express and H3 using 'clear-router'.
10+ - Created new controller API resource stub for handling CRUD operations with resora.
11+ - Removed deprecated passport-related files and dependencies.
12+ - Added changelog to document recent changes.
13+
14+ ## [ 0.1.0] - 2026-02-19
15+
316- Updated controller model stubs to use the new Resource class from 'resora' for handling JSON responses.
417- Removed deprecated resource collection and resource stubs.
518- Changed database import path from '@core/DB ' to '@core/database '.
Original file line number Diff line number Diff line change 22 "name" : " express-app" ,
33 "description" : " Simple Express.js project created with Toneflix's Node.js starter kit." ,
44 "type" : " module" ,
5- "version" : " 0.1.0 " ,
5+ "version" : " 0.1.1 " ,
66 "scripts" : {
77 "lint" : " oxlint" ,
88 "lint:fix" : " oxlint --fix && oxfmt" ,
Original file line number Diff line number Diff line change 22 "name" : " h3-app" ,
33 "description" : " Simple H3 project created with Toneflix's Node.js starter kit." ,
44 "type" : " module" ,
5- "version" : " 0.1.0 " ,
5+ "version" : " 0.1.1 " ,
66 "base" : true ,
77 "scripts" : {
88 "lint" : " oxlint" ,
Original file line number Diff line number Diff line change 11{
2+ "name" : " arcstack" ,
23 "type" : " module" ,
4+ "version" : " 0.1.1" ,
35 "scripts" : {
46 "lint" : " oxlint" ,
57 "lint:fix" : " oxlint --fix && oxfmt" ,
You can’t perform that action at this time.
0 commit comments