See CHANGELOG.md
for important details. Generated list below.
What's Changed
- Signal a warning for incompatible accumulation initializations. by @okamsn in #203
- Remove logic for postion-based argument to the
numbers
command. by @okamsn in #205 - Deprecate some aliases. by @okamsn in #206
- Obsolete more built-in aliases. by @okamsn in #207
- Fix tests that had left-over edits. by @okamsn in #208
- Improve
map
andmap-ref
. by @okamsn in #209 - Review evaluation of keyword arguments during run time and expansion time. by @okamsn in #211
- Use custom setters for GV expansion and simplify produced code. by @okamsn in #212
- Add simplifiers for seqs and lists and remove custom setters for lists. by @okamsn in #213
- Update CHANGELOG for PRs #212 and #213. by @okamsn in #214
- Fix streams tests and testing sequence length. by @okamsn in #217
- Fix lint warnings and possible errors. by @okamsn in #218
- Create loop commands for generic (
seq.el
) sequences. by @okamsn in #215 - Delete the file
loopy-dash.el
from the repo and test installing Info docs. by @okamsn in #219 - Test installing Info docs. by @okamsn in #220
- Move Lisp files to directory
lisp
. by @okamsn in #221 - Add documentation string for
loopy--check-position-name
. by @okamsn in #222 - Try deleting loopy-pkg.el by @okamsn in #225
- Remove initialization optimizations by @okamsn in #226
- Bump to version 0.14.0. by @okamsn in #227
Full Changelog: v0.13.0...v0.14.0