| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release v1.0.0 | Andrey Listopadov | 2022-08-21 | 1 | -9/+67 |
| | | | | | Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros. | ||||
| * | fix: bump fennel-test to v0.0.3 | Andrey Listopadov | 2021-10-17 | 1 | -3/+3 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 1 | -2/+2 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 1 | -7/+36 |
| | | | | | | | - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro | ||||
| * | 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 |