Skip to content

Releases: ShE3py/chocodye

v.1.1.2

17 Nov 00:57
c9459a5
Compare
Choose a tag to compare

Changelog:

  • Improve website accessibility and overall look.
  • Add Japanese translation.
  • Replaced typewriter apostrophes (') with typographic apostrophes ().
  • Added colored boxes to Dye’s variants docs.

Cargo.toml:

[dependencies]
chocodye = "1.1.2"

Documentation: https://docs.rs/chocodye/1.1.2/

v1.1.1

17 Mar 22:45
18febcd
Compare
Choose a tag to compare

Changelog:

  • Added #[inline] and #[must_use] to most functions.
  • Code relint & refactor.

Cargo.toml:

[dependencies]
chocodye = "1.1.1"

Documentation: https://docs.rs/chocodye/1.1.1/

v1.1.0

29 Sep 16:47
30caae6
Compare
Choose a tag to compare

Changelog:

  • A live version using WebAssembly is now available on this web page.
  • Fix make_meal() missing some snacks if the implementation had to temporarily deviate from its target in order to reach it.
  • Fix make_menu() using an unflipped inequality even though the snack's effect was negative.
  • Fix Dye::EPSILON being wrongly calculated to 269 instead of 89.
  • Fix crate's MSRV being incorrectly set as 1.66 instead of 1.70.
  • Snack, Dye and Lang enums are now #[repr(u8)].
  • Rgb can now be formatted as {:x} and {:X}.
  • Add SnackList::sum(), SnackList::is_empty() and SnackList::kinds().
  • The menu example now suggests using a Han Lemon if it will reduce the snack cost.

Cargo.toml:

[dependencies]
chocodye = "1.1.0"

Documentation: https://docs.rs/chocodye/1.1.0/

v1.0.2

02 Jul 22:48
ce10375
Compare
Choose a tag to compare

Changelog:

Cargo.toml:

[dependencies]
chocodye = "1.0.2"

Documentation: https://docs.rs/chocodye/1.0.2/

v1.0.1

09 Jun 10:00
38fe986
Compare
Choose a tag to compare

Changelog:

Cargo.toml:

[dependencies]
chocodye = "1.0.1"

Documentation: https://docs.rs/chocodye/1.0.1/

v1.0.0

03 Jun 12:54
759f978
Compare
Choose a tag to compare

Initial release.

Cargo.toml:

[dependencies]
chocodye = "1.0.0"

Documentation: https://docs.rs/chocodye/1.0.0/