Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Releases: gofor-little/ts

v0.2.14

27 Mar 02:09
b2ad401
Compare
Choose a tag to compare
v0.2.14 Pre-release
Pre-release

What's Changed

  • chore(deps): update actions/stale action to v8 by @renovate in #14

Full Changelog: v0.2.13...v0.2.14

v0.2.13

27 Feb 04:08
d397011
Compare
Choose a tag to compare
v0.2.13 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.8.2 by @renovate in #13

Full Changelog: v0.2.12...v0.2.13

v0.2.12

14 Feb 22:03
56aef53
Compare
Choose a tag to compare
v0.2.12 Pre-release
Pre-release

Full Changelog: v0.2.11...v0.2.12

v0.2.11

09 Jan 08:36
00d4754
Compare
Choose a tag to compare
v0.2.11 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.8.1 by @renovate in #12

Full Changelog: v0.2.10...v0.2.11

v0.2.10

09 Jan 05:54
06555ba
Compare
Choose a tag to compare
v0.2.10 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.7.5 by @renovate in #11

Full Changelog: v0.2.9...v0.2.10

v0.2.9

06 Jan 23:29
e1fe7e3
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

06 Jan 23:28
c7772d3
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #4

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

21 Aug 02:06
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Added

  • Added Go 1.17 support.
  • Added a changelog.
  • Added a code of conduct.

v0.2.6

20 Feb 04:03
a909b33
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

Added

  • Added Go 1.16 support.

v0.2.5

05 Feb 10:56
db9e91f
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Changed

  • BREAKING: Slice.Elements is no longer an exported property and now can be access via the Slice.GetElements method.

Fixed

  • Fixed possible race conditions on Slice methods.