This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed
Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.0
2+
3+ First full release. At this point all changes until ` 2.0.0 ` will be backwards
4+ compatible (new features) or bug fixes that are not breaking. This doesn't mean
5+ that the entire Dart language is buildable with our API, though.
6+
7+ ** Contributions are welcome.**
8+
9+ - Exposed ` uri ` in ` ImportBuilder ` , ` ExportBuilder ` , and ` Part[Of]Builder ` .
10+
111## 1.0.0-beta+7
212
313- Added ` ExpressionBuilder#ternary ` .
Original file line number Diff line number Diff line change @@ -17,6 +17,20 @@ the analyzer's own understood format.
1717
1818[ analyzer ] : https://pub.dartlang.org/packages/analyzer
1919
20+ ## Contributing
21+
22+ * Read and help us document common patterns over [ at the wiki] [ wiki ] .
23+ * Is there a * bug* in the code? [ File an issue] [ issue ] .
24+
25+ If a feature is missing (the Dart language is always evolving) or you'd like an
26+ easier or better way to do something, consider [ opening a pull request] [ pull ] .
27+ You can always [ file an issue] [ issue ] , but generally speaking feature requests
28+ will be on a best-effort basis.
29+
30+ [ wiki ] : https://github.com/dart-lang/code_builder/wiki
31+ [ issue ] : https://github.com/dart-lang/code_builder/issues
32+ [ pull ] : https://github.com/dart-lang/code_builder/pulls
33+
2034## Usage
2135
2236Code builder has a narrow and user-friendly API.
Original file line number Diff line number Diff line change 11name : code_builder
2- version : 1.0.0-beta+7
2+ version : 1.0.0
33description : A fluent API for generating Dart code
44author :
Dart Team <[email protected] > 55homepage : https://github.com/dart-lang/code_builder
You can’t perform that action at this time.
0 commit comments