Commit graph

122 commits

Author SHA1 Message Date
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
65346d6683
Remove enumset optional dependency (#339)
The `JsonSchema` impl for `EnumSet` did not accurately represent how it is de/serialized by default
2024-09-09 21:52:16 +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
441249a53b 1.0.0-alpha.14 2024-08-29 17:29:05 +01:00
Graham Esau
1c47af475f 1.0.0-alpha.13 2024-08-27 19:27:42 +01:00
Graham Esau
ae2b5f16c0 1.0.0-alpha.12 2024-08-27 19:04:48 +01:00
Graham Esau
846c49e07e Update changelog 2024-08-27 17:59:08 +01:00
Graham Esau
d07a1be031
Rewrite attribute handling code (#330) 2024-08-27 16:50:47 +01:00
Graham Esau
7c0ba8da88 Update changelog 2024-08-24 18:29:26 +01:00
Graham Esau
26366d112d 1.0.0-alpha.11 2024-08-24 14:38:55 +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
67f5e3d56b Add heading to 1.0.0-alpha.8 changelog 2024-08-21 16:21:02 +01:00
Graham Esau
f8974a951d 1.0.0-alpha.8 2024-08-21 16:20:01 +01:00
Graham Esau
8fa61b09a4 1.0.0-alpha.7 2024-08-19 22:33:56 +01:00
Graham Esau
677f76f7a3 1.0.0-alpha.6 2024-08-17 20:12:53 +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
Graham Esau
5054242247
Merge branch 'master' into v1 2024-08-10 17:58:35 +01:00
Graham Esau
4609590e8e Update changelog for 1.0.0 alpha versions 2024-08-10 17:57:18 +01:00
Graham Esau
e0c2c31dc9 Update changelog for 1.0.0-alpha.2 2024-06-05 21:22:25 +01:00
Graham Esau
3271fbd96a Update changelog for 1.0.0-alpha.1 2024-05-27 15:16:20 +01:00
Graham Esau
5e20a37a1a v0.8.21 2024-05-23 17:26:07 +01:00
Graham Esau
7ecaa7feab
Revert unintentional change in behaviour when combining default and required attributes (#293)
Never add a field with the `default` attribute to a schema's `required` properties
2024-05-18 22:37:40 +01:00
Graham Esau
7f6a7b7e32 Typo in changelog 2024-05-06 18:17:37 +01:00
Graham Esau
8da70a4d45 v0.8.19 2024-05-06 18:13:54 +01:00
Graham Esau
4b90b6f8c8 v0.8.18 2024-05-06 13:58:49 +01:00
Graham Esau
e5ef0f8d7b v0.8.17 2024-04-28 19:03:40 +01:00
Graham Esau
e04e3a3a81 v0.8.16 2023-11-11 20:35:26 +00:00
Graham Esau
9415fcb57b v0.8.15 2023-09-17 21:13:54 +01:00
Graham Esau
0084f1a655 v0.8.14 2023-09-17 20:56:13 +01:00
Graham Esau
28258ae99b Update changelog 2023-09-17 20:40:19 +01:00
Graham Esau
53bb51cb25 Update changelog 2023-09-17 20:35:16 +01:00
Graham Esau
27469ab32b Update changelog for 0.8.13 2023-08-28 21:20:24 +01:00
Graham Esau
c487bbb9e7 Update docs and changelog 2023-08-28 12:29:36 +01:00
Graham Esau
5836afbd64 Update docs and changelog 2023-08-27 23:01:12 +01:00
Graham Esau
5dbfa49c5e Update MSRV to 1.60 2023-08-27 23:01:12 +01:00
Graham Esau
37478d764e
Support types with const generics (#239)
Co-authored-by: Spencer Sharkey <spsharkey@tesla.com>
2023-08-27 20:50:20 +01:00
Graham Esau
0303f0334e
add support for semver crate (#238)
---------

Co-authored-by: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com>
2023-08-27 20:00:36 +01:00
Graham Esau
e0495c0c87 Update MSRV to 1.56 2023-08-20 18:14:04 +01:00
Graham Esau
386e3d7f5a v0.8.12 2023-02-26 21:00:48 +00:00
Graham Esau
5268080b01 v0.8.11 2022-10-02 20:01:43 +01:00
Graham Esau
4f14c1a74c Update docs and changelog 2022-10-02 19:46:29 +01:00
Graham Esau
ba92234b3e Update changelog, update MSRV to 1.45 2022-08-12 15:49:59 +01:00