Skip to content

Releases: mssantos/polo

Polo 1.0.0.beta4

24 Jul 23:26
Compare
Choose a tag to compare

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

05 Jun 00:01
3eb9ff6
Compare
Choose a tag to compare

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

10 May 13:18
69c932f
Compare
Choose a tag to compare

Polo 1.0.0.beta2

Changelog

  • Add new alias to run credo, format, and dialyxir - 047a2e8
  • Add support for collections - 8f06300
polo-with-collections.mov

Release 1.0.0.beta1

02 May 12:50
Compare
Choose a tag to compare

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.