Skip to content

Latest commit

 

History

History
182 lines (84 loc) · 8.32 KB

CHANGELOG.md

File metadata and controls

182 lines (84 loc) · 8.32 KB

1.12.0 (2021-11-02)

Bug Fixes

  • .env: wrap title within quotes (fb6dfbd)

Features

1.11.0 (2021-07-15)

Bug Fixes

  • wrap includes items in quotes to prevent evaluation (9e8251f)

Features

  • update slate to v2.10.0 (9aa1e1f)

1.10.0 (2021-02-26)

Bug Fixes

  • escape type union char when printing in a table (76a7d29)
  • move code sample to the top (7911a31)

Features

  • support for see tag to link doc sections together (3fc9e41)

1.9.0 (2021-02-19)

Bug Fixes

  • remove
    in deprecation block (6a89200)

Features

  • add support for indefinite number of parameters (d4c14c2)

1.8.1 (2021-02-13)

Bug Fixes

  • fix bug where table of contents was not properly sorted (16b72e3)

1.8.0 (2021-02-13)

Bug Fixes

  • fix typo in readme (12c3c88)
  • remove public access flag when parsing jsdoc annotations and document corresponding makefile target (810b6e1)

Features

  • 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)

Bug Fixes

  • fix bold rendering in deprecation warning (d5cff67)
  • fix bug where parameters table was reduced to only one row (bc2e939)

Features

  • add param description and indicate when a param is optional (04822a2)

1.6.0 (2021-02-07)

Features

  • implement curry to experiment with the closure compiler (7b11812)

1.5.0 (2021-02-06)

Features

  • add support for deprecation (d7c1e19)
  • add support for description, parameters and return value (47a642c)

1.4.2 (2021-02-06)

Bug Fixes

  • deindent run command when building doc (5693b06)

1.4.1 (2021-02-06)

Bug Fixes

  • fix setup step on docs deployment (7d8eff8)

1.4.0 (2021-02-06)

Features

  • autogenerate docs using slate. basic support (7794c98)

1.3.0 (2021-02-05)

Bug Fixes

  • minify node distribution files (cce2fa4)
  • specify es2019 as input language when transpiling for browser (224b183)

Features

  • add basic testing support (821fffe)

1.2.0 (2021-02-04)

Bug Fixes

  • pass secrets as env vars not as key=val pairs (350eb76)

Features

  • add new github workflow on pull requests (473d0a9)
  • use google closure compiler to produce a browser bundle (ea36c05)

1.1.0 (2021-02-01)

Bug Fixes

  • make sure vscode uses bash when working inside a container (f32c728)

Features

  • export symbols based on jsdoc annotations (79af28f)

1.0.2 (2021-01-28)

Bug Fixes

  • set public access in package.json to fix 402 npm error (c18ec88)

1.0.1 (2021-01-28)

Bug Fixes

  • pass env vars to docker container in gh workflow (28be287)

1.0.0 (2021-01-28)

Bug Fixes

  • implement a basic build and release pipeline (b1fa01f)