File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.0]
2
+ * Extended FunctionDomain, support FairFunction.
3
+ * Fixed some known issues.
4
+
1
5
## [ 1.9.0]
2
6
* Support TypeArgumentList.
3
7
* Support negative value.
Original file line number Diff line number Diff line change 1
1
name : fair_compiler
2
2
description : A complier which can generate Fair bundle for widget with annotation.
3
- version : 1.9 .0
3
+ version : 2.0 .0
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
@@ -28,11 +28,11 @@ dependencies:
28
28
# fair_annotation:
29
29
# path: ../annotation
30
30
31
- fair_dart2dsl : ^1.5 .0
31
+ fair_dart2dsl : ^1.6 .0
32
32
# fair_dart2dsl:
33
33
# path: ../dart2dsl
34
34
35
- fair_dart2js : ^1.5 .0
35
+ fair_dart2js : ^1.6 .0
36
36
# fair_dart2js:
37
37
# path: ../dart2js
38
38
Original file line number Diff line number Diff line change
1
+ ## 1.6.0
2
+ - Support FairFunction.
3
+ - Fixed some known issues.
4
+
1
5
## 1.5.0
2
6
3
7
- Support TypeArgumentList.
Original file line number Diff line number Diff line change 1
1
name : fair_dart2dsl
2
2
description : Companion compiler for fair_compiler for converting Dart to DSL.
3
- version : 1.5 .0
3
+ version : 1.6 .0
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 1.6.0
2
+ - Fixed some known issues.
3
+
1
4
## 1.5.0
2
5
- fix js isNotEmpty bug.
3
6
Original file line number Diff line number Diff line change 1
1
name : fair_dart2js
2
2
description : Convert individual dart file to js.
3
- version : 1.5 .0
3
+ version : 1.6 .0
4
4
homepage : https://fair.58.com/
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments