rapiq

A tiny library which provides utility types/functions for request and response query handling.

MIT License

Downloads
323.8K
Stars
17
Committers
4

Bot releases are visible (Hide)

rapiq - v0.9.0 Latest Release

Published by github-actions[bot] over 1 year ago

0.9.0 (2023-07-04)

Bug Fixes

  • refactoring bug of throwOnFailure option (a555b2d)

Features

  • allow throwing error on invalid parsing input (#312) (3afd7f2)
rapiq - v0.8.1

Published by github-actions[bot] over 1 year ago

0.8.1 (2023-05-29)

Bug Fixes

  • 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)
rapiq - v0.8.0

Published by github-actions[bot] over 1 year ago

0.8.0 (2023-02-14)

Features

  • enhance parsing of parameters (2cc8b4d)
rapiq - v0.7.0

Published by github-actions[bot] almost 2 years ago

0.7.0 (2023-01-27)

Features

  • refactor build pipeline & replaced babel with swc (a3dcc53)
rapiq - v0.6.6

Published by github-actions[bot] almost 2 years ago

0.6.6 (2023-01-18)

Bug Fixes

  • avoid nullish coalescing operator (2f98bc1)
rapiq - v0.6.5

Published by github-actions[bot] almost 2 years ago

0.6.5 (2023-01-18)

Bug Fixes

  • removed minimatch + replaced babel with esbuild for transpiling (3b6744d)
rapiq - v0.6.4

Published by github-actions[bot] almost 2 years ago

0.6.4 (2023-01-17)

Bug Fixes

  • deps: bump minimatch from 5.1.2 to 6.0.4 (6113e42)
  • deps: bump smob from 0.0.6 to 0.0.7 (40ae989)
rapiq - v0.6.3

Published by github-actions[bot] almost 2 years ago

0.6.3 (2023-01-04)

Bug Fixes

  • deps: bump json5 from 1.0.1 to 1.0.2 (dfede3d)
rapiq - v0.6.2

Published by github-actions[bot] almost 2 years ago

0.6.2 (2022-12-22)

Bug Fixes

  • deps: bump minimatch from 5.1.1 to 5.1.2 (6c3cf63)
rapiq - v0.6.1

Published by github-actions[bot] almost 2 years ago

0.6.1 (2022-11-30)

Bug Fixes

  • deps: bump minimatch from 5.1.0 to 5.1.1 (d1e3852)
rapiq - v0.6.0

Published by github-actions[bot] almost 2 years ago

0.6.0 (2022-11-28)

Features

rapiq - v0.5.0

Published by github-actions[bot] almost 2 years ago

0.5.0 (2022-11-27)

Features

  • allow null value in filter list (a264d6c)
rapiq - v0.4.1

Published by github-actions[bot] about 2 years ago

0.4.1 (2022-10-28)

Bug Fixes

  • allow enable/disable parameter parsing by boolean for parseQuery (2b29f41)
rapiq - v0.4.0

Published by github-actions[bot] about 2 years ago

0.4.0 (2022-10-28)

Bug Fixes

  • allow non matching regex strings, if permitted by options (145b119)

Features

  • parse everything, if allowed- & default- option are not defined (9bda36a)
rapiq - v0.3.2

Published by github-actions[bot] about 2 years ago

0.3.2 (2022-10-27)

Bug Fixes

  • only inherit default-path for defined options (454b54a)
rapiq - v0.3.1

Published by github-actions[bot] about 2 years ago

0.3.1 (2022-10-22)

Bug Fixes

  • cleanup types + support more filter input values (1c0e59f)
rapiq - v0.3.0

Published by github-actions[bot] about 2 years ago

0.3.0 (2022-10-21)

Bug Fixes

  • changed structure of filters-parse-output-element (0f3ec4e)
  • filter-value-with-operator type (acbc090)
  • remove filter-value-config format (a7172b0)

Features

  • add filter validate option (882a5dc)
rapiq - v0.2.9

Published by github-actions[bot] about 2 years ago

0.2.9 (2022-10-21)

Bug Fixes

  • example in README.md & bump version (521fed8)
rapiq - v0.2.8

Published by github-actions[bot] about 2 years ago

0.2.8 (2022-10-21)

Bug Fixes

  • typing for parse-query & parse-query-parameter (1924ea7)
rapiq - v0.2.7

Published by github-actions[bot] about 2 years ago

0.2.7 (2022-10-21)

Bug Fixes

  • add generic argument for parse-query function (ac0e89f)