Releases: zaihui/ent-factory
Releases · zaihui/ent-factory
v0.1.11
Improve code maintainability
v0.1.10
- The ID field is set by uneditable in default, then the with function and set function will no longer generate for ID field.
v0.1.9
- use the schema path to generate import path
v0.1.8
- generate setter fields for imported fields
Special thanks my gf zoey !she provides the solution.
v0.1.7
- add auto sort import
- add new todo
v0.1.6
- Fix one code style problem
- Add doc for each function
v0.1.5
- add a flag genImportFields to set whether generate imported fields
v0.1.4
- fix the old version ent compatibility problem
v0.1.3
- support generate imported fields, such as time, schema
- add the imports of these fields
- add document about this and new todo
Author: @lxy1992
v0.1.2
- Add optional field setter support, thanks to @chensylz !