summaryrefslogtreecommitdiff
path: root/doc/macros.md
Commit message (Collapse)AuthorAgeFilesLines
* fix namespace switching when using then in require-as-include scenariosAndrey Listopadov2022-10-311-23/+53
|
* move buf-locals to dir-localsAndrey Listopadov2022-10-311-1/+1
|
* remove the :relative require, update installation guide, update docstringsAndrey Listopadov2022-10-291-21/+99
|
* update docsAndrey Listopadov2022-09-071-3/+5
|
* update docs, readme and cnagelog for v1.0.0 releaseAndrey Listopadov2022-08-211-412/+197
|
* release: v0.5.4Andrey Listopadov2021-07-221-22/+7
|
* fix: style changes, and documentation fixesAndrey Listopadov2021-07-171-1/+38
| | | | | | - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro
* fix: move test library to separate projectAndrey Listopadov2021-04-241-2/+2
|
* feat: add partition take and nthrest functionsAndrey Listopadov2021-02-221-1/+1
|
* fix: release 0.5.1Andrey Listopadov2021-02-191-1/+1
| | | | | | | | - eq will no longer change metamethods of tables - module info is hidden in metatable now - memoize uses proper deep comparison - tests no longer requires searching up in core namespace - memoization test doesn't depend on CPU speed anymore
* fix: fix some links in docsAndrey Listopadov2021-02-171-8/+8
|
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-171-2/+2
|
* improve set iteration performanceAndrey Listopadov2021-02-151-2/+2
|
* fix: update heading linksAndrey Orst2021-01-241-1/+1
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-91/+116
|
* fix: update docsAndrey Orst2021-01-201-52/+37
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-0/+588
Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier