Releases: mineadmin/mine-generator
Releases · mineadmin/mine-generator
Release v2.0.2
feat(controller-generator): add dynamic primary key retrieval (#107) ControllerGenerator now dynamically fetches the primary key column name from the provided table columns rather than relying on a static method. This enhancement allows for more flexible code generation accommodate tables with non-standard primary key names.
Release v2.0.1.1
fix github actions (#102)