-
Notifications
You must be signed in to change notification settings - Fork 125
Comparing changes
Open a pull request
base repository: ruby/csv
base: v3.3.2
head repository: ruby/csv
compare: v3.3.3
- 15 commits
- 11 files changed
- 4 contributors
Commits on Dec 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f33c613 - Browse repository at this point
Copy the full SHA f33c613View commit details
Commits on Jan 8, 2025
-
Provide a 'Changelog' link on rubygems.org/gems/csv (#327)
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/csv which makes it quick and easy for someone to check on the changes introduced with a new version. Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Configuration menu - View commit details
-
Copy full SHA for f9254d4 - Browse repository at this point
Copy the full SHA f9254d4View commit details
Commits on Feb 24, 2025
-
Fix wrong EOF detection for ARGF
GitHub: fix GH-328 We can't use ARGF.eof? to detect EOF of ARGF. Because ARGF.eof? returns true when an file reached EOF but ARGF may use multiple files. Reported by Takeshi Nishimatsu. Thanks!!!
Configuration menu - View commit details
-
Copy full SHA for a13a4b2 - Browse repository at this point
Copy the full SHA a13a4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49129ff - Browse repository at this point
Copy the full SHA 49129ffView commit details -
Add bare bones console application for filtering CSV (#321)
This is the bare bones (no input/output options yet). Options to be added piecemeal. The help text is a little misleading; it mentions input and output options, but there are none (yet). --------- Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Configuration menu - View commit details
-
Copy full SHA for 6f1c50f - Browse repository at this point
Copy the full SHA 6f1c50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34550ad - Browse repository at this point
Copy the full SHA 34550adView commit details
Commits on Feb 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c457574 - Browse repository at this point
Copy the full SHA c457574View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bfaa5fb - Browse repository at this point
Copy the full SHA bfaa5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eec15de - Browse repository at this point
Copy the full SHA eec15deView commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f524356 - Browse repository at this point
Copy the full SHA f524356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559fbf7 - Browse repository at this point
Copy the full SHA 559fbf7View commit details
Commits on Mar 3, 2025
-
csv-filter: add --input-quote-char (#333)
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Configuration menu - View commit details
-
Copy full SHA for 29723a0 - Browse repository at this point
Copy the full SHA 29723a0View commit details -
csv-filter: add --row-sep (#335)
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Configuration menu - View commit details
-
Copy full SHA for 34e21fa - Browse repository at this point
Copy the full SHA 34e21faView commit details
Commits on Mar 20, 2025
-
CSV.read: Add support for integer mode again
Fix GH-336 Reported by Dave Burgess. Thanks!!!
Configuration menu - View commit details
-
Copy full SHA for f394f79 - Browse repository at this point
Copy the full SHA f394f79View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2abb36 - Browse repository at this point
Copy the full SHA d2abb36View 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 v3.3.2...v3.3.3