Skip to content

1.1.0

Compare
Choose a tag to compare
@fernandonogueira fernandonogueira released this 13 May 16:12
· 31 commits to master since this release

Major changes

  • Improving API spec
  • Adding countByStatus method
  • BREAKING CHANGE: poll() now deletes the item after retrieved
  • BREAKING CHANGE: peek() retrieves one item (if found) without removing it from the repository
  • BREAKING CHANGE: retrieve() tries to get one item from the repository. If no item is found, an exception is thrown.