All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added Go 1.17 support.
- Added a changelog.
- Added a code of conduct.
- Added Go 1.16 support.
- BREAKING:
Slice.Elements
is no longer an exported property and now can be access via theSlice.GetElements
method.
- Fixed possible race conditions on
Slice
methods.
- Fixed possible race conditions on
LinkedList
methods.
- Fixed possible race conditions on
Slice
methods.
- Fixed possible race conditions on
LinkedList
methods.
- Updated readme.
- Added Go 1.15 support.
- Added
Slice.Exists
method.
- Added
LinkedList
struct. - Added
Slice
struct.