1.12.0 (2021-11-02)
- .env: wrap title within quotes (fb6dfbd)
1.11.0 (2021-07-15)
- wrap includes items in quotes to prevent evaluation (9e8251f)
- update slate to v2.10.0 (9aa1e1f)
1.10.0 (2021-02-26)
- support for see tag to link doc sections together (3fc9e41)
1.9.0 (2021-02-19)
- remove
in deprecation block (6a89200)
- add support for indefinite number of parameters (d4c14c2)
1.8.1 (2021-02-13)
- fix bug where table of contents was not properly sorted (16b72e3)
1.8.0 (2021-02-13)
- fix typo in readme (12c3c88)
- remove public access flag when parsing jsdoc annotations and document corresponding makefile target (810b6e1)
- add import snippets in docs (d027fd5)
- add support for @throws jsdoc tag in documentation (83ddb8d)
- allow custom intro for docs. closes #10 (98421a2)
- allow custom logo for docs (e8cba61)
- does not package code that has no description (64b1770)
1.7.0 (2021-02-07)
- fix bold rendering in deprecation warning (d5cff67)
- fix bug where parameters table was reduced to only one row (bc2e939)
- add param description and indicate when a param is optional (04822a2)
1.6.0 (2021-02-07)
- implement curry to experiment with the closure compiler (7b11812)
1.5.0 (2021-02-06)
- add support for deprecation (d7c1e19)
- add support for description, parameters and return value (47a642c)
1.4.2 (2021-02-06)
- deindent run command when building doc (5693b06)
1.4.1 (2021-02-06)
- fix setup step on docs deployment (7d8eff8)
1.4.0 (2021-02-06)
- autogenerate docs using slate. basic support (7794c98)
1.3.0 (2021-02-05)
- minify node distribution files (cce2fa4)
- specify es2019 as input language when transpiling for browser (224b183)
- add basic testing support (821fffe)
1.2.0 (2021-02-04)
- pass secrets as env vars not as key=val pairs (350eb76)
- add new github workflow on pull requests (473d0a9)
- use google closure compiler to produce a browser bundle (ea36c05)
1.1.0 (2021-02-01)
- make sure vscode uses bash when working inside a container (f32c728)
- export symbols based on jsdoc annotations (79af28f)
1.0.2 (2021-01-28)
- set public access in package.json to fix 402 npm error (c18ec88)
1.0.1 (2021-01-28)
- pass env vars to docker container in gh workflow (28be287)
- implement a basic build and release pipeline (b1fa01f)