summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* move buf-locals to dir-localsAndrey Listopadov2022-10-312-16/+16
|
* remove the :relative require, update installation guide, update docstringsAndrey Listopadov2022-10-292-31/+109
|
* update docsAndrey Listopadov2022-09-072-4/+19
|
* update docs, readme and cnagelog for v1.0.0 releaseAndrey Listopadov2022-08-213-1675/+2275
|
* fix: don't generate mulitarity arglist doc for single-arity functionsAndrey Listopadov2021-07-231-51/+51
|
* release: v0.5.4Andrey Listopadov2021-07-222-24/+10
|
* fix: style changes, and documentation fixesAndrey Listopadov2021-07-172-5/+42
| | | | | | - 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 projectAndrey Listopadov2021-04-243-101/+4
|
* feat: add partition take and nthrest functionsAndrey Listopadov2021-02-223-3/+73
|
* fix: release 0.5.1Andrey Listopadov2021-02-192-6/+27
| | | | | | | | - 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? functionAndrey Listopadov2021-02-182-3/+2
|
* fix: fix some links in docsAndrey Listopadov2021-02-173-23/+24
|
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-173-11/+11
|
* improve set iteration performanceAndrey Listopadov2021-02-152-4/+4
|
* fix: update heading linksAndrey Orst2021-01-242-25/+25
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-243-151/+174
|
* fix: update docsAndrey Orst2021-01-202-80/+63
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-193-162/+114
| | | | | | | | | | 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
* feature(macros): add experimental try catch macroAndrey Orst2020-12-291-0/+72
|
* fix(doc): update docsAndrey Orst2020-12-043-10/+10
|
* fix: fix cons docstringAndrey Orst2020-11-251-1/+1
|
* fix(docs): order items in cljlib.md, and add test.mdAndrey Orst2020-11-232-607/+705
|
* feature(docs): order items in macros docAndrey Orst2020-11-222-227/+270
|
* fix: update ordered when removing items.Andrey Orst2020-11-212-3/+158
| | | | WIP: for unordered set
* feature: major overhaul of documentation, and some housekeepingAndrey Orst2020-11-172-210/+429
| | | | | | | - 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 documentationAndrey Orst2020-11-161-3/+45
|
* fix(doc): fix vector? docstringAndrey Orst2020-11-151-2/+2
|
* feature(doc): more examples in documentationAndrey Orst2020-11-152-20/+337
|
* Feature(doc): upload autogenerated documentation.Andrey Orst2020-11-142-0/+962