Skip to content

Tags: troyp/asoc.el

Tags

0.6.1

Toggle 0.6.1's commit message
Improve ToC and add missing section headings

0.6.0

Toggle 0.6.0's commit message
Increase version to 0.6.0

0.5.0

Toggle 0.5.0's commit message
`asoc-sort`: make comparator optional (default: `string<`), version->…

…0.5.0

0.4.5

Toggle 0.4.5's commit message
Add "Maintainer" field and email address

Increase version to 0.4.5

0.4.4

Toggle 0.4.4's commit message
Increase version to 0.4.4

0.4.3

Toggle 0.4.3's commit message
Add `asoc-merge-values-no-dups` with docs, tests

Also, modify docstring example for `asoc-merge-values` to correspond to that
for `asoc-merge-values-no-dups`.

Increase version to 0.4.3.

0.4.2

Toggle 0.4.2's commit message
Add `asoc-find` and `asoc--find` with docs, tests

Increase version to 0.4.2

0.4.1

Toggle 0.4.1's commit message
Add `asoc-merge-values` function, with docs and tests

Increase version to 0.4.1.

0.4.0

Toggle 0.4.0's commit message
Remove `keep-last` parameter from `asoc-uniq`, update docs & tests

The option to keep the last occurrence of a key is unlikely to be needed.
If it is, the alist can simply be reversed. Removing the option simplifies
`asoc-uniq`, making it equivalent to `asoc-merge` with a single argument.
It also leaves the option for expanding the interface later.

Also, update `asoc-merge` docstring and move `asoc-uniq` before `asoc-merge`.

Increase version to 0.4.0.

0.3.5

Toggle 0.3.5's commit message
Add opt param `ignore-shadowed` to `asoc-values`, adjust docs/tests

Increase version to 0.3.5.