summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Move everything to a single fileAndrey Listopadov2023-08-261-22/+23
| | | | | | | Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library.
* update installation instructionsAndrey Listopadov2022-10-301-6/+10
|
* fix a typo in the usage sectionAndrey Listopadov2022-10-291-1/+1
|
* remove the :relative require, update installation guide, update docstringsAndrey Listopadov2022-10-291-10/+16
|
* update docs, readme and cnagelog for v1.0.0 releaseAndrey Listopadov2022-08-211-3/+3
|
* fix: update import-macros example in readmeAndrey Listopadov2021-10-171-1/+1
|
* fix: remove badges from readmeAndrey Listopadov2021-02-201-3/+0
|
* fix: update heading linksAndrey Orst2021-01-241-2/+1
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-1/+3
|
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-0/+40
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