Matus Goljer
bf99147ca0
Fix `-tree-mapreduce-from` test & reformat the tests
13 years ago
Matus Goljer
75efb6069a
Add tree map/reduce
13 years ago
Magnar Sveen
9936885588
Merge pull request #51 from Fuco1/debug-decl
...
Debug declarations, better indent & if changed to &rest else
13 years ago
Fuco1
459322df3d
Update docs
13 years ago
Matus Goljer
b4d84de715
Add debug declarations for `-when-let`s and `-if-let`s
13 years ago
Matus Goljer
bf85b21eb2
Change &optional branches to &rest branches in `-if-let`s
13 years ago
Matus Goljer
6d20aa0864
If has an indent function 2, not 1
13 years ago
Magnar Sveen
13e0a351bd
Release 2.2.0
13 years ago
Magnar Sveen
8e2422af5c
Add Christina Whyte ( @kurisuwhyte ) to list of contributors
13 years ago
Magnar Sveen
52323996bf
Merge pull request #50 from kurisuwhyte/master
...
Provides `-compose` for function composition
13 years ago
Christina Whyte
20eb3315ca
Updates the documentation.
13 years ago
Christina Whyte
6eeb692a00
Provide an implementation of function composition.
13 years ago
Magnar Sveen
6d43c4f987
Fix switched around doc strings for -find-index/indices
13 years ago
Magnar Sveen
6cc7727c9d
Release 2.1.0
13 years ago
Magnar Sveen
1e2bd96764
Merge pull request #48 from Fuco1/index-operations
...
Add indexing operations
13 years ago
Matus Goljer
87c8b91e1b
Add indexing operations
13 years ago
Magnar Sveen
dbcb3ef2e7
Update README
13 years ago
Magnar Sveen
515e2d3989
Use `comparator` instead of `predicate` for sort.
13 years ago
Magnar Sveen
81e43ad5a2
Add -union to list of highlighted symbols.
13 years ago
Magnar Sveen
39d20f2ad1
Release 2.0.0
13 years ago
Magnar Sveen
23ab7265d2
Improve formatting of docs
13 years ago
Magnar Sveen
1812a1790b
Complete dash and dash-functional split
...
Also move functions that require Emacs 24 out of dash.el
13 years ago
Magnar Sveen
6d0a8d6707
Add Version and Package-Requires to files #45
13 years ago
Magnar Sveen
9b0166a3a1
Fix terminology
13 years ago
Magnar Sveen
38307e3126
Partition docs
13 years ago
Magnar Sveen
d365f2265b
Fix byte compile warnings
...
- args with underscore are known to be ignored
13 years ago
Magnar Sveen
691151431e
Update docs too
13 years ago
Magnar Sveen
4a144c6515
Release 2.0.0
13 years ago
Magnar Sveen
9a149bf85a
Add anaphoric example to --max-by and --min-by
13 years ago
Fuco1
2a7fbdc507
Update -max-by & friends
13 years ago
Magnar Sveen
86de963a80
Add docs about require for dash-functional
13 years ago
Magnar Sveen
f1049f1607
Add dash-functional back, now dependent on dash.el
...
- instead of the other way around
13 years ago
Magnar Sveen
d6ca7d9867
Fix E23 bug and re-enable E23 CI
13 years ago
Magnar Sveen
d374fcca52
Revert "Add combinators"
...
This reverts commit 9abae5e6bc .
13 years ago
Magnar Sveen
37064b5b6b
Include @Fuco1 in Authors/Copyright + fix README
13 years ago
Magnar Sveen
51c9f6b8dc
Merge pull request #42 from Fuco1/functional
...
Add combinators
13 years ago
Fuco1
9abae5e6bc
Add combinators
13 years ago
Magnar Sveen
d1913c6f8c
Merge pull request #41 from Wilfred/master
...
Fix incorrect alias checking in docs--signature
13 years ago
Wilfred Hughes
b1cfe18231
Fix incorrect alias checking in docs--signature
...
help-split-fundoc expects the function symbol to be the function
name used in the docstring. Since we only use help-split-fundoc for
subrs, this isn't an issue in practice, because subrs use
`(fn some-arg some-other-arg)` rather than an explicit name.
Still, the boolean ought to do what it says it's doing.
13 years ago
Magnar Sveen
0db2f5a5ab
Fix second example for -last/first-item
13 years ago
Magnar Sveen
824fcb3531
Release 1.8.0
13 years ago
Magnar Sveen
788573e079
Merge pull request #36 from Wilfred/master
...
Adding -first-item and -last-item. [magnars/dash.el#17 ]
13 years ago
Wilfred Hughes
b0ff280894
Updating docs--signature to handle aliases and subrs
...
I've also removed docs--docstring since it's just 'documentation.
13 years ago
Magnar Sveen
8b17154bc1
Release 1.7.0
13 years ago
Magnar Sveen
506401e839
Merge pull request #39 from Fuco1/rotate
...
Add -rotate
13 years ago
Fuco1
9bd656ebcd
Add -rotate
13 years ago
Magnar Sveen
970728edba
Actually update README :P
13 years ago
Magnar Sveen
5b5dab5f1c
Fix typo
...
Closes #37
13 years ago
Magnar Sveen
22d2c2d0ca
Release 1.6.0
13 years ago
Magnar Sveen
a3b2fdb95c
Merge pull request #38 from rejeep/min-and-max
...
Add -min and -max.
13 years ago