0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 31, 2025 — Aug 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix backticks in changelog. More... about 14 years ago
Add release notes to site. More... about 14 years ago
Generate source map for minified code. More... about 14 years ago
Bump vendored JS.Class library to version 3.0.8. More... about 14 years ago
Update website version data. More... about 14 years ago
Bump version in manifest. More... about 14 years ago
Update changelog for the new version. More... about 14 years ago
Replace notElem definition with negation of elem. More... about 14 years ago
Test that elem and notElem are duals. More... about 14 years ago
Tidy existing codebase. More... about 14 years ago
Tidy up additions. More... about 14 years ago
Added 'find', 'findIndex', 'elemIndex', 'break', 'inits' and 'tails' More... about 14 years ago
Added 'span', forgot it would be low-hanging fruit once takeWhile and dropWhile were done. More... about 14 years ago
Added 'take', 'drop', 'takeWhile', 'dropWhile', and 'splitAt' More... about 14 years ago
Added 'scanl', 'scanl1', 'scanr' and 'scanr1'. More... about 14 years ago
Added , , and utility functions to help higher-order programming. Also added . More... about 14 years ago
Making sure init and tail return an empty array when given a single-element array. More... about 14 years ago
Adding more functions from Haskell's Data.List - empty (null), head, init, tail, last, subsequences, transpose, append (++). More... about 14 years ago
Update website with Node and npm info. More... about 15 years ago
Add a list of the functions added in this version to the website blurb. More... about 15 years ago
Update version info and download links on website. More... about 15 years ago
Add version 1.2.0 downloads to site. More... about 15 years ago
Add notes on deploying with Helium to the README. More... about 15 years ago
Add installation instructions to README. More... about 15 years ago
Update changelog for version 1.2.0. More... about 15 years ago
Update package.json for version 1.2.0. More... about 15 years ago
Add elem and notElem functions. More... about 15 years ago
Add sum and product functions. More... about 15 years ago
Add concat and intercalate functions. More... about 15 years ago
Document the intersperse function. More... about 15 years ago