Releases: vezel-dev/zig-sdk
Releases · vezel-dev/zig-sdk
v2.0.22
- Changed
Build
,Clean
, andPublish
targets to dispatch to all RIDs supported by the project if one is not explicitly specified. - Overhauled warning and static analysis configuration.
- Added more warnings to the various warning levels.
- Changed
WarningLevel=4
from documentation warnings to simply another warning level, containing some controversial warnings. - Added a new
DisableWarnings
property for disabling specific warnings. - Added
ConsumptionAnalysis
,DocumentationAnalysis
,NullabilityAnalysis
,TagAnalysis
, andThreadingAnalysis
properties.
- Changed
LanguageStandard
to default to the newest C/C++ language standard if one is not explicitly specified. - Removed
osx-arm64
andwin-x86
from the defaultRuntimeIdentifiers
(see #4 and #5). - Changed SDK to exclude Zig sources when packing C/C++ projects.
- Changed SDK to require
.zigproj
project file extension for Zig projects.