Skip to content

Releases: tyr-rust-bootcamp/01-rcli

v1-13-trait-and-enum-dispatch

25 Mar 05:59
7c261a9
Compare
Choose a tag to compare

1-13-trait-and-enum-dispatch - 2024-03-25

Features

  • reafactor with a CmdExecutor trait - (4a41d44) - Tyr Chen

Refactoring

  • use enum_dispatch to reduce duplicate code - (7c261a9) - Tyr Chen

v1-12-tower-http

25 Mar 04:57
7b16765
Compare
Choose a tag to compare

1-12-tower-http - 2024-03-25

Features

  • add tower-http support - (7b16765) - Tyr Chen

v1-9-base64

24 Mar 05:22
bbccc7d
Compare
Choose a tag to compare

1-9-base64 - 2024-03-24

Features

  • support base64 encode/decode cli - (bbccc7d) - Tyr Chen

v1-8-genpass

24 Mar 04:11
d7cecba
Compare
Choose a tag to compare

1-8-genpass - 2024-03-24

Features

  • add password generator - (d39aef2) - Tyr Chen
  • support zxcvbn to test password strength - (d7cecba) - Tyr Chen

Other

  • support generic csv to json and yaml output - (76f463f) - Tyr Chen

v1-7-csv

24 Mar 02:42
71196b3
Compare
Choose a tag to compare

[1-7-csv] - 2024-03-24

Features

  • add csv cli support - (71196b3) - Tyr Chen

Miscellaneous Chores

  • correct the project url in cliff config (#1) - (073119d) - Tyr Chen

Other

  • first commit - (11af3a1) - Tyr Chen

v1-11-http-static-server

24 Mar 19:47
c76f146
Compare
Choose a tag to compare

1-11-http-static-server - 2024-03-24

Features

  • support http static file server - (c76f146) - Tyr Chen

v1-10-sign-verify

24 Mar 18:16
ae4b658
Compare
Choose a tag to compare

1-10-sign-verify - 2024-03-24

Features

  • add sign/verify cli for text - (ae4b658) - Tyr Chen