Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 3.46 KB

File metadata and controls

71 lines (40 loc) · 3.46 KB

v1.3.2 (2023-03-11)

🐞 Fix:

  • fixed missing meta file error.(e10f8b1)

v1.3.1 (2023-03-11)

🧩 Chore:

  • add README.md , update asmdef info.(735c23e)
  • add CHANGELOG.md(6d60674)

v1.3.0 (2023-03-11)

🐞 Fix:

🧩 Chore:

  • Unity Version To 2021.3.20f1.(f299579)

v1.2.0 (2023-03-03)

🐞 Fix:

  • fix Binding Data not saving.(34f8e0c)

🔨 Refactor:

  • change \r\n to Environment.NewLine.(70b5ec6)
  • move BindingData asset in Editor Folder to ProjectSettings Folder.(33b8ae5)

v1.1.0 (2023-03-02)

🚀 Feature:

  • add InheritClass and AccessModifier field in CodeGenerateSettingEditorWindow.(73799b3)

🐞 Fix:

  • fix false data not saving.(c99dd54)

🧩 Chore:

v1.0.0 (2023-02-08)

🚀 Feature:

🐞 Fix:

  • fix using missing.(f96ba23)
  • Fix an issue where field data is not updated when the source asset is exchanged.(470e4ad)

🔨 Refactor:

  • change Type.FullName to generate type string.(b80e198)
  • binding data flow refactoring.(698d9ef)

🧩 Chore: