# 1.0.0 (2024-03-10)

- Add option to format JSON responses based on settings:
  + If `format_json` is set to `true`, responses with a Content-Type header including
  `application/json` will be formatted.
  + `format_json_indent` controls the number of spaces per indentation level,
  + Set `format_json_sort_keys` to `true` to sort the keys in alphabetical order.
