From 5ad20548f4af80abacfdf8a6b0f7329c802faff7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 21 Nov 2019 21:52:45 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610b2efb..be56870d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,37 +113,37 @@ ### BREAKING CHANGES -Changed and_where & or_where execution in the templates +* **core:** changed and_where & or_where execution in the templates -FROM + FROM -``` -'and_where': { - -} - -'or_where': { - -} -``` - -TO - -``` -'and_where': [ - { + ``` + 'and_where': { } -] -'or_where': [ - { + 'or_where': { } -] -``` + ``` -Rename property `value` to `default` for all fieldsets where it is used. + TO + + ``` + 'and_where': [ + { + + } + ] + + 'or_where': [ + { + + } + ] + ``` + +* **core:** Rename property `value` to `default` for all fieldsets where it is used. # [0.9.5](https://github.com/flextype/flextype/compare/v0.9.4...v0.9.5) (2019-09-21)