Skip to content

Latest commit

 

History

History
172 lines (75 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

172 lines (75 loc) · 7.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2025-03-28)

Features

  • delivery "default" delivery time and total price from services (08461e9)

1.6.1 (2025-02-14)

Bug Fixes

1.6.0 (2025-02-13)

Features

  • handling warehouses on shipping calculation (6b5e2e1)

1.5.1 (2023-10-03)

Bug Fixes

  • calculate-shipping: prevent error with undefined rule when checking no_cubic_weight option (#12) (8e8bde1)

1.5.0 (2023-10-03)

Features

  • calculate-shipping: add option to consider only physical weight (#11) (ed24b01)

1.4.0 (2023-03-08)

Features

  • calculate-shipping: free shipping option by product (#9) (#10) (77339db)

Bug Fixes

  • application: removing invalid JSON trailing comma (4c1667c)

1.3.6 (2022-07-05)

1.3.5 (2022-05-15)

Bug Fixes

  • use phisical weight when cubic (dimensions) lower than 5 (#7) (653440c)

1.3.4 (2021-10-21)

Bug Fixes

  • deps: update @ecomplus/application-sdk to v1.15.5 sqlite (c69d73e)

1.3.3 (2021-08-05)

Bug Fixes

  • calculate-shipping: ensure rule specific origin zip is respected (d0cad39)

1.3.2 (2021-08-05)

Bug Fixes

  • calculate-shipping: double check origin zip from shipping rules [#6] (c017030)

1.3.1 (2021-06-16)

Bug Fixes

  • calculate-shipping: prevent errors with undefined service by code (020f082)

1.3.0 (2021-06-14)

Features

  • calculate-shipping: retrieving more fields (zip, label...) from shipping rule (36ca268)

1.2.3 (2021-06-08)

1.2.2 (2021-01-12)

Bug Fixes

  • calculate-shipping: fix setting delivery_time and posting_deadline on shipping lines (17f30a3)

1.2.1 (2020-07-21)

Bug Fixes

  • calculate-shipping: undefied total price gives free shipping (e50e3d6)

1.2.0 (2020-06-23)

Features

  • calculate-shipping: add 'disable_free_shipping_from' rule option (1558ffa)

Bug Fixes

  • calculate-shipping: validate zip for 'free_shipping_from_value' (ae1a6dc)

1.1.1 (2020-05-14)

Bug Fixes

  • import @ecomplus/application-sdk in place of ecomplus-app-sdk (035dca8)

1.1.0 (2020-05-14)

Features

  • calculate-shipping: handle 'excedent_weight_cost' & 'amount_tax' (38a943a)

Bug Fixes

  • caclulate-shipping: fix calculating amount tax (percentage) (7ce8da9)
  • deps: replace ecomplus-app-sdk to @ecomplus/application-sdk@sqlite (ba26529)

1.0.0 (2020-04-10)

0.1.3 (2020-03-16)

0.1.2 (2020-01-02)

Bug Fixes

  • calculate-shipping: ensure some rule fields aren't undefined (36ea19c)

0.1.1 (2019-12-19)

Bug Fixes

  • calculate-shipping: fix calcule physical, cubic and final weight (14b8b12)

0.1.0 (2019-12-13)

Features

  • calculate-shipping: functional route returning filtered services (df4d006)

Bug Fixes

  • server: update express routes (fbad832)