Skip to content

Releases: dogmatiq/kyu

Version 0.2.0

15 Jun 02:40
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Added

  • [BC] Added Queue.Contains()

Fixed

  • IsFront() and IsBack() methods now return false if the element is not on the queue
  • Remove() no longer panics if the element is not on the queue
  • Update() panics with a meaningful message if the element is not on the queue

Version 0.1.0

15 Jun 02:39
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release