Last release 4 months ago
06 Apr 2026
Release timing varies
gaps range from 8 days to 3 months
Some releases are documented
notes for 10 of 17 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
150 releases · first in 2014
Release timeline
150 releases since 2014One column per quarter.
Releases
- v1.10.1-0.20260406184342-6fd6afdc9df06 Apr 2026pre-release
Nothing published for this version
- v1.10.1-0.20260106233608-715c728a35796 Jan 2026pre-release
Nothing published for this version
- v1.10.1-0.20251013122649-fc670a425e3a13 Oct 2025pre-release
Nothing published for this version
- v1.10.08 Sept 2025
Release notes
Open source →What's Changed
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot[bot] in #275
- build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot[bot] in #277
- build(deps): bump github/codeql-action from 3.28.19 to 3.29.5 by @dependabot[bot] in #289
- build(deps): bump github/codeql-action from 3.29.7 to 3.29.10 by @dependabot[bot] in #296
- build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #295
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #293
- build(deps): bump github/codeql-action from 3.29.10 to 3.30.1 by @dependabot[bot] in #301
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #300
- build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in #298
- Always return empty map instead of nil when conversion fails by @andig in #283
New Contributors
Full Changelog: v1.9.2...v1.10.0
- v1.9.3-0.20250908114717-365e80cabc9e8 Sept 2025pre-release
Nothing published for this version
- v1.9.3-0.20250904140418-9f0f68b802ee4 Sept 2025pre-release
Nothing published for this version
- v1.9.3-0.20250827192120-d45dead50f7227 Aug 2025pre-release
Nothing published for this version
- v1.9.3-0.20250819223100-004f51d2ec5b19 Aug 2025pre-release
Nothing published for this version
- v1.9.3-0.20250819201626-9086295a65c019 Aug 2025pre-release
Nothing published for this version
- v1.9.3-0.20250812163031-707c88be8fbd12 Aug 2025pre-release
Nothing published for this version
- v1.9.3-0.20250807221108-cca5e42abc557 Aug 2025pre-release
Nothing published for this version
- v1.9.3-0.20250730115547-77336aebf4ab30 Jul 2025pre-release
Nothing published for this version
- v1.9.3-0.20250710195236-ed018f48f3a810 Jul 2025pre-release
Nothing published for this version
- v1.9.3-0.20250607153923-2928afa34d207 Jun 2025pre-release
Nothing published for this version
- v1.9.3-0.20250604112553-d2236f65c47c4 Jun 2025pre-release
Nothing published for this version
- v1.9.3-0.20250602134832-c38b91cfda8a2 Jun 2025pre-release
Nothing published for this version
- v1.9.22 Jun 2025
Release notes
Open source →What's Changed
- fix: float string to number parsing by @sagikazarmark in #276
Full Changelog: v1.9.1...v1.9.2
- v1.9.11 Jun 2025
Release notes
Open source →What's Changed
- fix: indirection of typed nils by @sagikazarmark in #273
Full Changelog: v1.9.0...v1.9.1
- v1.9.01 Jun 2025
Release notes
Open source →Notable new features 🎉
- Casting from type aliases is now supported for basic types
- Added generic functions:
To/ToE,Must,ToNumber/ToNumberE - Increased test coverage
- Converting float numbers from string is now supported
Warning
Since cast now supports converting float values from strings, a related edge case behaves differently:
In previous versions, attempting to convert an empty string to a float resulted in an error.
Starting with this version, the same operation no longer raises an error.
To maintain consistency with the rest of the library, an empty string now converts to the float value
0.0.What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #248
- build(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.1 by @dependabot in #247
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #245
- refactor: move number parsing to generic functions by @sagikazarmark in #250
- Improve ToString/ToStringE performance by @ganigeorgiev in #244
- Split caste.go into smaller files by @sagikazarmark in #251
- refactor: remove unused initial int conversion by @sagikazarmark in #253
- Generate code to make maintenance easier by @sagikazarmark in #252
- feat: add To and ToNumber functions by @sagikazarmark in #255
- build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in #243
- Move tests next to their implementation by @sagikazarmark in #256
- Refactor number tests by @sagikazarmark in #257
- feat: return 0 when casting an empty string to a number by @sagikazarmark in #259
- Support converting string float numbers to integer types by @sagikazarmark in #261
- Test improvements by @sagikazarmark in #262
- Improvements by @sagikazarmark in #263
- refactor: return indirection result from indirect function by @sagikazarmark in #264
- Slice improvements by @sagikazarmark in #265
- refactor: move error message to a constant by @sagikazarmark in #267
- chore: improve map cast functions by @sagikazarmark in #269
- Resolve aliases by @sagikazarmark in #271
New Contributors
- @ganigeorgiev made their first contribution in #244
Full Changelog: v1.8.0...v1.9.0
- v1.8.1-0.20250531203518-63f961ef489231 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250531175549-0d730911110c31 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250530192935-274f7e04c25c30 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250530004510-0b49d026814f30 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250529211946-1c48a3d15a3e29 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250516114648-ba34659f032a16 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250514113756-58753a1e0af514 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250508110503-104e226930a28 May 2025pre-release
Nothing published for this version
- v1.8.1-0.20250505165048-c321ae8e63a35 May 2025pre-release
Nothing published for this version
- v1.8.02 May 2025
Release notes
Open source →What's Changed
- Updates by @sagikazarmark in #237
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #193
- Generic by @sagikazarmark in #238
- Add unsigned integer support in ToStringSliceE function by @nicklaus-dev in #200
- Add function to cast
interface{}to[]float64by @ste93cry in #179 - Add cast methods ToUintSlice by @nmvalera in #236
- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in #240
- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by @dependabot in #239
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by @dependabot in #242
- Add ToInt64Slice() and ToInt64SliceE() by @arui1628 in #234
New Contributors
- @nicklaus-dev made their first contribution in #200
- @ste93cry made their first contribution in #179
- @nmvalera made their first contribution in #236
- @arui1628 made their first contribution in #234
Full Changelog: v1.7.1...v1.8.0
- v1.7.2-0.20250428065012-929f138be02a28 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250415093334-ac031ef0056015 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250415093234-79b62f3bfc3e15 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250414111410-0c806f9732e214 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250413221216-e929a71ffcd413 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250413115017-64a8e0858f6313 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250413105114-77d67b0a2c6213 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250412171030-958731e19eb212 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250412122122-d1489e2ff85212 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250412114610-fe0d3c4abe8112 Apr 2025pre-release
Nothing published for this version
- v1.7.2-0.20250412112235-2dc72493cc4d12 Apr 2025pre-release
Nothing published for this version
- v1.7.118 Oct 2024
Release notes
Open source →What's Changed
- Update README.md by @lesichkovm in #224
- Fix ToUint64 issue with string input exceeding maximum int64 by @skyjerry in #213
New Contributors
- @lesichkovm made their first contribution in #224
- @skyjerry made their first contribution in #213
Full Changelog: v1.7.0...v1.7.1
- v1.7.1-0.20241018175317-487df009348218 Oct 2024pre-release
Nothing published for this version
- v1.7.1-0.20240901052258-184982508e601 Sept 2024pre-release
Nothing published for this version
- v1.7.06 Aug 2024
Release notes
Open source → - v1.6.1-0.20240806190819-6e0c3abdfe6a6 Aug 2024pre-release
Nothing published for this version
- v1.6.1-0.20240806190819-6c5f3fcc57026 Aug 2024pre-release
Nothing published for this version
- v1.6.1-0.20240312141708-6e9731d50e3712 Mar 2024pre-release
Nothing published for this version
- v1.6.028 Nov 2023
Release notes
Open source →What's Changed
- Bump actions/setup-go from 3 to 4 by @dependabot in #180
- Bump github.com/frankban/quicktest from 1.14.4 to 1.14.5 by @dependabot in #185
- Updates by @sagikazarmark in #190
- deps/update20231128 by @bep in #205
Full Changelog: v1.5.1...v1.6.0
- v1.5.2-0.20231128095219-48ddde57013628 Nov 2023pre-release
Nothing published for this version
- v1.5.2-0.20231009112025-b7a72fccfa2d9 Oct 2023pre-release
Nothing published for this version
- v1.5.2-0.20230804091713-e9ba3ce839194 Aug 2023pre-release
Nothing published for this version
- v1.5.2-0.20230804091312-9d37e3a907a64 Aug 2023pre-release
Nothing published for this version
- v1.5.2-0.20230804090811-c49a664d4bcb4 Aug 2023pre-release
Nothing published for this version
- v1.5.2-0.20230804090458-0b4af69ad6804 Aug 2023pre-release
Nothing published for this version
- v1.5.2-0.20230804090428-235f0289890c4 Aug 2023pre-release
Nothing published for this version
- v1.5.115 May 2023
Release notes
Open source →What's Changed
- Correction of hugo URL error by @qwxingzhe in #164
- Improve CI by @sagikazarmark in #167
- Bump github.com/frankban/quicktest from 1.14.3 to 1.14.4 by @dependabot in #168
- Add more integer to boolean conversions by @yveshield in #153
- Pull the 2006-01-02 layout to the top when checking by @bep in #187
New Contributors
- @qwxingzhe made their first contribution in #164
- @sagikazarmark made their first contribution in #167
- @dependabot made their first contribution in #168
- @yveshield made their first contribution in #153
Full Changelog: v1.5.0...v1.5.1
- v1.5.1-0.20230412120515-f54f5eb09cdd12 Apr 2023pre-release
Nothing published for this version
- v1.5.1-0.20230316120803-f51fe103056616 Mar 2023pre-release
Nothing published for this version
- v1.5.1-0.20230205231219-f12f2975512c5 Feb 2023pre-release
Nothing published for this version
- v1.5.1-0.20230205224337-229ebf64902d5 Feb 2023pre-release
Nothing published for this version