summaryrefslogtreecommitdiff
path: root/doc/macros.md
Commit message (Collapse)AuthorAgeFilesLines
* 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