0.9.0 (2023-07-04)
- refactoring bug of throwOnFailure option (a555b2d)
0.8.1 (2023-05-29)
- apply defaults if parse input has no parameter keys (c4ba303)
- deps: bump smob to v1.x (978da3a)
- simplify build query string util (7e7eb28)
- use custom merger for parameters (4ff0ca5)
0.8.0 (2023-02-14)
- enhance parsing of parameters (2cc8b4d)
0.7.0 (2023-01-27)
- refactor build pipeline & replaced babel with swc (a3dcc53)
0.6.6 (2023-01-18)
- avoid nullish coalescing operator (2f98bc1)
0.6.5 (2023-01-18)
- removed minimatch + replaced babel with esbuild for transpiling (3b6744d)
0.6.4 (2023-01-17)
0.6.3 (2023-01-04)
- deps: bump json5 from 1.0.1 to 1.0.2 (dfede3d)
0.6.2 (2022-12-22)
- deps: bump minimatch from 5.1.1 to 5.1.2 (6c3cf63)
0.6.1 (2022-11-30)
- deps: bump minimatch from 5.1.0 to 5.1.1 (d1e3852)
0.6.0 (2022-11-28)
- add esm support (9986da1)
0.5.0 (2022-11-27)
- allow null value in filter list (a264d6c)
0.4.1 (2022-10-28)
- allow enable/disable parameter parsing by boolean for parseQuery (2b29f41)
0.4.0 (2022-10-28)
- allow non matching regex strings, if permitted by options (145b119)
- parse everything, if allowed- & default- option are not defined (9bda36a)
0.3.2 (2022-10-27)
- only inherit default-path for defined options (454b54a)
0.3.1 (2022-10-22)
- cleanup types + support more filter input values (1c0e59f)
0.3.0 (2022-10-21)
- changed structure of filters-parse-output-element (0f3ec4e)
- filter-value-with-operator type (acbc090)
- remove filter-value-config format (a7172b0)
- add filter validate option (882a5dc)
0.2.9 (2022-10-21)
- example in README.md & bump version (521fed8)
0.2.8 (2022-10-21)
- typing for parse-query & parse-query-parameter (1924ea7)
0.2.7 (2022-10-21)
- add generic argument for parse-query function (ac0e89f)
0.2.6 (2022-10-20)
0.2.5 (2022-10-20)
- add missing generic type argument for parameters (01f1065)
0.2.4 (2022-10-19)
- add Date type as allowed simple key (44fa46e)
0.2.3 (2022-10-19)
- updated smob dependency (2f0ca15)
0.2.2 (2022-10-19)
- allow global default-path for parse-query method (2580bb9)
0.2.1 (2022-10-18)
- parse query relations typing and allowed matching (b60f9f4)
0.2.0 (2022-10-18)
- backported defaultAlias as defaultPath (82f820c)
0.1.1 (2022-10-18)
- filter array value transformation + removed unnecessary methods (a02767a)
- query parameter building + enhanced generation (40d56c4)
0.1.0 (2022-10-15)
- transform filter output value + enhanced typing for filter(s) (cb4cafb)
- add default & default-by-element option for filter(s) parsing (c2e552d)
- allow specifying default sort column(s) for parsing (0029731)
0.0.6 (2022-10-10)
- specify depedanbot commit message + bump version (9c70aaf)
0.0.5 (2022-10-10)
- sort build input type + updated package.json (5177fb9)