Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

135 lines (72 loc) · 6.69 KB

Changelog

v1.5.3 - 2023-12-04

1.5.3 (2023-12-04)

Miscellaneous Chores

  • deps: bump actions/checkout from 3 to 4 (32e726e)
  • deps: bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (02860f2)
  • deps: bump google-github-actions/release-please-action (b379d52)
  • deps: bump stefanzweifel/git-auto-commit-action from 4 to 5 (b1d4b99)

1.5.3 (2023-12-04)

Miscellaneous Chores

  • deps: bump actions/checkout from 3 to 4 (32e726e)
  • deps: bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (02860f2)
  • deps: bump google-github-actions/release-please-action (b379d52)
  • deps: bump stefanzweifel/git-auto-commit-action from 4 to 5 (b1d4b99)

v1.5.2 - 2023-06-19

1.5.2 (2023-06-19)

Bug Fixes

  • MiniProgram: fix bug in sendRequestPost method for UrlLink class (e6f48d0)

1.5.2 (2023-06-19)

Bug Fixes

  • MiniProgram: fix bug in sendRequestPost method for UrlLink class (e6f48d0)

v1.5.1 - 2023-06-19

1.5.1 (2023-06-19)

Code Refactoring

  • UrlLink: modify query method to accept and return values (a6e4764)

1.5.1 (2023-06-19)

Code Refactoring

  • UrlLink: modify query method to accept and return values (a6e4764)

v1.5.0 - 2023-06-15

1.5.0 (2023-06-15)

Features

  • UrlLink: add method to generate URL link (0477fd9)

1.5.0 (2023-06-15)

Features

  • UrlLink: add method to generate URL link (0477fd9)

v1.4.0 - 2023-06-02

1.4.0 (2023-06-02)

Features

  • add payment notification handlers and serve method to Payment Application class (f2c748c)

1.4.0 (2023-06-02)

Features

  • add payment notification handlers and serve method to Payment Application class (f2c748c)

v1.3.0 - 2023-06-02

1.3.0 (2023-06-02)

Features

  • add GetApplication trait to MiniProgram and Payment applicationsThis commit adds the GetApplication trait to the MiniProgram and Payment applications, allowing access to the EasyWeChat application instance (c73d8fd)

1.3.0 (2023-06-02)

Features

  • add GetApplication trait to MiniProgram and Payment applicationsThis commit adds the GetApplication trait to the MiniProgram and Payment applications, allowing access to the EasyWeChat application instance (c73d8fd)

v1.2.1 - 2023-06-02

1.2.1 (2023-06-02)

Code Refactoring

  • Remove unused Payload dependency from Payment Application constructor and getPayment method (7872c72)

1.2.1 (2023-06-02)

Code Refactoring

  • Remove unused Payload dependency from Payment Application constructor and getPayment method (7872c72)

v1.2.0 - 2023-05-24

1.2.0 (2023-05-24)

Features

  • Add new payment method to Wechat Bridge (6b67f8a)

1.2.0 (2023-05-24)

Features

  • Add new payment method to Wechat Bridge (6b67f8a)

v1.1.0 - 2023-05-24

1.1.0 (2023-05-24)

Features

  • add GitHub workflows for automerge, dependabot-auto-merge, readme-contributors, release, and update changelog (f9e77be)
  • Payment: add Payment Application class for Wechat bridge with caching support (01da68c)

1.1.0 (2023-05-24)

Features

  • add GitHub workflows for automerge, dependabot-auto-merge, readme-contributors, release, and update changelog (f9e77be)
  • Payment: add Payment Application class for Wechat bridge with caching support (01da68c)