summaryrefslogtreecommitdiff
path: root/.fenneldoc
Commit message (Collapse)AuthorAgeFilesLines
* fix a typo in the usage sectionAndrey Listopadov2022-10-291-1/+1
|
* remove the :relative require, update installation guide, update docstringsAndrey Listopadov2022-10-291-8/+2
|
* update docs, readme and cnagelog for v1.0.0 releaseAndrey Listopadov2022-08-211-21/+93
|
* release v1.0.0Andrey Listopadov2022-08-211-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.3Andrey Listopadov2021-10-171-3/+3
|
* release: v0.5.4Andrey Listopadov2021-07-221-2/+2
|
* fix: style changes, and documentation fixesAndrey Listopadov2021-07-171-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 featureAndrey Listopadov2021-06-231-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 projectAndrey Listopadov2021-04-241-3/+6
|
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-171-2/+2
|
* feat: ignore some arg patterns in dottestsAndrey Listopadov2021-02-161-1/+2
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-0/+9