We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabf20f commit bb4e64aCopy full SHA for bb4e64a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 0.0.16
15
16
- add option `schema-path` and `model-path` to specify custom paths for diesel schemas input and model output
0 commit comments