| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move everything to a single file | Andrey Listopadov | 2023-08-26 | 1 | -10/+0 |
| | | | | | | | | 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. | ||||
| * | exclude compiled cljlib.lua from luacov statistics | Andrey Listopadov | 2022-10-30 | 1 | -1/+1 |
| | | |||||
| * | release v1.0.0 | Andrey Listopadov | 2022-08-21 | 1 | -1/+1 |
| | | | | | Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. | ||||
| * | Try multi value return | Andrey Listopadov | 2021-05-10 | 1 | -1/+1 |
| | | |||||
| * | fix: exclude .cache dir from luacov | Andrey Listopadov | 2021-03-14 | 1 | -1/+1 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -5/+3 |
| | | |||||
| * | fix(CI): update luacov pipeline | Andrey Orst | 2020-11-07 | 1 | -3/+6 |
| | | |||||
| * | feature(CI): add coverage report | Andrey Orst | 2020-11-01 | 1 | -0/+9 |