Release v0.4.0
What's Changed
Breaking changes:
- Changes default on
LinguiniBundle.SetIsolating
fromtrue
tofalse
- Removes
enum InsertBehavior
in favor of three separate functions (TryAddFunction
,AddFunctionOverriding
,AddFunctionUnchecked
) - Removes previously obsolete methods.
API Changes:
- Adds method
GetAttrMessage(string msgWithAttr, params (string, IFluentType)[] args)
for ease of use.
Full Changelog: v0.3.2...v0.4.0