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

Commit 18865c2

Browse files
nateboschgrouma
authored andcommitted
Go back to version 3.2.1 (#253)
The latest published is 3.2.0
1 parent 6d679e4 commit 18865c2

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# 3.2.3
1+
## 3.2.1
22

3+
* Escape newlines in String literals.
4+
* Introduce `Expression.or` for boolean OR.
5+
* Introduce `Expression.negate` for boolean NOT.
36
* No longer emits redundant `,`s in `FunctionType`s.
47
* Added support for `literalSet` and `literalConstSet`.
58
* Depend on the latest `package:built_value`.
69

7-
## 3.2.2
8-
9-
* Introduce `Expression.or` for boolean OR.
10-
* Introduce `Expression.negate` for boolean NOT.
11-
12-
## 3.2.1
13-
14-
* Escape newlines in String literals.
15-
1610
## 3.2.0
1711

1812
* Emit `=` instead of `:` for named parameter default values.

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: 3.2.3
2+
version: 3.2.1
33

44
description: >-
55
A fluent, builder-based library for generating valid Dart code

0 commit comments

Comments
 (0)