| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor library to use new init-macros.fnl feature | Andrey Listopadov | 2021-06-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | Old way of requiring the library: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib.macros) New way: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib) | ||||
| * | fix: move test library to separate project | Andrey Listopadov | 2021-04-24 | 1 | -3/+6 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 1 | -2/+2 |
| | | |||||
| * | feat: ignore some arg patterns in dottests | Andrey Listopadov | 2021-02-16 | 1 | -1/+2 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -0/+9 |