mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
891 B
891 B
0.1.4 / 2020-06-02
- Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin)
- Change license from MIT to Apache 2.0
0.1.3 / 2017-11-11
- Accept extension names and parameters including uppercase letters
- Handle extension names that clash with
Object.prototypeproperties
0.1.2 / 2017-09-10
- Catch synchronous exceptions thrown when calling an extension
- Fix race condition caused when a message is pushed after a cell has stopped due to an error
- Fix failure of
close()to return if a message that's queued after one that produces an error never finishes being processed
0.1.1 / 2015-02-19
- Prevent sessions being closed before they have finished processing messages
- Add a callback to
Extensions.close()so the caller can tell when it's safe to close the socket
0.1.0 / 2014-12-12
- Initial release