Skip to content

Releases: CareBoo/Serially

v2.2.0-preview.1

16 Aug 09:37
Compare
Choose a tag to compare
v2.2.0-preview.1 Pre-release
Pre-release

2.2.0-preview.1 (2020-08-16)

Features

  • ✨ add TypeFilterAttribute support (23f32c6), closes #52
  • ✨ modify TypeFilterAttribute to use sequences (e491674), closes #54

Performance Improvements

  • ⚡ making selectabletypes lazy (a440a52), closes #53

v2.1.0

16 Aug 06:40
Compare
Choose a tag to compare

2.1.0 (2020-08-16)

Bug Fixes

  • 🎨 fixing background color regardless of editor skin (a871caf)
  • 🎨 fixing background color regardless of editor skin (87bb2a1)
  • 🐛 fixing bug if absolute file path is windows (142b729)
  • 🐛 fixing bug if absolute file path is windows (fb1eafc)

Features

  • ✨ copy paste SerializeReference fields! (559a010)

v2.1.0-preview.4

16 Aug 09:31
Compare
Choose a tag to compare
v2.1.0-preview.4 Pre-release
Pre-release

2.1.0-preview.4 (2020-08-16)

Features

  • ✨ add TypeFilterAttribute support (398cf73), closes #52

v2.1.0-preview.3

16 Aug 09:04
Compare
Choose a tag to compare
v2.1.0-preview.3 Pre-release
Pre-release

2.1.0-preview.3 (2020-08-16)

Features

  • ✨ modify TypeFilterAttribute to use sequences (71b0ae5), closes #54

v2.1.0-preview.2

16 Aug 08:35
Compare
Choose a tag to compare
v2.1.0-preview.2 Pre-release
Pre-release

2.1.0-preview.2 (2020-08-16)

Performance Improvements

  • ⚡ making selectabletypes lazy (fd4d28a), closes #53

v2.1.0-preview.1

16 Aug 08:07
Compare
Choose a tag to compare
v2.1.0-preview.1 Pre-release
Pre-release

2.1.0-preview.1 (2020-08-16)

Bug Fixes

  • 🎨 fixing background color regardless of editor skin (a871caf)
  • 🎨 fixing background color regardless of editor skin (87bb2a1)
  • 🐛 fixing bug if absolute file path is windows (142b729)
  • 🐛 fixing bug if absolute file path is windows (fb1eafc)

Features

  • ✨ copy paste SerializeReference fields! (559a010)

v2.0.0

16 Aug 02:41
Compare
Choose a tag to compare

2.0.0 (2020-08-16)

Code Refactoring

  • 🎨 refactoring typefield (d574868)

BREAKING CHANGES

  • Changes the public API of TypeField and remove TypeFieldOptions

v1.0.2

15 Aug 22:34
Compare
Choose a tag to compare

1.0.2 (2020-08-15)

Bug Fixes

  • 🐛 fixing can't set null type on SerializableType (afdb027), closes #46

v1.0.1

15 Aug 21:16
Compare
Choose a tag to compare

1.0.1 (2020-08-15)

Bug Fixes

v1.0.0

30 Jul 07:37
Compare
Choose a tag to compare

1.0.0 (2020-07-30)

Code Refactoring

  • 🎨 ShowValueType -> ShowSerializeReference (0feed58)

BREAKING CHANGES

  • ShowValueType is now renamed as ShowSerializeReference. Fixes #37