Releases: TheNorthMemory/wechatpay-axios-plugin
Releases · TheNorthMemory/wechatpay-axios-plugin
v0.2.1 Working on ≧ v10.15.0
- Optim: Back compatible for
12.4.0
<Node
≧10.15.0
.
v0.2.0 OOP style
- Feature: Most important
Wechatpay
class is ready, developing withOOP
style comes. - Optim: Drop the duplicated
declare
keywords in theTS definitions
v0.1.0 Production Ready
- Optim: Toggle the
Nodejs
version ≧10.15.0
. - Optim: Documentation and coding comments.
v0.0.9 Typings
- Typescript supported.
v0.0.8 full tests
- Optim: on
castCsvBill
, drop thetrim
on each rows - Optim: on
response
validation, checking ± 5 mins first then toRsa.verify
- Optim: moved the
commander
optional dependency, because it's only for theCLI
tool - Feature: shipped 99 tests(
npm test
)
v0.0.7 castCsvBill
- Feature: billdownload and castCsvBill
- eslint enabled (
npm run lint
)
v0.0.6 Chinese README
- Chinese document
v0.0.5 Documents
- Renew document and codes comments
v0.0.4 CLI tool
- Feature: certificate downloader, deps on
commander
v0.0.3 MediaUpload
- Feature: media file upload, optional deps on
form-data