Skip to content

Releases: beeker1121/goque

v2.1.3

26 Dec 19:29

Choose a tag to compare

Fixed README.md

v2.1.2

25 Dec 23:19

Choose a tag to compare

Updated README.md

v2.1.1

03 Nov 21:02

Choose a tag to compare

2.1.1 (2019-11-03)

Changes

  • Implemented Go modules

v2.1.0

03 Nov 20:49

Choose a tag to compare

2.0.1 (2019-11-03)

Changes

  • Added methods to encode/decode objects as JSON

v2.0.1

31 Jul 00:43

Choose a tag to compare

2.0.1 (2016-07-30)

Changes

  • Fixed priority queue example comment in README

v2.0.0

31 Jul 00:18

Choose a tag to compare

2.0.0 (2016-07-30)

Changes

  • All NewItem methods have been removed
  • Enqueue, Push, and Update methods accept values instead of Item objects
  • Enqueue, Push, and Update methods all return a pointer to a new Item
  • Enqueue and Push methods have String and Object helper methods

v1.0.2

22 Jul 23:47

Choose a tag to compare

1.0.2 (2016-07-22)

Bug Fixes

  • Improved upon Update methods fix #5

1.0.1

22 Jul 21:57

Choose a tag to compare

Bug Fixes

  • Update methods now check if item exists prior to updating #5

1.0.0

22 Jul 19:10

Choose a tag to compare

First version of Goque