All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.24.0 (2019-09-13)
- #57 - Bottom left window's scroll bar flickers. (a694aa5)
- Do not update the browser history when updating the location hash. (94d69ad)
0.23.0 (2019-09-02)
- #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)
- #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)
- Add about page. (5eb4a31)
- Add signature to developer console. (a892777)
- Add TypeScript 3.5.1 (6f21d2e)
0.21.0 (2019-05-26)
- #42 - Errors thrown in factory code shouldn't bring down the app. (f1d97ca)
- TreeViewer: Add a slight amount of vertical padding. (ccc269d)
- #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)
- Enum members with same values should be grouped in options. (5e001a5)
- #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)
- Add ts 3.2.1 support. (7c344ed)
0.18.1 (2018-11-20)
0.18.0 (2018-11-20)
- Add
ts
to variables exposed in console. (1273a26)
0.17.0 (2018-11-17)
- #32 - Map key values were not showing. (0b1d727)
- #33 - Some enum flag names are displayed twice. (fb4adcf)
- Ability to inspect objects in the console. (6d64929)
0.16.0 (2018-10-04)
- Add ts 3.1. (c5a58e7)
0.15.1 (2018-08-09)
0.15.0 (2018-08-01)
- Add ts 3.0.1. (bf8ce32)
0.14.0 (2018-07-16)
- #22 - "Code editor sometimes doesn't load properly." (5dd3fde)
- #24 - Should not error when clicking on node whose type does not exist. (1b1fc27)
- #13 - TypeFlags, NodeFlags, and SymbolFlags list the matched flags. (ab6ba75)
- Add @next version in menu. (2fa15ac)
0.13.0 (2018-07-02)
- Fix spacing of nodes after an endNode in the tree view. (89fd22d)
- #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)
- Add TypeScript 2.9 support. (51b3096)
0.11.1 (2018-05-20)
0.11.0 (2018-05-06)
- Update to https now that github supports it on custom domains. (8272da3)
0.10.0 (2018-04-14)
0.9.0 (2018-03-30)
- Add more methods to Node. (e043784)
0.8.2 (2018-03-29)
0.8.1 (2018-03-23)
0.8.0 (2018-03-23)
- Fix bug where all properties weren't shown. (6327abe)
- Sometimes typeToString will throw an error, so fail silently when that happens. (6609ea9)
- Add Type, Symbol and Signature of selected node. (7ca04f3)
0.7.1 (2018-03-21)
- Fix bug where all properties weren't shown. (6327abe)
0.7.0 (2018-03-20)
- Add ScriptKind and ScriptTarget options. (6f9cb75)
0.6.0 (2018-03-20)
- Add ability to say if tree is shown using node.getChildren() or ts.forEachChild(node, ...) (5b3a809)
0.5.3 (2018-03-19)
- Update syntax kind name in properties viewer. (51e6471)
0.5.2 (2018-03-19)
- Show correct SyntaxKind name. (e70e20c)
0.5.1 (2018-03-09)
- Fix left padding of methods. (077de32)
0.5.0 (2018-03-09)
- Add types for inline-style-prefixer. (82f4baa)
- Expand list of methods. (0b1fbbf)
- Update to TypeScript 2.7.1 (74f17ce)