Breaking Changes
Please note that the optional metadata section of the wkg.toml file has changed to match the newly supported metadata options for Wasm. This feature was more lightly used than other features so we made the decision to "rip the bandaid" and make the changes. Namely:
- The
authorsfield has been renamed toauthorand is now a single string rather than a vec of strings licensehas been renamed tolicensesbut is backwards compatible (it will parse both)repositoryhas been renamed tosourcebut is backwards compatible (it will parse both)categoriesanddocumentationhave been removed
If your config has the authors, categories, or documentation fields, an error will be returned so as to not silently ignore no longer supported fields
Notable changes
We found that by default unstable features were not being included when packaging interfaces. This has now been addressed and all features are included. The enabling of those features is handled by consumers of the interface
What's Changed
- Upgrade wasm-tools to 0.224 by @lann in #146
- Include unstable features in published packages by @lann in #147
- chore: Bump version to 0.10 by @thomastaylor312 in #148
Full Changelog: v0.9.0...v0.10.0