v0.11.1
Improvements
- A site's
brandnow treats'default'exactly like leaving it unset. After the multi-brand refactor the default brand is a real brand nameddefault, so writingbrand: 'default'and omitting the field are now equivalent — both build the default web image with noKUKAN_BRANDbuild argument. Previously an explicit'default'passed an unnecessary build argument that produced a different image asset hash for the same image. The environment-config reference documents the field's default value accordingly (#120).
改善
- サイトの
brandで'default'を指定した場合と未指定を完全に同じ扱いにしました。 マルチブランド化でデフォルトブランドはdefaultという名前の実在ブランドになったため、brand: 'default'と省略は等価になり、どちらもKUKAN_BRANDビルド引数なしでデフォルトの web イメージをビルドします。従来は明示的な'default'が不要なビルド引数を渡し、同じイメージなのにアセットハッシュが変わっていました。環境設定リファレンスにも既定値を明記しています(#120)。