v2.0.0-rc.14 - Restructure
Pre-release
Pre-release
oscartbeaumont
released this
09 Jul 13:59
·
40 commits
to main
since this release
With this release we have undergone a complete restructure of the repository and many functionality that was previously in the core has been more out into external crates.
- You must now enable the
derive
feature onspecta
to get thespecta::Type
macro. specta::ts
is nowspecta_typescript
specta::export
has been moved tospecta_util
DataTypeFrom
is now in the unreleasedspecta-datatype-from
crate
Note: v2.0.0-rc.15 was done quickly after due to a bug I missed in the macros.