Skip to content

Releases: zetanumbers/wasm4-rs

wasm4 v0.2.0

07 Apr 09:06
Compare
Choose a tag to compare

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 by include-sprites feature
    • BREAKING: to use include_sprites! macro you have to enable include-sprites feature inside of the cargo manifest
  • Add no_std support and std feature
    • BREAKING: wasm4 now gates impl std::error::Error for OutOfDomainError under disabled by default std feature

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

07 Apr 08:10
Compare
Choose a tag to compare

Miscellaneous Tasks

  • (release) Regenerate changelogs with git-cliff

wasm4-impl v0.1.3

07 Apr 08:37
Compare
Choose a tag to compare

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

07 Apr 08:15
Compare
Choose a tag to compare

Miscellaneous Tasks

  • (release) Regenerate changelogs with git-cliff

wasm4-sys v0.1.2

06 Apr 19:15
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Release wasm4-sys v0.1.2 (3fd2b4b)
    • Change wasm32-unknown-unknown to be the default target for docs.rs (5baa652)
    • Add no_std support (ff7957d)

wasm4-common v0.1.3

06 Apr 19:54
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Change wasm32-unknown-unknown to be the default target for docs.rs (5baa652)
    • Document unsafe functions and fix clippy warnings (60b3c53)
    • Add no_std support (ff7957d)

wasm4 v0.1.2

17 Jan 11:48
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Release wasm4-impl v0.1.2, wasm4 v0.1.2 (d833a30)
    • bump versions (3ffbbb4)

wasm4 v0.1.1

17 Jan 11:38
Compare
Choose a tag to compare

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

wasm4-sys v0.1.1

17 Jan 11:38
Compare
Choose a tag to compare

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

wasm4-impl v0.1.2

17 Jan 11:47
Compare
Choose a tag to compare

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