Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.43 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.

0.1.6 - 2023-02-23

Changed

  • Removed Django from dependecies

0.1.5 - 2022-04-25

Changed

  • Updated line_items to return a single basket/order by default

0.1.4 - 2022-04-22

Fixed

  • Fix wrong config returned for payment label

0.1.3 - 2022-04-08

Changed

  • Change to minimal response for refunds
  • Updated typing information

0.1.2 - 2022-03-25

Added

  • Added PayPal refunds

0.1.1 - 2022-03-24

Changed

  • Revert request type to Django request

0.1.0 - 2022-03-24

Added

  • Initial code