HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/zaklada/html/node_modules/connect-history-api-fallback/CHANGELOG.md
# Changelog

## 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 the `disableDotRule` option.

## v1.2.0
 - Support definition of custom HTML `Accept` header 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.