Skip to content

Commit 07a5db8

Browse files
committed
v0.4.0 Release
- New `SetMapVariableAction` support for map variables. - Support more conditions. - `isEmpty`, `isNotEmpty`, `contains` - `isOdd`, `isEven`, `isNull` - Add `remove` for list type variable. - Remove deprecations and update formatting and documentation.
1 parent 5918a50 commit 07a5db8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.0
2+
- New `SetMapVariableAction` support for map variables.
3+
- Support more conditions.
4+
- `isEmpty`, `isNotEmpty`, `contains`
5+
- `isOdd`, `isEven`, `isNull`
6+
- Add `remove` for list type variable.
7+
- Remove deprecations and update formatting and documentation.
8+
19
## 0.3.0
210
- Scrolling V1. Enable scrolling for Columns, Frames, and Canvases.
311
- Create list operations and index for List `SetVariableAction`.

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: 0.3.0
3+
version: 0.4.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslyAPI
66

0 commit comments

Comments
 (0)