Releases: cathei/BakingSheet
Releases · cathei/BakingSheet
v3.4.0
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:
- Remove old BakingSheet completely. Default install path is
Assets/Plugins/BakingSheet
. - Import new BakingSheet package.
- Configure your Assembly Definitions to reference BakingSheet.
Sorry for the inconvenience and please report any bugs you meet.
v3.3.0
- Added Support for
VerticalList<T>
which is same asList<T>
but values are vertically extended.- It cannot be nested with another
VerticalList<T>
. - It cannot be used inside of
SheetRowElem
.
- It cannot be nested with another
v3.2.3
- Adding common interface ISheet<TKey, out TValue>
- Improve Json error handling for Id column
v3.2.2
v3.2.0
- Support Split Headers (check README.md out for examples)
v3.1.0
Version 3 new features
- Support for List column added
- Support for Dictionary column added
- Support for Nested struct/class column added
v2.1.2
- Fixed bugs
v2.1.1
- Fixed Bugs that tags are not getting reset
- Update log formatting to follow standard ILogger and BeginScope pattern
v2.1.0
- 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.