Skip to content

Commit bb4e64a

Browse files
committed
chore(CHANGELOG.md): add all changes since 0.0.16
1 parent cabf20f commit bb4e64a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## next
4+
5+
- add `dsync::Error`(and `dsync::error`)
6+
- replace `panic!`, most `.expect`s and some `.unwrap` with `Result`s
7+
- add dependency `thiserror`
8+
- remove dependency `anyhow`
9+
- fix nullable unsigned integers not resulting in `Option<u*>`
10+
- derive `Default` for all `Update*` structs
11+
- use `@generated` file signature to exclude the files from formatting
12+
- add `no-crud` option to not generate any `impl` blocks
13+
314
## 0.0.16
415

516
- add option `schema-path` and `model-path` to specify custom paths for diesel schemas input and model output

0 commit comments

Comments
 (0)