tauri/core
chip eaec5fe9c1
Limit pub exposure in 2.x (#10158)
* hide `Invoke` from documentation

* make `Asset` non-exhaustive

* make `InvokeRequest` non-exhaustive

* mark `tauri_utils::platform::Target` non-exhaustive

* mark the runtime crates as unstable API

* Revert "mark the runtime crates as unstable API" [skip ci]

This reverts commit b8377222e3.

* mark the runtime crates as unstable API

* Revert "mark the runtime crates as unstable API" [skip ci]

This reverts commit 9284897644.

* mark the runtime crates as unstable API

* mark tauri_utils::TitleBarStyle as `#[non_exhaustive]`

* mark `InvokeRequest` as non_exhaustive unless `unstable` feature

* mark config and acl items as unstable
2024-07-31 10:54:43 -03:00
..
tauri Limit pub exposure in 2.x (#10158) 2024-07-31 10:54:43 -03:00
tauri-acl-schema refactor: core plugin permissions are now prefixed core:, closes #10359 (#10390) 2024-07-30 07:52:43 -03:00
tauri-build Minor: 'cargo doc' reports links need to be wrapped in angle brackets. (#10320) 2024-07-30 07:54:08 -03:00
tauri-codegen feat(core): fallback to file system for AssetResolver::get, closes #8411 (#10357) 2024-07-31 07:13:40 -03:00
tauri-config-schema feat(cli): add migration from 2.0.0-beta to 2.0.0-rc (#10395) 2024-07-30 16:32:59 -03:00
tauri-macros Minor: 'cargo doc' reports links need to be wrapped in angle brackets. (#10320) 2024-07-30 07:54:08 -03:00
tauri-plugin refactor: core plugin permissions are now prefixed core:, closes #10359 (#10390) 2024-07-30 07:52:43 -03:00
tauri-runtime Limit pub exposure in 2.x (#10158) 2024-07-31 10:54:43 -03:00
tauri-runtime-wry Limit pub exposure in 2.x (#10158) 2024-07-31 10:54:43 -03:00
tauri-utils Limit pub exposure in 2.x (#10158) 2024-07-31 10:54:43 -03:00
tests Minor: 'cargo doc' reports links need to be wrapped in angle brackets. (#10320) 2024-07-30 07:54:08 -03:00