| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move everything to a single file | Andrey Listopadov | 2023-08-26 | 1 | -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 instructions | Andrey Listopadov | 2022-10-30 | 1 | -6/+10 |
| | | |||||
| * | fix a typo in the usage section | Andrey Listopadov | 2022-10-29 | 1 | -1/+1 |
| | | |||||
| * | remove the :relative require, update installation guide, update docstrings | Andrey Listopadov | 2022-10-29 | 1 | -10/+16 |
| | | |||||
| * | update docs, readme and cnagelog for v1.0.0 release | Andrey Listopadov | 2022-08-21 | 1 | -3/+3 |
| | | |||||
| * | fix: update import-macros example in readme | Andrey Listopadov | 2021-10-17 | 1 | -1/+1 |
| | | |||||
| * | fix: remove badges from readme | Andrey Listopadov | 2021-02-20 | 1 | -3/+0 |
| | | |||||
| * | fix: update heading links | Andrey Orst | 2021-01-24 | 1 | -2/+1 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -1/+3 |
| | | |||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -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 | |||||