Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit d15b853

Browse files
committed
changelog merged into single v0.2.0 changelog
1 parent acc3043 commit d15b853

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,16 @@
11
# Changelog
22

3-
## v0.2.0-alpha.10
3+
## v0.2.0
44

55
- Default value of props in components is now empty object instead of undefined.
6-
7-
## v0.2.0-alpha.8
8-
96
- Multi-line support for writing component tag.
10-
11-
## v0.2.0-alpha.7
12-
137
- Convert Array into String by joining the values.
148
- Now devs would not have to write `.join` next to map, to remove commas.
15-
16-
## v0.2.0-alpha.5
17-
189
- Naming rule of having `.component.abell` extension, removed. Any file that ends with `.abell`, can be a component.
19-
20-
## v0.2.0-alpha.4
21-
2210
- Filename and error line in error stack 🎉
2311
- Error when brackets and value had no space, fixed (e.g. `{{a}}`)
24-
25-
## v0.2.0-alpha.3
26-
2712
- Nested Components
2813
- Better Error logs
29-
30-
## v0.2.0-alpha.1
31-
3214
- Support for Abell Components when `allowComponents` flag is passed in options. (Does not support nested components yet)
3315

3416
## v0.1.12

0 commit comments

Comments
 (0)