You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop “comments are OK on data lines” from the CSV documentation, as the CSV file format has no notion of a comment, and the current code merely strips lines beginning with an octothorpe and reportedly sometimes also parts of fields, but (obviously) the field separator can then not be used within a comment
Document that the input data should be sorted (#503)
Make date parsing more robust and in particular, allow the epoch (#1062)
Work around breaking changes in newer node-source-map (Debian#1134275)
Other user-visible changes
Add talk link to tutorial.html
Documentation: make clear that use of so-called “AI” / LLMs to prepare a contribution or to communicate with the project or its users is not permitted
Fix most broken links
Internal refactors/fixes
Switch from jsdoc-toolkit to node-jsdoc2 (Debian #1074595)
Bump some package versions matching Debian bookworm and *buntu 24.04
Add support for newer babeljs and uglifyjs3
Do not embed pre-uglified browser-pack shim, as it may break old browsers