Releases: StormCommerce/Storm.Public.Web
v2.3.2
v2.1.0
Upgraded to Enferno.StormApiClient 2.1.0.
v2.0.0
Upgraded to AutoMapper 6.2.2 and Enferno.Public 2.0.0.
Breakning changes that requires some changes due to renamed namespace.
Microsoft.Practices.Unity.Configuration is now located in Unity.Configuration.
Change "using Microsoft.Practices.Unity;" to "using Unity;" in code.
Under the conficSections in the config file change:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Microsoft.Practices.Unity.Configuration" />
to:
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Unity.Configuration" />
To initialize AutoMapper use WebProfile.Configure();
Release 1.6.1.0
Added Code to ParametricInfo. Changed dependency to StormApiClient to 1.8.4.
Release 1.6.0.9
Minor fix. The FilterBuilder now takes total ItemCount into account when excluding items. FilterItems with Count = 0 will be excluded and so will items with Count = ItemCount. Previously List items with Count = 1 would be excluded even if ItemCount was greater than 1.
Release 1.6.0.10
Patch of previous release.
Release1.6.0.8
Minor fix. Closed ProductItems are not included in the calculation of base product's price. Additional images are now correct with regard to variant specifics.
Release 1.6.0.7
What's new?
Minor fix. Missed one defalt parameter value in last release. Affected customerId in ProductRepository.GetProduct.