Skip to content

Latest commit

 

History

History
375 lines (169 loc) · 13.1 KB

CHANGELOG.md

File metadata and controls

375 lines (169 loc) · 13.1 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.24.0 (2019-09-13)

Bug Fixes

  • #57 - Bottom left window's scroll bar flickers. (a694aa5)
  • Do not update the browser history when updating the location hash. (94d69ad)

Features

0.23.0 (2019-09-02)

Bug Fixes

  • #53 By reverting react-monaco-editor to 0.17.2 (322d349)
  • Do not select the EndOfFileToken when clicking on code in the editor. (dcffa66)
  • Fix the wrong element being focused on load. (38eb50d)
  • Hopefully fix travis failing. (22b8d6d)
  • Sadly remove ts 2.4.2 and 2.5.3 to fix CI memory issues on publish. (e52fe69)
  • Update monaco-editor files for latest version. (85498d2)

Features

  • #61 - Ability to create shareable urls. (04355e5)
  • Add popover for objectFlags like flags (4a7663e)
  • Add popover for objectFlags like flags (e091c31)
  • Make TypeScript diagnostics more relaxed. (ad667ad)
  • Update to ts-factory-code-generator-generator 0.2.0. (fd95f88)
  • Use ts-factory-code-generator-generator's generated code for generating the factory code. (4c0e3a2)

0.22.0 (2019-06-01)

Features

0.21.0 (2019-05-26)

Bug Fixes

  • #42 - Errors thrown in factory code shouldn't bring down the app. (f1d97ca)
  • TreeViewer: Add a slight amount of vertical padding. (ccc269d)

Features

  • #40 - Make visible by default. (0abde14)
  • #40 - Move "show factory" to Options area. (a87cc1f)
  • #45 - Ability to disable binding. (390218c)
  • Add TS 3.4. (041a7a8)
  • Upgrade to TypeScript 3.4.5 and ts-creator 1.2.5 (7dd2f85)

0.20.0 (2019-03-18)

Bug Fixes

  • Enum members with same values should be grouped in options. (5e001a5)

Features

  • #21 - Highlight selected node. (017b686)
  • #37 - Make default tree mode forEachChild. (320bf43)
  • #40 - Ability to get typescript compiler API factory code for source file text. (54c6ccc)
  • Add TS 3.3. (fe397e7)
  • Select the clicked node in the code editor. (35c4d6e)
  • Update to TS 3.2.2. (68583bc)

0.19.0 (2018-12-04)

Features

0.18.1 (2018-11-20)

Bug Fixes

  • #36 - Crash when inspecting an import or export declaration. (19a1b8c)

0.18.0 (2018-11-20)

Bug Fixes

Features

  • Add ts to variables exposed in console. (1273a26)

0.17.0 (2018-11-17)

Bug Fixes

  • #32 - Map key values were not showing. (0b1d727)
  • #33 - Some enum flag names are displayed twice. (fb4adcf)

Features

  • Ability to inspect objects in the console. (6d64929)

0.16.0 (2018-10-04)

Features

0.15.1 (2018-08-09)

Bug Fixes

  • #26 - "Flags are popping over a popover" (4799d5b)

0.15.0 (2018-08-01)

Features

0.14.0 (2018-07-16)

Bug Fixes

  • #22 - "Code editor sometimes doesn't load properly." (5dd3fde)
  • #24 - Should not error when clicking on node whose type does not exist. (1b1fc27)

Features

  • #13 - TypeFlags, NodeFlags, and SymbolFlags list the matched flags. (ab6ba75)
  • Add @next version in menu. (2fa15ac)

0.13.0 (2018-07-02)

Bug Fixes

  • Fix spacing of nodes after an endNode in the tree view. (89fd22d)

Features

  • #1 - Add position of cursor. (438d43e)
  • #16 - Add a link to the github page. (64b4e42)
  • Use monaco-editor for better typescript support. (68ad2c7)

0.12.0 (2018-06-02)

Features

  • Add TypeScript 2.9 support. (51b3096)

0.11.1 (2018-05-20)

Bug Fixes

  • Prevent stack overflow exception for objects. (0d5082a), closes #12

0.11.0 (2018-05-06)

Bug Fixes

  • #19 - Fix the app freezing when loading a large symbol. (76d5384)

Features

  • Update to https now that github supports it on custom domains. (8272da3)

0.10.0 (2018-04-14)

Features

  • #6 - Add multiple compiler versions. (88af211)

0.9.0 (2018-03-30)

Features

  • Add more methods to Node. (e043784)

0.8.2 (2018-03-29)

0.8.1 (2018-03-23)

0.8.0 (2018-03-23)

Bug Fixes

  • Fix bug where all properties weren't shown. (6327abe)
  • Sometimes typeToString will throw an error, so fail silently when that happens. (6609ea9)

Features

  • Add Type, Symbol and Signature of selected node. (7ca04f3)

0.7.1 (2018-03-21)

Bug Fixes

  • Fix bug where all properties weren't shown. (6327abe)

0.7.0 (2018-03-20)

Features

  • Add ScriptKind and ScriptTarget options. (6f9cb75)

0.6.0 (2018-03-20)

Features

  • Add ability to say if tree is shown using node.getChildren() or ts.forEachChild(node, ...) (5b3a809)

0.5.3 (2018-03-19)

Bug Fixes

  • Update syntax kind name in properties viewer. (51e6471)

0.5.2 (2018-03-19)

Bug Fixes

  • Show correct SyntaxKind name. (e70e20c)

0.5.1 (2018-03-09)

Bug Fixes

  • Fix left padding of methods. (077de32)

0.5.0 (2018-03-09)

Bug Fixes

  • Add types for inline-style-prefixer. (82f4baa)

Features

  • Expand list of methods. (0b1fbbf)

0.4.0 (2018-02-11)

Features

  • Update to TypeScript 2.7.1 (74f17ce)