🎉 HTTL + GitHub Copilot is released, Read more →
Skip to Content
Release Notes

VSCODE 0.2.3

New Features
  • Added auto-resizer on double-click for each request panel.

    In the HTTL Project, you can now double-click the request resizer handle to automatically resize it to fit the content.

Fixes
  • Fixed recognition of Python projects.

VSCODE 0.2.0

New Features
  • 🚀 Introducing the HTTL Project

    Now GitHub Copilot automatically generates the OpenAPI specification based on your codebase, while the HTTL Project generates API calls for each endpoint.

    Learn more about HTTL Project


    HTTL Project Example
  • MIT License !!!!!

    All HTTL packages are now licensed under the MIT License.

Fixes
  • Reduced bundle size of monaco editor

    The bundle size of the Monaco Editor has been reduced by 20%, resulting in faster load times.

HTTL 0.1.2

Fixes
  • Fixed issue with HTTPS requests failing when using a self-signed certificate

CLI 0.1.11

Adding support for HTTL 0.1.2

HTTL 0.1.1

New Features
  • Added support for the short URL format

    Now you can use the short URL format:

    get :3000/api/user # get http://localhost:3000/api/user get :/api/user # get http://localhost/api/user get localhost # get http://localhost get httl.dev # get https://httl.dev
Fixes

CLI 0.1.11

Adding support for HTTL 0.1.1

VSCODE 0.1.8

Adding support for HTTL 0.1.1
Last updated on