| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: don't generate mulitarity arglist doc for single-arity functions | Andrey Listopadov | 2021-07-23 | 1 | -51/+51 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 1 | -2/+3 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 1 | -4/+4 |
| | | | | | | | - 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 | ||||
| * | fix: move test library to separate project | Andrey Listopadov | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | feat: add partition take and nthrest functions | Andrey Listopadov | 2021-02-22 | 1 | -1/+71 |
| | | |||||
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 1 | -5/+26 |
| | | | | | | | | | - eq will no longer change metamethods of tables - module info is hidden in metatable now - memoize uses proper deep comparison - tests no longer requires searching up in core namespace - memoization test doesn't depend on CPU speed anymore | ||||
| * | fix: add doc for set? function | Andrey Listopadov | 2021-02-18 | 1 | -2/+2 |
| | | |||||
| * | fix: fix some links in docs | Andrey Listopadov | 2021-02-17 | 1 | -15/+15 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 1 | -8/+8 |
| | | |||||
| * | improve set iteration performance | Andrey Listopadov | 2021-02-15 | 1 | -2/+2 |
| | | |||||
| * | fix: update heading links | Andrey Orst | 2021-01-24 | 1 | -24/+24 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 1 | -39/+38 |
| | | |||||
| * | fix: update docs | Andrey Orst | 2021-01-20 | 1 | -28/+26 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -153/+98 |
| | | | | | | | | | | | 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 | ||||
| * | fix(doc): update docs | Andrey Orst | 2020-12-04 | 1 | -8/+8 |
| | | |||||
| * | fix: fix cons docstring | Andrey Orst | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | fix(docs): order items in cljlib.md, and add test.md | Andrey Orst | 2020-11-23 | 1 | -607/+607 |
| | | |||||
| * | feature(docs): order items in macros doc | Andrey Orst | 2020-11-22 | 1 | -1/+44 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -2/+157 |
| | | | | | WIP: for unordered set | ||||
| * | feature: major overhaul of documentation, and some housekeeping | Andrey Orst | 2020-11-17 | 1 | -5/+3 |
| | | | | | | | | - remove(macros): `fn+` as it seem impractical, and `fn*` can be used instead - rename(def, defonce): `:dynamic` to `:mutable` as dynamic implies dynamic scoping which is not feature of Lua. - doc: generated documentation for macro module. | ||||
| * | feature(doc): update documentation | Andrey Orst | 2020-11-16 | 1 | -3/+45 |
| | | |||||
| * | fix(doc): fix vector? docstring | Andrey Orst | 2020-11-15 | 1 | -2/+2 |
| | | |||||
| * | feature(doc): more examples in documentation | Andrey Orst | 2020-11-15 | 1 | -0/+991 |