Skip to content

Tags: ksw2000/gods

Tags

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generics migration (emirpasic#237)

* Generics migration

This attempts to migrate this library in the least invasive way by preserving as
much of the original API as possible. It does not change the tests in a
meaningful way nor does it attempt to upgrade any logic that can be simplified
or improved with generics. This is purely an API migration, and still requires a
lot of additional work to be fully ready.

* Fix a few broken tests around serialization

* Add v2 suffix

* Temporarily change mod name for testing

* Rename module to /v2

v1.18.1

Toggle v1.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#205 from emirpasic/development

Fix in ArrayList.Contains function against nil values

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#203 from emirpasic/development

Implements PriorityQueue and CircularBuffer

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#202 from emirpasic/development

Implements queues, LinkedListQueue and ArrayQueue

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#195 from emirpasic/development

Set operations: intersection, union, difference

v1.15.1

Toggle v1.15.1's commit message
Merge branch 'development'

v1.15.0

Toggle v1.15.0's commit message
Merge branch 'development'

v1.14.0

Toggle v1.14.0's commit message
Merge branch 'development'

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#190 from emirpasic/development

Development

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request emirpasic#188 from emirpasic/development

Switch to CircleCI