Skip to content

Commit f78bc3a

Browse files
committed
v1.2.0 Release
- Implement isTrue and isFalse operators for conditions. - Refactor operator filtering to use index if available.
1 parent 05cbb9e commit f78bc3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.0
2+
- Implement isTrue and isFalse operators for conditions.
3+
- Refactor operator filtering to use index if available.
4+
15
## 1.1.0
26
- New AutoComplete support for Variables.
37
- Fix disable automatic padding from Frames with strokes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_api
22
description: Flutter's layouts and widgets represented as models and JSON data. This API is used by the Codelessly Editor and CloudUI SDK to render Flutter Widgets.
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)