Releases: zetanumbers/wasm4-rs
Releases · zetanumbers/wasm4-rs
wasm4 v0.2.0
Bug Fixes
- Fix
line
's code typo
Documentation
- Document unsafe functions and fix clippy warnings
- Docs.rs prints required features
- Include examples into documentation with
include_str!
macro - Change wasm32-unknown-unknown to be the default target for docs.rs
Features
- (macros)
include_sprites!
is now gated byinclude-sprites
feature- BREAKING: to use
include_sprites!
macro you have to enableinclude-sprites
feature inside of the cargo manifest
- BREAKING: to use
- Add
no_std
support andstd
feature- BREAKING: wasm4 now gates
impl std::error::Error for OutOfDomainError
under disabled by defaultstd
feature
- BREAKING: wasm4 now gates
Miscellaneous Tasks
- (release) Regenerate changelogs with git-cliff
- (release) Bump wasm4-sys dependency to 0.1.3
- (release) Bump wasm4-common dependency to 0.1.4
- (release) Bump wasm4-impl patch version
- (release) Exclude example PNG images from the package
Build
- (examples) Use wasm4 package's
examples
directory - (examples) Use cdylib instead of bin
wasm4-sys v0.1.3
Miscellaneous Tasks
- (release) Regenerate changelogs with git-cliff
wasm4-impl v0.1.3
Documentation
- Document unsafe functions and fix clippy warnings
- Disable documentation generation for
wasm4-impl
Miscellaneous Tasks
- (release) Update
wasm-impl
local dependencies - (release) Update changelog
- (release) Regenerate changelogs with git-cliff
- (release) Bump wasm4-impl patch version
- (release) Bump wasm4-common dependency to 0.1.4
Refactor
- Move include_sprites! implementation into its module
- Fix
cargo check
warnings
wasm4-common v0.1.4
Miscellaneous Tasks
- (release) Regenerate changelogs with git-cliff
wasm4-sys v0.1.2
Documentation
- change wasm32-unknown-unknown to be the default target for docs.rs
New Features
- add
no_std
support
Commit Statistics
- 3 commits contributed to the release.
- 810 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
wasm4-common v0.1.3
Documentation
- change wasm32-unknown-unknown to be the default target for docs.rs
- document unsafe functions and fix clippy warnings
In particular added documentation to unsafe functions with safety sections.
New Features
- add
no_std
support
Commit Statistics
- 3 commits contributed to the release.
- 810 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
wasm4 v0.1.2
Commit Statistics
- 2 commits contributed to the release.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
wasm4 v0.1.1
Commit Statistics
- 1 commit contributed to the release.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- fix license (7e163bd)
wasm4-sys v0.1.1
Commit Statistics
- 1 commit contributed to the release.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- fix license (7e163bd)
wasm4-impl v0.1.2
Commit Statistics
- 1 commit contributed to the release.
- 1 commit where understood as conventional.
- 0 issues like '(#ID)' where seen in commit messages
Commit Details
view details
- Uncategorized
- bump versions (3ffbbb4)