Releases: mssantos/polo
Releases · mssantos/polo
Polo 1.0.0.beta4
This is the last release before leaving beta. All the features planned for this version are done, and now it's time for some refactoring and quality control. Thank you all! 🤘
What's Changed 📣
New Features 💡
- Copy requests to
curl
(#7) - Copy responses to clipboard (#8)
- Save responses to a local file (#8)
- Create blank requests by clicking on a button (#7)
Full Changelog: 1.0.0.beta3...1.0.0.beta4
Polo 1.0.0.beta3
Polo 1.0.0.beta3
What's Changed
- feat: tab for response headers by @mssantos in #6
- feat: use async_result/1 component by @mssantos in #3
- chore: use mount instead of handle_params by @mssantos in #4
- feat: drop postgres and remove all refs. to it by @mssantos in #5
Full Changelog: 1.0.0.beta2...1.0.0.beta3
polo-final.mov
Release 1.0.0.beta2
Release 1.0.0.beta1
Polo 1.0.0.beta1
Changelog
- UI for the project;
- Send requests and preview their responses;
- Send custom parameters, headers, and request body data;
- Cancel active requests;
- Docker settings to run the app locally;
- CodeMirror integration with Phoenix LiveView.