Skip to content

Releases: cathei/BakingSheet

v3.4.0

13 Aug 05:18
Compare
Choose a tag to compare

From 3.4.0 version, BakingSheet is being published as embedded package.
Unity users will be able to see full source code, and asmdef are correctly set up.
Samples package will be provided as separated file from now on.

However, this is breaking change for Unity package management.
To update BakingSheet from previous version:

  1. Remove old BakingSheet completely. Default install path is Assets/Plugins/BakingSheet.
  2. Import new BakingSheet package.
  3. Configure your Assembly Definitions to reference BakingSheet.

Sorry for the inconvenience and please report any bugs you meet.

v3.3.0

12 Aug 05:27
Compare
Choose a tag to compare
  • Added Support for VerticalList<T> which is same as List<T> but values are vertically extended.
    • It cannot be nested with another VerticalList<T>.
    • It cannot be used inside of SheetRowElem.

v3.2.3

19 Jul 21:07
Compare
Choose a tag to compare
  • Adding common interface ISheet<TKey, out TValue>
  • Improve Json error handling for Id column

v3.2.2

01 Jun 21:36
Compare
Choose a tag to compare

v3.2.0

25 Mar 05:05
Compare
Choose a tag to compare
  • Support Split Headers (check README.md out for examples)

v3.1.0

05 Feb 21:00
Compare
Choose a tag to compare

Version 3 new features

  • Support for List column added
  • Support for Dictionary column added
  • Support for Nested struct/class column added

v2.1.2

04 Oct 19:52
Compare
Choose a tag to compare
  • Fixed bugs

v2.1.1

26 Jul 19:10
Compare
Choose a tag to compare
  • Fixed Bugs that tags are not getting reset
  • Update log formatting to follow standard ILogger and BeginScope pattern

v2.1.0

26 Jul 03:42
Compare
Choose a tag to compare
  • Add unit tests and fixed various bugs
  • Sheet now uses KeyedCollection, instead of Dictionary.
  • Sheet is now preserves order.
  • Sheet is now serialized as array.

v2.0.3

25 Jul 00:05
Compare
Choose a tag to compare
  • Error handling for duplicated key
  • Add link.xml for Unity