v0.5.0

junegunn/fzfv0.5.0Feb 26, 2022by dstotijn

AI Summary

This release introduces a new 'Sender' module for creating, editing, and replaying HTTP requests, alongside improvements to the project's CI/CD pipeline and codebase structure. It includes refactoring efforts to reuse components between modules and updates to linting configurations.

Key Highlights

  • Added a new 'Sender' module to easily create, edit, and replay HTTP requests
  • Introduced a 'Copy to Sender' table action
  • Refactored code to reuse components across Proxy and Sender modules
  • Added linting support via a Github Action and Prettier configuration

New Features

  • Sender module for HTTP requests
  • Copy to Sender table action
  • Lint Github Action
  • Prettier lint config

Full Release Notes

This release adds a new “Sender” module to easily create, edit and replay HTTP requests:
* efc2056 Add Sender module

## Changelog
* b41fe29 Add "Copy to Sender" table action
* efc2056 Add Sender module
* afa211d Add `lint` Github Action
* e07163f Add `prettier` lint config
* cd5403e Fix README
* ed39450 Fix default make target
* 7e43479 Reuse components across Proxy and Sender modules
* 11f7028 Tidy up `admin` structure
* 44193cd Use Node v16 in CI/CD