Changelog
Unless stated otherwise, all the following logs reflect changes made to the data driven core engine and not to the dextension or preprocessor templates.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.3.3] - 2025-04-17
Added
- Support for
options
in thesetConfiguration
method [Reference].
[0.3.2] - 2025-04-17 [YANKED]
[0.3.1] - 2025-04-16 [YANKED]
[0.3.0] - 2025-04-08
Added
- Support for
dataDrivenConfiguratorPreprocessor
.
[0.2.6] - 2025-03-31
Fixed
- Obscure issue related to propagated attributes values.
[0.2.5] - 2025-02-27
Improved
- Performance of the
simulateSetConfiguration
method [Reference].
[0.2.4] - 2025-02-13
Added
saveCustomStaticPublishFile
method.
[0.2.3] - 2025-02-13
Added
dataDrivenConfiguratorIsInited
event [Reference].dataDrivenConfiguratorExtensionIsInited
event in the extension template [Reference].forgetLastValueDefinedByUserForAttributes
method [Reference].
[0.2.2] - 2024-12-20
Added
- warning if it seems a source data table is delimited by
,
rather than;
.
[0.2.1] - 2024-12-20
Improved
- Performance of the
setConfiguration
method [Reference].
[0.2.0] - 2024-11-28
Changed
- Precompute data tree lazily by default instead of precomputing all possibilities at init stage. This can be adjusted using the new
_dataDrivenConfigurator_configurationPreprocessMode
metadata [Reference].
[0.1.7] - 2024-11-22
Fixed
- Issue when there is no attribute values to propagate.
[0.1.6] - 2024-11-20
Improved
- Performance of the
TKDataDrivenConfiguratorToolDataRegex
keyword [Reference].
[0.1.5] - 2024-11-20
Fixed
- Issue if exclude data table has empty lines.
[0.1.4] - 2024-11-20
Fixed
- bug introduced in previous version for when the
_dataDrivenConfigurator_propagatedAttributeSorting
metadata is defined as an array [Reference].
[0.1.3] - 2024-11-12
Added
- Support for the
TKDataDrivenConfiguratorToolDataRegex
keyword [Reference].
Fixed
- bug introduced in previous version for when the
_dataDrivenConfigurator_propagatedAttributeSorting
metadata is not defined [Reference].
[0.1.2] - 2024-11-06
Fixed
- bug introduced in previous version for when the
_dataDrivenConfigurator_propagatedAttributeSorting
metadata is defined as a string [Reference].
[0.1.1] - 2024-10-23
Added
- Support for the
TKDataDrivenConfiguratorToolDataAnyNonAttributeUnavailableValue
keyword [Reference]. - Support of the array format for the
_dataDrivenConfigurator_propagatedAttributeSorting
metadata [Reference].
[0.1.0] - 2024-10-03
Added
- compatibility with 2D-only version of the player [Threekit's documentation].
Before [0.1.0]
WIP