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
1.2 KiB
1.2 KiB
Changelog
v1.6.0
- Recommend absolute paths for rewrite targets. Contributed by @helfi92.
v1.5.0
- Expose the HTTP request object in rewrite rules. Contributed by @VladShcherbin.
v1.4.0
- The
.(DOT) rule should only check the last path element. Contributed by @ntkme.
v1.3.0
- Allow disabling of the
.(DOT) rule via thedisableDotRuleoption.
v1.2.0
- Support definition of custom HTML
Acceptheader values. Contributed by @cgmartin.
v1.1.0
- Rewrite rules are now applied before the request URL is checked for dots.
- Rewrite rules can be defined as functions to have greater control over the
dot rule.
v1.0.0
This version introduces a fair amount of breaking changes. Specifically, instances of the historyApiFallback need to be created via the exported function. Previously, this was not necessary.
- Breaking: Support multiple instances of the historyApiFallback middleware with different configurations.
- Breaking: Loggers are configured per historyApiFallback middleware instance (see
README.md). - The fallback index HTML file can be configured. Default is
/index.html. - Additional rewrite rules can be defined via regular expressions.