Skip to content

Latest commit

 

History

History
191 lines (93 loc) · 10.1 KB

File metadata and controls

191 lines (93 loc) · 10.1 KB

2.2.1 (2024-03-16)

Bug Fixes

  • indentation issues in Unity 2022 (#63) (c1648be)

2.2.0 (2024-02-09)

Features

2.1.0 (2023-11-14)

Features

  • add classes only attribute (#57)

2.0.0 (2023-11-07)

⚠ BREAKING CHANGES

  • add source generation sample

Features

  • add source generation sample (d5a6da3)

1.12.1 (2022-09-10)

Bug Fixes

1.12.0 (2022-09-09)

Features

  • added GetValue method for accurately getting a serialized property's value (96c08c8)

1.11.1 (2022-08-02)

Bug Fixes

  • removed custom line drawing to look more like Unity native (65b7329)

1.11.0 (2022-08-02)

Features

  • added methods for getting value combined with null checks (1154dbb)

1.10.0 (2022-07-25)

Features

  • added methods for getting and setting values with serialized properties (aba0c30)
  • added passing serialized property to CustomObjectDrawer and Dropdown (5913ab7)
  • added serialized property extensions for convenience (547c892)

1.9.0 (2202-07-23)

What's Changed

  • Added RawReferenceDrawer.Styles.cs + DrawLine - #41 by @marc-antoine-girard in #42
  • ReferenceMode + AvoidDuplicateReferencesInArray by @marc-antoine-girard in #43

1.8.0 (2022-07-22)

What's Changed

  • fix: added null check to prevent null reference exception when clicking properties by @marc-antoine-girard in #23
  • #24 add none option custom drawers by @marc-antoine-girard in #26
  • Fixed Drag and Drop behaviour by @marc-antoine-girard in #28
  • Fixes #25 SerializableInterface maintains instances when set by Inspector by @marc-antoine-girard in #27
  • #34 add prefabs assets item builder by @marc-antoine-girard in #35

1.7.3 (2022-07-22)

Refactors

  • property drawer now reuses cached reference drawers (f930d8e)

1.7.2 (2022-07-22)

Bug Fixes

  • updated actions/checkout to version 3 (ef748e1)

1.7.1 (2022-06-18)

Bug Fixes

  • added package-lock.json to gitignore (9fb467c)
  • changed block scalar from literal to folded (44b269f)

1.7.0 (2022-06-12)

Features

  • added support for collections (068b76c)

Bug Fixes

  • invalid scenes get skipped (b13c42d)
  • package-lock.json meta issue (c23b9bc)

1.6.1 (2022-05-07)

Bug Fixes

  • add package-lock.json to package (0b08f32)

1.6.0 (2022-05-02)

Features

  • added drag and drop for unity reference (ef45ebc)
  • added raw reference drag and drop and combined them in base (62f61e8)

Bug Fixes

  • removed unused namespaces (0b1185c)

1.5.2 (2022-04-28)

Bug Fixes

1.5.1 (2022-04-28)

Bug Fixes

  • added newline at end of files (a0d6575)

1.5.0 (2022-04-28)

Features

  • added CustomObjectDrawer (91e0beb)
  • added IReferenceDrawer (fe32120)
  • added RawReferenceDrawer and UnityReferenceDrawer (9e46ddc)

Refactors

  • moved drawing code to separate classes (81cfffc)

1.4.1 (2022-04-28)

Bug Fixes

  • added missing meta file (6fd976f)

1.4.0 (2022-04-27)

Features

  • added semantic release (74a928c)
  • added semantic-release configuration to package.json (95e314b)
  • added workflow (d369a92)

Bug Fixes

  • moved dependencies to devDependencies (8441cc8)