-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: Peternator7/strum
base: v0.26.1
head repository: Peternator7/strum
compare: v0.26.3
- 14 commits
- 17 files changed
- 13 contributors
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2056939 - Browse repository at this point
Copy the full SHA 2056939View commit details
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b18468 - Browse repository at this point
Copy the full SHA 9b18468View commit details -
feat(as_ref_str): enable
prefix
attribute forAsRefStr
derive (#334)* feat(as_ref_str): enable `prefix` attribute for `AsRefStr` derive * doc(as_ref_str): add prefix example
Configuration menu - View commit details
-
Copy full SHA for 63ee822 - Browse repository at this point
Copy the full SHA 63ee822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ba252 - Browse repository at this point
Copy the full SHA 07ba252View commit details -
Fix docs that say array instead of slice (#343)
Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
Configuration menu - View commit details
-
Copy full SHA for 1abb289 - Browse repository at this point
Copy the full SHA 1abb289View commit details -
Hide EnumTable because I think it should be deprecated in the next re…
…lease (#344) Co-authored-by: Peter Glotfelty <peter@glotfelty.us>
Configuration menu - View commit details
-
Copy full SHA for 8daf564 - Browse repository at this point
Copy the full SHA 8daf564View commit details -
Update changelog and versions.
Peter Glotfelty committedMar 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8b781ba - Browse repository at this point
Copy the full SHA 8b781baView commit details
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5fce03 - Browse repository at this point
Copy the full SHA f5fce03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e46337 - Browse repository at this point
Copy the full SHA 1e46337View commit details
Commits on Apr 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 410062e - Browse repository at this point
Copy the full SHA 410062eView commit details
Commits on May 5, 2024
-
Interpolate unnamed enum variant fields in to_string attribute (#345)
* Trim spaces at the end of format capture identifiers format! allows trailing spaces. * Interpolate unnamed enum variant fields in to_string attribute * Reject "{}" in unit-variants in enums Strings for unit-variants in enums were taken verbatim and not passed to format!() since there's no associated values that *could* be formatted. For consistency with non-unit variants these now have to use the escaped form "{{}}", otherwise an error is produced for the format string.
Configuration menu - View commit details
-
Copy full SHA for 186d29f - Browse repository at this point
Copy the full SHA 186d29fView commit details
Commits on May 12, 2024
-
add hyperlinks to documentation and clarify derive macros (#355)
this makes it easier to navigate the documentation. one comment seemed to suggest that the reexport of the derive macros was depricated, however that has been ignored for several reasons: 1. exposing macros through a derive feature flag is common practice, see the serde crate for an example. 2. using a feature flag means you can't accidentally have a version mismatch. 3. the reexport is used in several examples 4. the only evidence of deprication is a private comment, which would never be seen by normal users of the crate. Co-authored-by: binarycat <binarycat@envs.net>
Configuration menu - View commit details
-
Copy full SHA for 9689d7b - Browse repository at this point
Copy the full SHA 9689d7bView commit details
Commits on Jun 1, 2024
-
Use associated function syntax for calling
get
on anEnumIter
, el……iminating ambiguities. (#357)
Configuration menu - View commit details
-
Copy full SHA for 0c85c16 - Browse repository at this point
Copy the full SHA 0c85c16View commit details -
Update changelog & strum_macros version
Peter Glotfelty committedJun 1, 2024 Configuration menu - View commit details
-
Copy full SHA for c89286f - Browse repository at this point
Copy the full SHA c89286fView 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 v0.26.1...v0.26.3