22 lines
475 B
Markdown
22 lines
475 B
Markdown
# 3.0.0 (unreleased)
|
|
|
|
- `getHistory` updated to reflect path parameters in url query.
|
|
- `getNewPath` also updated to reflect path parameters in url query.
|
|
|
|
# 2.1.1
|
|
|
|
- Update liscence to GPL-3.0-or-later
|
|
|
|
# 2.1.0
|
|
|
|
- New method `getSearchWords` that extracts search words given a query object.
|
|
- Bump dependency versions.
|
|
|
|
# 2.0.0
|
|
|
|
- Replace `history` export with `getHistory` (allows for lazy-create of history)
|
|
|
|
# 1.1.0
|
|
|
|
- Rename `getTimeRelatedQuery` to `getPersistedQuery`
|