Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.9 KB

versions.adoc

File metadata and controls

54 lines (42 loc) · 1.9 KB

K-Deque Version History

Version Docs Description

v0.9.0

Dokka

Add CharDeque. Add copyOf method to all types.

v0.8.0

Dokka

Add constructor functions for all types.

v0.7.0

Dokka

Add ByteDeque, ShortDeque, IntDeque, LongDeque, UShortDeque, UIntDeque, ULongDeque

v0.6.2

Dokka

Fix issue with trimToSize method not messing with the head position.

v0.6.1

Dokka

Fix issue with copyToArray on Deque instances with a size of 1

v0.6.0

Dokka

Add contentEquals method.

v0.5.0

Dokka

Add trimToSize() method.

v0.4.0

Dokka

BREAKING! See version release notes!

v0.3.0

Dokka

Add toArray() method to deques.

v0.2.0

Dokka

Add UByteDeque

v0.1.0

Dokka

Initial release containing a generic Deque type.