Fix error: `Invalid values provided for operator: :string/=` when input only 1 value in param.
1.0.6
- Avoid error for some queries that do not have `column_sort_order` ([Issue 3](https://github.com/tranngocminhhieu/metabase-query-api/issues/3)). - 414 error should be returned instead of retry ([Issue 1](https://github.com/tranngocminhhieu/metabase-query-api/issues/1)).
1.0.5
Clean code
1.0.4
Change function and parameter name, from `...bulk_param...` to `...bulk_filter...` because the package now support unsaved question URL and users know filter more than param.
1.0.3
Support both saved questions (card) and unsaved question (dataset).
1.0.2
- Add `verbose` parameter to functions to enable/disable print. - Fix wrong parameter name in `parse_question` function (`bulk_param_slug`). - Add more comments and function descriptions.