Skip to content

v0.3.0

Compare
Choose a tag to compare
@maxdeviant maxdeviant released this 11 Jun 17:08
· 18 commits to main since this release

Added

  • Added expect/string_to_contain for asserting that a string contains another string.
  • Added expect/string_to_not_contain for asserting that a string does not contain another string.
  • Added expect/string_to_start_with for asserting that a string starts with another string.
  • Added expect/string_to_end_with for asserting that a string ends with another string.
  • Added expect/list_to_contain for asserting that a list contains a given element.
  • Added expect/list_to_not_contain for asserting that a list does not contain a given element.

Changed

  • Fixed warnings with gleam_stdlib v0.38.0.