9.0.1
https://www.nuget.org/packages/KenticoCloud.Delivery/9.0.1
Fixes:
- #145 - Missing content model causes DeliveryClient to silently fail
- #146 - Resolving inline items with IInlineContentItemsResolver is broken
- #149 - Custom default inline content items resolver registered through builder is not used
New features:
- some interfaces were removed or made simpler
Breaking changes:
- Non-generic
IInlineContentItemsResolverwas removed as it was an unusable interface that might eventually cause confusion in combination withITypelessInlineContentItemsResolver. - removed members from
IInlineContentItemsProcessor
Non-breaking changes:
- An independent
ITypelessInlineContentItemsResolverinterface was introduced to wrap and hideIInlineContentItemsResolver<TContentItem>resolvers and provide them in a non-generic way to theInlineContentItemsProcessorthat later puts inline content items through the resolver in order to obtain their string representation. - New extension methods for IServiceCollection were introduced to allow registration of custom inline content items resolvers