Skip to content

Commit

Permalink
publish fairCompiler version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wanbing committed Jun 26, 2024
1 parent 1d5894f commit 8010303
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
4 changes: 4 additions & 0 deletions compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.0]
* Extended FunctionDomain, support FairFunction.
* Fixed some known issues.

## [1.9.0]
* Support TypeArgumentList.
* Support negative value.
Expand Down
6 changes: 3 additions & 3 deletions compiler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair_compiler
description: A complier which can generate Fair bundle for widget with annotation.
version: 1.9.0
version: 2.0.0
homepage: https://fair.58.com/

environment:
Expand Down Expand Up @@ -28,11 +28,11 @@ dependencies:
# fair_annotation:
# path: ../annotation

fair_dart2dsl: ^1.5.0
fair_dart2dsl: ^1.6.0
# fair_dart2dsl:
# path: ../dart2dsl

fair_dart2js: ^1.5.0
fair_dart2js: ^1.6.0
# fair_dart2js:
# path: ../dart2js

Expand Down
4 changes: 4 additions & 0 deletions dart2dsl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0
- Support FairFunction.
- Fixed some known issues.

## 1.5.0

- Support TypeArgumentList.
Expand Down
2 changes: 1 addition & 1 deletion dart2dsl/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair_dart2dsl
description: Companion compiler for fair_compiler for converting Dart to DSL.
version: 1.5.0
version: 1.6.0
homepage: https://fair.58.com/

environment:
Expand Down
3 changes: 3 additions & 0 deletions dart2js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.6.0
- Fixed some known issues.

## 1.5.0
- fix js isNotEmpty bug.

Expand Down
2 changes: 1 addition & 1 deletion dart2js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fair_dart2js
description: Convert individual dart file to js.
version: 1.5.0
version: 1.6.0
homepage: https://fair.58.com/

environment:
Expand Down

0 comments on commit 8010303

Please sign in to comment.