Closed tsegismont closed 1 month ago
Closes #2519
Commits can be reviewed individually.
When option classes are introduced, it is attempted to minimize the breaking change impact by keeping the same method names. For example: StaticHandler#setIncludeHidden becomes StaticHandlerOptions#setIncludeHidden.
StaticHandler#setIncludeHidden
StaticHandlerOptions#setIncludeHidden
too much breaking, unscheduled
Closes #2519
Commits can be reviewed individually.
When option classes are introduced, it is attempted to minimize the breaking change impact by keeping the same method names. For example:
StaticHandler#setIncludeHidden
becomesStaticHandlerOptions#setIncludeHidden
.