Andre Popovitch
13ffa14d1f
Fix clippy lints
2025-01-13 10:22:16 +00:00
Graham Esau
ae4fe29592
1.0.0-alpha.17
2024-12-02 22:19:33 +00:00
Graham Esau
b54680e7dc
1.0.0-alpha.16
2024-11-25 10:44:25 +00:00
Graham Esau
95023c2ab0
Avoid inlining schemas in internally-tagged enum newtype variants ( #355 )
...
Schemas are still inlined in some cases, e.g. when the inner type has `deny_unknown_fields`, because then `$ref` would cause an unsatisfiable schema due to the variant tag not being allowed
2024-11-25 10:26:37 +00:00
Graham Esau
e5168819a4
Allow example
attribute value to be any expression ( #354 )
2024-11-20 22:18:31 +00:00
Graham Esau
a479e6cc0e
Improvements to test coverage ( #340 )
...
This increases msrv to 1.70
2024-09-16 10:06:22 +01:00
Graham Esau
4a526adf30
1.0.0-alpha.15
2024-09-05 13:02:19 +01:00
Graham Esau
05325d2b7c
Add Contract
for generating separate serialize/deserialize schemas ( #335 )
2024-09-04 19:41:34 +01:00
Graham Esau
497333e91b
Replace placeholder error message
2024-09-01 11:30:54 +01:00
Graham Esau
5d58a4d3f0
Wrap comment lines at 100 chars
2024-08-30 13:05:33 +01:00
Graham Esau
d6c8b6b022
Fix ui tests in nightly
2024-08-30 11:12:23 +01:00
Graham Esau
9bba81892f
Move private crate exports into _private
module
2024-08-29 19:47:19 +01:00
Graham Esau
441249a53b
1.0.0-alpha.14
2024-08-29 17:29:05 +01:00
Graham Esau
9770301218
Read #[garde(...)]
attributes in addition to #[validate(...)]
( #331 )
2024-08-29 17:12:06 +01:00
Graham Esau
56cdd45c5a
Allow validate
(but not schemars
) attributes to have extra values where necessary
2024-08-28 09:59:24 +01:00
Graham Esau
a85f0fc7bc
Rust rustfmt
2024-08-28 09:16:29 +01:00
Graham Esau
1c47af475f
1.0.0-alpha.13
2024-08-27 19:27:42 +01:00
Graham Esau
d7ff81de96
Fix regex
attribute when it uses dereferencing
2024-08-27 19:26:02 +01:00
Graham Esau
ae2b5f16c0
1.0.0-alpha.12
2024-08-27 19:04:48 +01:00
Maximilian Güntner
04fa0713da
fix: honor rename_all_fields, add tests ( #304 )
2024-08-27 17:55:21 +01:00
Graham Esau
d07a1be031
Rewrite attribute handling code ( #330 )
2024-08-27 16:50:47 +01:00
Graham Esau
66f17fff0e
Allow regex(path = ...)
value to be a non-string expression ( #328 )
2024-08-24 18:27:27 +01:00
Graham Esau
26366d112d
1.0.0-alpha.11
2024-08-24 14:38:55 +01:00
Graham Esau
df06fc5f66
Allow arbitrary expressions in doc/title/description attributes ( #327 )
2024-08-24 14:35:30 +01:00
Graham Esau
016d20c1eb
1.0.0-alpha.10
2024-08-22 20:00:04 +01:00
Graham Esau
9683d18e67
1.0.0-alpha.9
2024-08-21 17:54:53 +01:00
Graham Esau
8438865588
Disable doctests for derive code snippets
2024-08-21 17:52:56 +01:00
Graham Esau
2914a1b66a
Include derive(JsonSchema)
docs in rustdoc
2024-08-21 17:52:56 +01:00
Graham Esau
f8974a951d
1.0.0-alpha.8
2024-08-21 16:20:01 +01:00
Graham Esau
b4f214f6dc
Remove usages of gen
identifier ( #323 )
...
`gen` is a reserved keyword in rust 2024, making it very awkward to use as a module/variable name.
2024-08-21 16:15:13 +01:00
Graham Esau
8fa61b09a4
1.0.0-alpha.7
2024-08-19 22:33:56 +01:00
Graham Esau
85626ab3a3
Enable (and fix) more clippy lints
2024-08-19 10:42:05 +01:00
Graham Esau
677f76f7a3
1.0.0-alpha.6
2024-08-17 20:12:53 +01:00
Graham Esau
a6698f8955
Make custom CSS available in both crate directories
...
This *should* fix the docs.rs build...
2024-08-17 20:05:43 +01:00
Graham Esau
4b7e9ace01
1.0.0-alpha.5
2024-08-17 19:50:07 +01:00
Graham Esau
89a34e7a63
Add no_std
support via disabling the new default feature std
( #319 )
2024-08-17 19:46:11 +01:00
Graham Esau
3c9e49d161
1.0.0-alpha.4
2024-08-17 16:20:51 +01:00
Bilal Mahmoud
0af8f50086
Add absolute import for Result
( #307 )
...
This changes it so that the `Result` used in the derived schema code is using the absolute path to the `Result` enum, otherwise type aliases, such as: `error_stack::Result` cannot be used.
2024-08-17 13:28:56 +01:00
Graham Esau
faf15e7859
Merge metadata setters and transform applications if they're both specified
2024-08-12 18:24:38 +01:00
Graham Esau
eb3077742f
Optimise applying metadata
...
This reduces the output MIR size of the example code from https://github.com/GREsau/schemars/issues/246 by ~50% (from 18k to 9k lines)
2024-08-12 18:21:25 +01:00
Graham Esau
7bcd200a21
v1.0.0-alpha.3
2024-08-10 13:40:05 +01:00
Graham Esau
14b06e71ba
Add transform = ...
attribute ( #312 )
...
This allows running arbitrary transforms on generated schemas when deriving `JsonSchema`
2024-08-10 09:56:52 +01:00
Graham Esau
ce15380863
Do not collapse newlines in doc comments ( #310 )
2024-08-04 16:43:22 +01:00
Graham Esau
3150f98fc8
v1.0.0-alpha.2
2024-06-05 21:15:16 +01:00
Graham Esau
840315b2dd
Add #[schemars(extend("key" = value))]
attribute ( #297 )
2024-06-05 21:09:52 +01:00
Graham Esau
3ee7c7f5e5
v1.0.0-alpha.1
2024-05-27 11:14:43 +01:00
Graham Esau
760403e2f5
Update doc comments and make SchemaGenerator
available from crate root
2024-05-27 11:09:15 +01:00
Graham Esau
f8b56cb455
Replace is_referenceable()
with always_inline_schema()
2024-05-26 16:51:42 +01:00
Graham Esau
1aaa162e0b
Make schema_name()
return Cow<'static, str>
instead of String
2024-05-26 15:20:56 +01:00
Graham Esau
1819dceb24
Merge branch 'master' into v1
2024-05-23 17:31:52 +01:00