v2.0.0-rc.17 - General upgrades
Pre-release
Pre-release
oscartbeaumont
released this
01 Aug 13:00
·
12 commits
to main
since this release
This release comes with a handful of small incremental improvements primarily targeted at the next release of Tauri Specta including:
specta-jsdoc
crate for JSDoc exporting. This crate is still a work in progress.- Move
function::fn_datatype
andfunction::collect_functions
from proc macros tomacro_rules
- Remove
pub use datatype::*
from the crates root. Imports must be updated to be fromspecta::datatype::...
instead. - Merge
specta_typescript::ExportConfig
intospecta_typescript::Typescript
- Handle removing
r#
from the function name directly in Specta (previously we handled this at the Tauri Specta level) - Add aditional time types (#275) thanks @agasparovic