All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.1 (2022-01-04)
1.4.0 (2020-03-25)
- nav: bring back members (9322ea1)
- nav: class names are slightly larger (86a5b7e)
- simplify signature markup (2819730)
- css variables for nav colors were mis-matched (d989561)
1.3.1 (2020-03-23)
- member-types: style links and hide by default (f68f435)
1.3.0 (2020-03-23)
- nav: explain type icons with title attributes on DOM element (8a16c30)
- styles: add more customization options via css variables (486bffa)
- styles: format generic code blocks (ca30d67)
- add missing 'members' which includes @readonly @type, #5, #11 (840e8c1)
- add missing @static, #11 (cf9cdb5)
- link to index.html for older browsers, closes #9 (4eeb9a5)
- missing @returns, #10 (c0494d2)
- missing @summary on classes, #10 (cd8b1ee)
- missing @summary on methods, #10 (47d0cbc)
- remove duplicate buildNavType() (cca9c9c)
1.2.2 (2020-02-01)
1.2.1 (2019-12-24)
- npmignore: exclude images from package (657bbd1)
1.2.0 (2019-12-24)
- styles: method type typography contrast (2de53a6)
- code-styles: add prism-theme option (8d4aa34)
- styles: introduce heading and subheading colors and vars (a5d29ca)
1.1.0 (2019-12-04)
- handlebars: updated per audit ( 3f9a8b8)
- handlebars: updated per audit 6f6e7a2)
- jsdoc: updated per audit (c6c0fee)
1.0.0 (2019-06-02)
- css: allow user adjustments via css variable overrides (2bb0d80)
- css: remove bootstrap dependencies (8e6abd2)
- design, css: re-design and refactor css (08ceb04)
- nav: remove method parens, visual noise (5a8e964)
0.3.2 (2019-06-01)
- update per security audits
0.3.1 (2019-03-05)
- update dependencies per security audit (db6e950)
0.3.0 (2018-12-15)
- events layout, separate from method (d868ea8)
- Events subheading style (1156d36)
- missing event colors in navigation (6d74973)
- class: do not repeat properties in constructor (64bb854)
- events: in navigation, list under parent classes (4c57bcf)
- header: link title to main page (f0b7bee)
- main-page: assume readme, add basic styles (e6ec9f6)
- nav: add parentheses to functions and style (9c75f84)
- tables: a little more compact (da661e2)
- typography: lighter param name background (1a2d9b7)
0.2.2 (2018-11-22)
- update dependencies per audit (da49089)
0.2.1 (2018-04-03)
- css: include generated css for release (6a462af)
0.2.0 (2018-04-03)
- layout: custom logo path (a910ce0)
- bootstrap: improve importing, use latest variables (0f95bfb)
- bootstrap: minimize imports (4336ca9)
- bootstrap: update from alpha to v4.0.0 release (a2990e6)
- design: replace default nav with minami template nav (18b916f)
- layout: add kind, e.g. class or namespace to content (97f7a75)
- layout: add new navigation, shows functions too (100fdcb)
- layout: adjust default colors (6d3cb8b)
- layout: allow jsdoc config to override colors, add logo (f896517)
- layout: apply bootstrap and custom styles to params tables (aef518b)
- layout: hide repeating class and namespace name (68b8349)
- layout: list properties of members, instead of table (774bfbe)
- layout: only show properties heading if we have properties (d696753)
- layout: remove dummy list from source. Fix link to source for prism JS (1cd7083)
- layout: restore default template for params with tables (f59f835)
- nav: soften colors (68e5432)
- prism: add dev version (9f36599)
- source: adjust colors, styles (a445046)
- source: link to specific line (2e624ac)
- source: no max-width, format page title like others (84c3a16)
- template: adjust prism and line highlight styles (9b62f2f)
- template: adjust signatures formatting (6651ae8)
- template: rename 'Members' heading to 'Properties' (9d47cad)
- typography: make method names stand out more (19e9837)
- typography: separate kind from page title (3365e3b)
- design: add bootstrap table styles (4e88698)
- design: add bootstrap4 package (9e316e2)
- design: add missing detail property to hasDetails boolean (e0251da)
- design: adjust and clean up dd, dt, etc markup for method details (bb0bfbd)
- design: adjust heading tags (8dc2026)
- design: adjust layout, use light sidebar (6aa2213)
- design: adjust prismjs theme colors (1224f08)
- design: adjust signature and heading styles (cf2859b)
- design: adjust some styles for code (cdcee00)
- design: be explicit about signature types (ac1f104)
- design: center main content (1429f4a)
- design: disable bootstrap styles for code tag (dcea434)
- design: move examples above constructor (d98edc5)
- design: move examples and source definitions (9c8225b)
- design: move extends higher up (b4dfa60)
- design: move properties above constructor (d723abf)
- design: only import selected bootstrap components (a781533)
- design: only use selective jsdoc styling (b95f962)
- design: re-enable optional signature in method params (31d49a5)
- design: re-structure sass (6bc3944)
- design: remove background from token (024de99)
- design: remove fixed home link from nav (e70f67a)
- design: remove jsdoc table styles (1206192)
- design: remove prettyify (8b7f820)
- design: remove some jsdoc default styles (bf7ecaf)
- design: remove unncessary margin (ecff953)
- design: style code captions (4ee3da9)
- design: temporarily hide jsdoc footer (c8f56ee)
- design: use bootstrap grid (c4949fb)
- design: use prism.js instead (904eeec)
- details: only show details if we have some (b504204)
- members: style inheritable members like properties (acb5138)
- method: add and style wrapper (512af2b)
- parameters: use nested list instead of table (6b11694)
- properties: adjust table and style (7b55072)
- properties: style subheading (92f87f9)
- sass: only watch main sass file (7c5b7c0)
- sass: reorganize stylesheets (c1c7327)
- sass: use custom stylesheet (ae51efe)
- sass: use sass for stylesheets (55a7b73)
- source: move back to details instead of under method name (2f56bae)
- template: extend table rows for params instead of nesting tables (4b4bb2f)
- template: move 'extends' to top of page (322bb4f)
- template: remove extra returns block because it's in method name (d4108bf)
- template: remove summary, which is same as description from method (75d0578)
- template: wrap types in
tag (c87a546)