0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add methods firstOrNull(list), firstOrNull(list, pred), lastOrNull(list) and lastOrNull(list, pred) for chain. More... about 9 years ago
Improve type cast. More... about 9 years ago
Add methods $.checkNotNull(), Optional.map(function1) and Optional.orThrow(function). More... about 9 years ago
Update appveyor.yml More... about 9 years ago
Change newHashSet with newLinkedHashSet for uniq/distinct methods. More... about 9 years ago
Add gradle example library dependency in readme. More... about 9 years ago
Add lastIndex(array), distinct(array) and distinctBy(array, func) methods. More... about 9 years ago
Add support for the $.chain(int[]) method. More... about 9 years ago
Add reduce(int[], func, zeroElem), reduceRight(int[], func, zeroElem) and reverse(int[]) methods support. More... about 9 years ago
Add int array support for $.map() method. More... about 9 years ago
Update pom.xml More... about 9 years ago
Update .travis.yml More... over 9 years ago
Update pom.xml More... over 9 years ago
Add version 1.20 jar file and description. More... over 9 years ago
Prepare for the version 1.20. More... over 9 years ago
Add xml() method to the FetchResponse. More... over 9 years ago
Add support for the connectTimeout and readTimeout parameters in $.fetch() method, lodash plugin. More... over 9 years ago
Disable verify https connection. More... over 9 years ago
Add more checks for the limit(size) method in chain. More... over 9 years ago
Add version 1.19 jar file and description. More... over 9 years ago
Prepare for the version 1.19. More... over 9 years ago
Add unit test to convert and filter list of strings. More... over 9 years ago
Improve $.join(iterable, separator) method. More... over 9 years ago
Add unit test with json parser for lodash plugin. More... over 9 years ago
Remove issuestats links. More... over 9 years ago
Add forEach(iterate) and forEachRight(iterate) methods for lodash, math and string plugins. More... over 9 years ago
Add forEach and forEachRight for chain. More... over 9 years ago
Improve $.debounce(function, delay) method and add $.throttle(function, wait) method More... over 9 years ago
Improve perfomance for $.intersection(list1, list2) and $.difference(list1, list2) methods. More... over 9 years ago
Add version 1.18 jar file and description. More... over 9 years ago