Skip to content

Releases: hougesen/hitt

v0.0.10

14 Jul 13:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

08 Jun 01:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

06 Jun 15:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7

04 Jun 14:13
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump @nuxt/image from 1.6.0 to 1.7.0 in /docs by @dependabot in #226
  • build(deps-dev): bump @nuxt/devtools from 1.2.0 to 1.3.1 in /docs by @dependabot in #227
  • chore(deps): bump tokio to 1.38.0 by @hougesen in #228
  • chore(deps): bump @nuxt/devtools to 1.3.2 by @hougesen in #229
  • chore(deps): bump @nuxt/devtools to 1.3.3 by @hougesen in #230

Full Changelog: v0.0.6...v0.0.7

v0.0.6

04 Jun 14:12
ecfaeff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

02 Apr 21:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

06 Feb 22:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

06 Jan 20:23
Compare
Choose a tag to compare

What's Changed

  • docs: fix command typo by @hougesen in #56
  • docs: create documentation website by @hougesen in #57
  • chore: set package homepage to hitt.mhouge.dk by @hougesen in #58
  • refactor: remove unnecessary cloning of maybe unused input by @hougesen in #60
  • fix(cli): hide --vim argument by @hougesen in #62
  • feat(cli): add timeout argument by @hougesen in #63
  • docs: add readme to utility packages by @hougesen in #64
  • refactor: use core imports instead of std by @hougesen in #65
  • refactor(cli): use tokio::fs for reading file content by @hougesen in #66
  • chore: use Self instead of struct/enum name by @hougesen in #67
  • refactor: add inline to all functions with small call site by @hougesen in #68
  • refactor: make print_body more readable by @hougesen in #69
  • refactor: borrow instead of taking ownership when possible by @hougesen in #70
  • refactor(parser): split into multiple files by @hougesen in #71
  • feat: implement support for variables by @hougesen in #72
  • fix(cli): merge "application/xml" and "text/xml" into single content … by @hougesen in #73
  • refactor: copy small enums by @hougesen in #74
  • refactor: use pub for all exports by @hougesen in #75
  • fix(cli): use if instead of match for http_file_paths assignment by @hougesen in #76
  • refactor(build_editor_cmd): use map_or_else instead of wildcard match by @hougesen in #77
  • fix: remove all unwraps by @hougesen in #78
  • refactor(cli): use std::fs::read_to_string instead of File::read_to_string by @hougesen in #79
  • feat(cli): variable arguments by @hougesen in #80
  • chore: format .prettierc by @hougesen in #81
  • test(formatter): validate json formatting by @hougesen in #82
  • test(request): validate send_request works by @hougesen in #83
  • test(request): validate request timeout works by @hougesen in #84
  • test(parser): PartialHttpRequest::build should reject missing method/uri by @hougesen in #85
  • test(cli): validate try_find_content_type by @hougesen in #86
  • test(cli): validate gitignore is respected by @hougesen in #87
  • test: validate new command saves correctly by @hougesen in #88
  • ci: add lint workflow for lua by @hougesen in #89
  • ci: prettier check workflow by @hougesen in #90
  • chore: add category to all utility packages by @hougesen in #91
  • refactor(cli): explicit variable indexing errors by @hougesen in #92
  • chore: enable dependabot package updates by @hougesen in #93
  • build(deps): upgrade tempfile to 3.9.0 by @hougesen in #95
  • build(deps): upgrade clap to 4.4.12 by @hougesen in #96
  • test: validate most utility functions by @hougesen in #97
  • build(docs): upgrade nuxt to 3.9.0 by @hougesen in #98
  • fix(request): raise error if res.text() fails by @hougesen in #99
  • fix(parser): only trim header k/v if not empty by @hougesen in #100
  • fix(parser): only check for comments in ParserMode::Request by @hougesen in #101
  • style(parser): remove scope layer from parse_variable by @hougesen in #102
  • refactor(cli): use colors from console crate by @hougesen in #104
  • docs: redesign docs by @hougesen in #105
  • build(docs): upgrade vue to 3.4.4 by @hougesen in #106
  • feat(parser): add support for variables in variable declaration by @hougesen in #107
  • fix(get_default_editor): move vi behind cfg!(not(windows)) by @hougesen in #108
  • build(cli): upgrade clap to 4.4.13 by @hougesen in #109
  • build(docs): upgrade vue to 3.4.5 by @hougesen in #110
  • chore: enable npm dependabot updates by @hougesen in #111
  • build(docs): upgrade tailwind to 3.4.1 by @hougesen in #112
  • build(docs): upgrade nuxt to 3.9.1 by @hougesen in #113
  • fix(parser): combine 2 ifs into 1 by @hougesen in #114
  • fix: typos by @hougesen in #115

Full Changelog: v0.0.2...v0.0.3

v0.0.2

23 Dec 22:44
1028e4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

23 Dec 21:05
c91742b
Compare
Choose a tag to compare

What's Changed

  • feat: parser for .http files by @hougesen in #1
  • feat: command for running http file by @hougesen in #2
  • feat: add support for multiple http requests in single file by @hougesen in #8
  • feat: parse request http version by @hougesen in #10
  • refactor: move sending request to seperate package by @hougesen in #11
  • chore: set hitt-cli as default binary by @hougesen in #12
  • feat: pretty print json responses by @hougesen in #13
  • feat(cli): parse input arguments by @hougesen in #14
  • feat(cli): argument for disabling pretty printing by @hougesen in #15
  • refactor(cli): split code into multiple files by @hougesen in #16
  • ci: validation workflow by @hougesen in #17
  • refactor(cli): remove anyhow dependency by @hougesen in #18
  • fix(cli): set disable_formatting to default false by @hougesen in #19
  • style(cli): add color coding to response by @hougesen in #20
  • feat: response http version by @hougesen in #21
  • feat(cli): allow running all directory entries by @hougesen in #22
  • feat: time request by @hougesen in #23
  • refactor(cli): allow .rest files by @hougesen in #24
  • docs: write usage guide by @hougesen in #25
  • chore: setup editorconfig by @hougesen in #26
  • chore: setup prettier config by @hougesen in #27
  • docs: examples of usage by @hougesen in #28
  • refactor(hitt-request): remove serde dependency by @hougesen in #29
  • refactor(hitt-request): remove unused tokio features by @hougesen in #30
  • refactor(hitt-cli): use specific features of tokio instead of full by @hougesen in #31
  • refactor: move response formatting to seperate package by @hougesen in #32
  • fix(parser): respect multiline body by @hougesen in #33
  • feat(cli): command for creating requests by @hougesen in #34
  • feat(cli): ignore gitignored files by @hougesen in #35
  • feat(cli): implement threaded parsing of requests by @hougesen in #36
  • Changed token body to parse request body for multi request files by @kasperbnielsen in #37
  • refactor: use console::Term instead of println by @hougesen in #38
  • feat: implement plugin for neovim by @hougesen in #39
  • refactor: export reqwest from hitt_request by @hougesen in #40
  • chore: add package metadata by @hougesen in #41
  • chore: use workspace metadata as primary by @hougesen in #42
  • refactor: move shared dependencies to workspace dependencies by @hougesen in #43
  • [ImgBot] Optimize images by @imgbot in #44

New Contributors

Full Changelog: https://github.com/hougesen/hitt/commits/v0.0.1