1.8.0 (2021-06-17)
1.7.0 (2021-06-16)
- New Python Examples: Adding 2 new Python examples (#701) (c4135eb)
- reduce size of apix bundle (#676) (0d74f6a)
- show original spec in API Explorer (#686) (2bfb014)
- two-way type references (#684) (fbc0565)
- upgrade react-markdown (#681) (952ed30)
- export funcs for TS SDK (#693) (eec853e)
- font download on route change (#678) (ae62914)
- rendering of markdown tables in APIX explorer (#687) (40e8640)
- sync design-tokens/icons dependency constraint (eb1a427)
- sync design-tokens/icons dependency constraint (eb1a427)
1.6.0 (2021-05-05)
- Fix transpiler warnings in hackathon extension (#651) (bdd9428)
- improve TS SDK imports/exports (#657) (4c2ec6e)
- rerender sdk declarations on type/method change (#659) (77139f6)
- use "TypeScript" and "JavaScript" everywhere (#644) (c15031c)
1.5.0 (2021-04-27)
- APIX now uses google font appropriately (#636) (ed932d6)
- extension framework identifies looker host type (#634) (c6c6f64)
1.4.1 (2021-04-27)
1.4.0 (2021-04-26)
- add noComment toggle to code generators (#627) (90bbecb), closes #626
- adds editor functionality to CodeDisplay (#615) (b256d14)
1.3.0 (2021-04-21)
- Add clipboard write capability to extension framework (#603) (d6b52ea)
- adds 'SDK Examples' data table (#602) (3678c96)
- introduces prism-editor package; implements read-only usage (#588) (863c88d)
- Playground for extension SDK changes (#605) (f99de7e)
- error handling for TS SDK, GSon body serialization for Kotlin SDK (#601) (11e924f), closes #544
- lint dependencies (#617) (7b172b1)
- looker component version merge issue (#609) (6aa9f60)
- updated TypeScript, C#, Go language names in codeGenerators.ts (#610) (13fb42b)
1.2.0 (2021-04-15)
- api-explorer: add source declaration links to API Explorer (#578) (ce0e588)
- api-explorer: adds prism editor and implements for sdkdocs (#581) (aea0424)
- api-explorer: click diff item method to show method detail (#592) (a5f082a)
- api-explorer: document request bodies for methods with body parameters (#593) (740ae5d)
- api-explorer: remember user's SDK language preference (#567) (faa2511)
- extension-api-explorer: prettier loading scene while fetching API specs (#595) (678297c)
- sdk: TypeScript SDK tree-shaking support (#580) (8b7f2f0)
- sdk-codegen: add missing bumper method to ICodeGen (#575) (2a87467)
- python: add warning about python sdk login_user breaking change in 21.4.0 (#579) (c74d447)
- api-explorer: Added support for Golang syntax highlighting (#563) (e2ae33e)
- api-explorer: extends runit response height and fixes response models scrolling (#558) (61627ce)
- sdk-codegen: recursive search of direct type references (#591) (9af2e37)
- api-explorer: remove search criteria selector and auto expand results (#571) (e5a5ee7)
- run-it: RunIt request overflow (#565) (38665ac)
- sdk: TypeScript OAuth test (#597) (d84d1fc)
1.1.0 (2021-04-02)
- python: sdk.login, sdk.logout, and sdk.login_user will now behave exactly as the Looker API spec describes. The previous behavior can still be accessed via sdk.auth.login, sdk.auth.logout, and sdk.auth.login_user
- api-explorer: adds scrolling to frame elements (#526) (d7cd769)
- sdk-codegen: Added --versions option to the code generator (#514) (ee6f3e8)
- sdk-codegen: added -n | --nostreams to code generator options (#549) (6ead15a)
- sdk-codegen: Looker 21.4 bindings (#529) (4ecaec9)
- python: Add Flask app example (92e088e)