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.Elementsis no longer an exported property and now can be access via theSlice.GetElementsmethod.
- Fixed possible race conditions on
Slicemethods.
- Fixed possible race conditions on
LinkedListmethods.
- Fixed possible race conditions on
Slicemethods.
- Fixed possible race conditions on
LinkedListmethods.
- Updated readme.
- Added Go 1.15 support.
- Added
Slice.Existsmethod.
- Added
LinkedListstruct. - Added
Slicestruct.