0
I Use This!
Inactive

Commits : Listings

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