-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: ccoVeille/go-safecast
base: v1.2.0
head repository: ccoVeille/go-safecast
compare: v1.5.0
- 14 commits
- 16 files changed
- 3 contributors
Commits on Nov 30, 2024
-
build(deps): bump the all group with 2 updates
Bumps the all group with 2 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `DavidAnson/markdownlint-cli2-action` from 17.0.0 to 18.0.0 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v17.0.0...v18.0.0) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3bea3b3 - Browse repository at this point
Copy the full SHA 3bea3b3View commit details
Commits on Dec 9, 2024
-
build(deps): bump crate-ci/typos in the all group across 1 directory
Bumps the all group with 1 update in the / directory: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.27.3 to 1.28.2 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.27.3...v1.28.2) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 56e70a4 - Browse repository at this point
Copy the full SHA 56e70a4View commit details
Commits on Dec 13, 2024
-
ci: we should make sure the code comply gosec
The whole project is about having code compliant with G115.
Configuration menu - View commit details
-
Copy full SHA for 49c0c79 - Browse repository at this point
Copy the full SHA 49c0c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5153904 - Browse repository at this point
Copy the full SHA 5153904View commit details
Commits on Dec 14, 2024
-
Providing the value and error would be easier to test
Configuration menu - View commit details
-
Copy full SHA for f468e0b - Browse repository at this point
Copy the full SHA f468e0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81da728 - Browse repository at this point
Copy the full SHA 81da728View commit details -
One code to rule them all. This code is pretty similar to the one @ldemailly provided for https://github.com/fortio/safecast We worked at the same time on the same code, we came to distinct solutions. His one was better and simpler than mine, so now I'm simply switching to something highly inspired from his code. Co-Authored-By: Laurent Demailly <ldemailly@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cbcae8f - Browse repository at this point
Copy the full SHA cbcae8fView commit details
Commits on Dec 15, 2024
-
feat: add conversion to float32 and float64
The only uses case that can overflow is when a float64 is stored in a float32
Configuration menu - View commit details
-
Copy full SHA for 74e2586 - Browse repository at this point
Copy the full SHA 74e2586View commit details
Commits on Dec 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7534d4 - Browse repository at this point
Copy the full SHA f7534d4View commit details -
build(deps): bump crate-ci/typos from 1.28.2 to 1.28.3 in the all group
Bumps the all group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.28.2 to 1.28.3 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.28.2...v1.28.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5230cf7 - Browse repository at this point
Copy the full SHA 5230cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5639866 - Browse repository at this point
Copy the full SHA 5639866View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0cd846 - Browse repository at this point
Copy the full SHA f0cd846View commit details -
The struct of the error is no longer exported. It helps to provide a better documentation, even if it's a breaking change.
Configuration menu - View commit details
-
Copy full SHA for 214bd73 - Browse repository at this point
Copy the full SHA 214bd73View commit details
Commits on Dec 18, 2024
-
This function calls Convert and panics if there is an error
Configuration menu - View commit details
-
Copy full SHA for 18f613b - Browse repository at this point
Copy the full SHA 18f613bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.0...v1.5.0