Skip to content

Commit e763a8c

Browse files
authored
Merge pull request #18 from YuhanLiin/docs-v2
Revamp documentation completely + few minor API changes
2 parents cc306a5 + 4a67b7d commit e763a8c

12 files changed

Lines changed: 664 additions & 1007 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ name: CI checks
22
on: [push]
33

44
jobs:
5-
sync-readme:
6-
name: check that README.md files are synced
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v4
10-
- run: diff README.md micropb/README.md
11-
125
check-and-test:
136
name: check and test workspace with ${{matrix.toolchain}}
147
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
- Add `field_lifetime` configuration to set lifetime of message fields
1212
- Add container trait impls for `Cow`
1313
- Add const constructor `_new` to hazzer structs and add const to all hazzer methods
14+
- Add `Generator::configure_many`
15+
- Add `Config::recursive_field`
1416

1517
### Changed
1618

1719
- Bump MSRV to 1.83 for const `Option::unwrap`
1820
- Remove `PbContainer` and change definitions of all container traits
1921
- Use string substitution for type and const params when configuring container types
22+
- Revamped documentation
2023

2124
### Fixed
2225

0 commit comments

Comments
 (0)