Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.4 release prep #10

Merged
merged 15 commits into from
Jun 17, 2024
Merged

v1.0.4 release prep #10

merged 15 commits into from
Jun 17, 2024

Conversation

JesseCoretta
Copy link
Owner

@JesseCoretta JesseCoretta commented Jun 17, 2024

Changes

  • sort.Interface qualification, allowing basic sort operations for Stack instances
    • Added Stack.Swap(int, int) and Stack.Less(int, int) bool methods
    • Added Stack.SetLessFunc(...func(int, int) bool) Stack method to allow sort closure submission by adopters
    • Included a package-default sorter based on slice string representation, if available
  • Documentation updates
  • Removed Experimental badge from README.md 🥳
  • Removed unneeded (commented-out) code

@JesseCoretta JesseCoretta self-assigned this Jun 17, 2024
@JesseCoretta JesseCoretta added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 17, 2024
This was linked to issues Jun 17, 2024
@JesseCoretta JesseCoretta marked this pull request as ready for review June 17, 2024 06:11
@codecov-commenter
Copy link

codecov-commenter commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (88b62cd) to head (636801a).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines         2257      2326   +69     
=========================================
+ Hits          2257      2326   +69     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JesseCoretta JesseCoretta merged commit b857be1 into main Jun 17, 2024
3 checks passed
@JesseCoretta JesseCoretta deleted the v1.0.4 branch June 17, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add links for documentation Add sort.Interface qualifying methods
2 participants