Skip to content

Commit e7565b6

Browse files
committed
style(changelog): fix list indentation
1 parent 74d494b commit e7565b6

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,22 @@ New entries must be placed in a section entitled `Unreleased`.
2525

2626
## 0.18.0 (2025-10-26)
2727

28-
- Struct field names can now be in `snake_case`.
28+
- Struct field names can now be in `snake_case`.
2929

30-
Previously, only field names in `camelCase` were allowed in a BARE schema.
31-
The [14th draft of BARE](https://datatracker.ietf.org/doc/draft-devault-bare/14/) allows field names in `camelCase`, `snake_case` or `mixed_Case`.
32-
The `--pedantic` option ensures that a field name is either in `camelCase` or `snake_case`.
30+
Previously, only field names in `camelCase` were allowed in a BARE schema.
31+
The [14th draft of BARE](https://datatracker.ietf.org/doc/draft-devault-bare/14/) allows field names in `camelCase`, `snake_case` or `mixed_Case`.
32+
The `--pedantic` option ensures that a field name is either in `camelCase` or `snake_case`.
3333

34-
`snake_case` and `mixed_Case` are normalized to `camelCase` for JavaScript and TypeScript generators.
34+
`snake_case` and `mixed_Case` are normalized to `camelCase` for JavaScript and TypeScript generators.
3535

36-
- Improve the command line help message.
36+
- Improve the command line help message.
3737

38-
Hopefully, this will make the provided options more explanatory.
39-
Also, we improved the [documentation about type correspondence between BARE and TypeScript](./docs/types.md).
38+
Hopefully, this will make the provided options more explanatory.
39+
Also, we improved the [documentation about type correspondence between BARE and TypeScript](./docs/types.md).
4040

4141
## 0.17.1 (2025-10-12)
4242

43-
- Fix CLI argument parsing when using `compile` command to properly identify schema files.
43+
- Fix CLI argument parsing when using `compile` command to properly identify schema files.
4444

4545
## 0.17.0 (2025-05-03)
4646

@@ -87,7 +87,7 @@ New entries must be placed in a section entitled `Unreleased`.
8787
8888
## 0.16.1 (2025-10-12)
8989
90-
- Fix CLI argument parsing when using `compile` command to properly identify schema files
90+
- Fix CLI argument parsing when using `compile` command to properly identify schema files
9191
9292
## 0.16.0 (2024-11-02)
9393
@@ -144,8 +144,8 @@ New entries must be placed in a section entitled `Unreleased`.
144144
```
145145
146146
This syntax is not part of the _BARE_ specification.
147-
Thus, the syntax is not portable between _BARE__ implementations.
148-
To avoid this issue, _bare-ts__ now uses regular comments as doc-comments.
147+
Thus, the syntax is not portable between \_BARE** implementations.
148+
To avoid this issue, \_bare-ts** now uses regular comments as doc-comments.
149149
Every comment that precedes a type definition, an enum value, or a field is a doc-comment.
150150
The previous schema can now be written as follows:
151151

0 commit comments

Comments
 (0)