Skip to content

Releases: zaihui/ent-factory

v0.1.11

03 Jul 03:24
Compare
Choose a tag to compare

Improve code maintainability

v0.1.10

04 Mar 15:22
Compare
Choose a tag to compare
  • 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

02 Mar 09:19
Compare
Choose a tag to compare
  • use the schema path to generate import path

v0.1.8

17 Jan 10:35
Compare
Choose a tag to compare
  • generate setter fields for imported fields

Special thanks my gf zoey !she provides the solution.

v0.1.7

16 Jan 08:16
Compare
Choose a tag to compare
  • add auto sort import
  • add new todo

v0.1.6

15 Jan 11:54
Compare
Choose a tag to compare
  • Fix one code style problem
  • Add doc for each function

v0.1.5

12 Jan 11:10
Compare
Choose a tag to compare
  • add a flag genImportFields to set whether generate imported fields

v0.1.4

10 Jan 10:21
Compare
Choose a tag to compare
  • fix the old version ent compatibility problem

v0.1.3

08 Jan 10:03
Compare
Choose a tag to compare
  • 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

06 Jan 06:31
Compare
Choose a tag to compare
  • Add optional field setter support, thanks to @chensylz !