Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 719 Bytes

CHANGELOG.md

File metadata and controls

21 lines (12 loc) · 719 Bytes

Changelog

All notable changes to livewire-filters will be documented in this file.

0.4 - 2023-01-10

  • Added state preservation support via query string, controllable through query_string_enabled configuration key.

0.3 - 2022-03-05

  • Added getOptionId method for better handling of setting an option's ID attribute when dealing with associative arrays
  • Added getOptionName method for better handling of setting an option's name attribute when dealing with associative arrays
  • Added getOptionValue method for better handling of setting an option's value when dealing with associative arrays

0.2 - 2022-02-28

  • Added the meta field to Filter class

0.1 - 2022-02-28

  • Initial release