Skip to content

Latest commit

 

History

History
287 lines (174 loc) · 10 KB

CHANGELOG.md

File metadata and controls

287 lines (174 loc) · 10 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.3.3 (2022-05-31)

Refactor

  • clippy lints, re-export of other missing Customer structs

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • clippy lints, re-export of other missing Customer structs (21d751f)

v0.3.2 (2022-05-31)

Refactor

  • TransactionStatus -> YapayTransactionStatus, add re-export

Commit Statistics

  • 2 commits contributed to the release.
  • 1 day passed between releases.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.3.2 (fa5fa6b)
    • TransactionStatus -> YapayTransactionStatus, add re-export (a90f86f)

v0.3.1 (2022-05-29)

Refactor

  • removed print calls that were panicking on multi-thread.. executors, and replaced with tracing dep

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.3.1 (a14714d)
    • removed print calls that were panicking on multi-thread.. (bea1953)

v0.3.0 (2022-05-28)

New Features

  • implemented TryFrom<Vec> for YapayWebhook to allow it... to be extracted from raw payloads.

Other

  • removed unused deps and traits

Chore (BREAKING)

  • removed pub visibilty to allow proper re-export of structs

Commit Statistics

  • 4 commits contributed to the release.
  • 3 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.3.0 (5d75b68)
    • removed pub visibilty to allow proper re-export of structs (c2f8fa7)
    • implemented TryFrom<Vec> for YapayWebhook to allow it... (3daa7df)
    • removed unused deps and traits (9e66ae0)

v0.2.0 (2022-05-28)

Documentation

  • updated README
  • updated docs/readme

New Features

  • Added set_process_url builder fn
  • added TransactionStatus enum, and replaced it on webhook

Bug Fixes

  • clippy lints

New Features (BREAKING)

  • docs, fixes +
    • Added tests
  • Updated some functions docs;
  • Checkout can handle available_payment_methods correctly now;
  • Renamed Webhook to YapayWebhook;

Commit Statistics

  • 7 commits contributed to the release over the course of 3 calendar days.
  • 3 days passed between releases.
  • 6 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.2.0 (353a644)
    • updated README (6636633)
    • Added set_process_url builder fn (3d1ffe0)
    • added TransactionStatus enum, and replaced it on webhook (abbb13b)
    • clippy lints (c0e57a7)
    • docs, fixes + (08bb5f2)
    • updated docs/readme (b8bdaed)

v0.1.2 (2022-05-25)

New Features

  • added webhook strucutre, to be used on extractors

Refactor

  • re-added tests to credit_card payment, clippy lints

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.1.2 (7c87eea)
    • re-added tests to credit_card payment, clippy lints (d3b4a8a)
    • added webhook strucutre, to be used on extractors (21e24a1)

v0.1.1 (2022-05-24)

New Features

  • added create checkout endpoint, refactor Added new fns to YapayProduct, YapayCustomer, YapayTransaction; Added create_checkout endpoint with custom preferences; Removed unused parameters on multiple fns

    BREAKING CHANGE

Commit Statistics

  • 2 commits contributed to the release.
  • 4 days passed between releases.
  • 1 commit where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.1.1 (9133567)
    • added create checkout endpoint, refactor (2955828)

v0.1.0 (2022-05-20)

Chore

  • added .envrc to gitignore

  • first commit

Chore

  • added .envrc to gitignore

Documentation

  • fixed wrong name
  • fixed wrong name, added CHANGELOG

Commit Statistics

  • 4 commits contributed to the release.
  • 3 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release yapay-sdk-rust v0.1.0 (0dca689)
    • added .envrc to gitignore (64d0024)
    • fixed wrong name, added CHANGELOG (8ec1827)
    • first commit (db5e7f5)