This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Releases: gofor-little/ts
Releases · gofor-little/ts
v0.2.14
What's Changed
Full Changelog: v0.2.13...v0.2.14
v0.2.13
What's Changed
Full Changelog: v0.2.12...v0.2.13
v0.2.12
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's Changed
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
Full Changelog: v0.2.9...v0.2.10
v0.2.9
v0.2.8
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Added
- Added Go 1.17 support.
- Added a changelog.
- Added a code of conduct.
v0.2.6
Added
- Added Go 1.16 support.
v0.2.5
Changed
- BREAKING:
Slice.Elements
is no longer an exported property and now can be access via theSlice.GetElements
method.
Fixed
- Fixed possible race conditions on
Slice
methods.