Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 83a7418

Browse files
authored
Prepare to release 1.0.0. (#105)
1 parent 3902c22 commit 83a7418

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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`.

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2236
Code builder has a narrow and user-friendly API.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: code_builder
2-
version: 1.0.0-beta+7
2+
version: 1.0.0
33
description: A fluent API for generating Dart code
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/code_builder

0 commit comments

Comments
 (0)