Skip to content

Latest commit

 

History

History
264 lines (173 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

264 lines (173 loc) · 4.38 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Documentation

  • Add proxy documentation

Features

  • Add output file option to metadata
  • Add proxy support
  • Add more args to requests without impl

Miscellaneous Tasks

  • Add lock
  • Only run ci if code or deps have changed

[0.5.2.alpha] - 2022-01-15

Bug Fixes

  • Use cargo action to install git cliff
  • Support multiline
  • Export changelog env

Miscellaneous Tasks

  • Auto generate changelog
  • Fetch all tags

[0.5.1.alpha] - 2022-01-15

Miscellaneous Tasks

  • Strip binary

[0.5.0.alpha] - 2022-01-15

Bug Fixes

  • Use binary mode when no content type in response

Features

  • Add separator and format json response
  • Allow to pipe output when downloading files
  • Add output file option to override default output

Miscellaneous Tasks

  • Add postman echo examples
  • Bump version of many dependencies
  • Bump to version 0.5.0.alpha

Refactor

  • Use option body

Refeactor

  • Put args description in it's own file

[0.4.3.alpha] - 2022-01-14

Refactor

  • Declare trait for matching clap params

[0.4.2.alpha] - 2022-01-14

Bug Fixes

  • Use env var directly since on windows syntax is different

[0.4.1.alpha] - 2022-01-14

Bug Fixes

  • Remove duplicated env

[0.4.0.alpha] - 2022-01-14

Bug Fixes

  • Use env github token

Features

  • Allow params to also be passed in command line

Miscellaneous Tasks

  • Update workflow to use exec instead of post
  • Fix env

[0.3.1] - 2022-01-14

Bug Fixes

  • Use needs to share output betwwen jobs
  • Store share output betwwen jobs
  • Always upload artifact

Miscellaneous Tasks

  • Add windows and macos builds
  • Fix build

[0.3.1.alpha5] - 2022-01-13

Bug Fixes

  • Add content-length for files

[0.3.1.alpha4] - 2022-01-13

Bug Fixes

  • Do not upload all build directory

[0.3.1.alpha3] - 2022-01-13

Bug Fixes

  • Use github template syntax

[0.3.1.alpha2] - 2022-01-13

Bug Fixes

  • Add readme.md not release.md

[0.3.1.alpha1] - 2022-01-13

Bug Fixes

  • Use options parameters

Features

  • Auto detect pipe to disable coloring

Miscellaneous Tasks

  • Add release upload

[0.3.0-test] - 2022-01-12

Bug Fixes

  • Clippy
  • Automatic fix
  • Fix clippy errors

Documentation

  • Update readme

Features

  • Impl basic get resource
  • Use clock emoji for spinners

Miscellaneous Tasks

  • Improve pipeline
  • Fix pipeline
  • Add github create release example
  • Add create release workflow

[0.3.0] - 2022-01-09

Bug Fixes

  • Use match for set
  • Use anyhow everywhere
  • Better error display
  • Use new arg macro
  • Fix print bug when body result is empty
  • Upload bar orverride fix
  • Add progress component to main

Documentation

  • Add some basic docs
  • Update readme
  • Update readme

Features

  • Add basic config, theming and requests
  • Implement full configuration management
  • Improve output
  • Use default headers
  • Use singleton config
  • Improve manifests
  • Add support for tera templates
  • Add parameter input in terminal
  • Add support for process environnement variables
  • Context can use templates
  • Add support for default values from schema
  • Remove definitions
  • Set theme back to bat default
  • Implement chunk based file upload
  • Add upload progressbar
  • Add support for downloading files
  • Show percent file transfert
  • Replace static lazy with once cell
  • Add support for queries
  • Add dialog for creating requests
  • Add dynamic prompts for creating requests
  • Add a request editor
  • Allow to execute request by name

Miscellaneous Tasks

  • Add disclaimer
  • Update clap
  • Update .gitignore
  • Disable imports
  • Add basic examples
  • Reorder deps
  • Add more examples
  • Add yaml example
  • Add ci
  • Add badges
  • Add logo
  • Add logo to readme
  • Update logo
  • Update readme
  • Improve readme
  • Bump version

Refactor

  • Split cli into multiple files
  • Split request
  • Split config manifest
  • Use inline destructuring
  • Refactor execution
  • Split execute request
  • Rename and split request exec
  • Use filter to convert string to option
  • Split logic into upload/download component
  • Split progress bar in it's own file

Styling

  • Convert to 2 space tabs

Testing

  • Add tests for config
  • Add tests for languages
  • Use mocks for language tests
  • DRY tests
  • Use test_case library for improved DRY tests
  • Add tests
  • Add render tests