Changes for Version 0.12.0 (pending)
Changes for Version 0.11.0 (2023-03-27)
- Remove all zjson related declarations.
- Generate HTML via SxHTML, not manually and direct.
Changes for Version 0.10.0 (2023-01-24)
- Add query key parseonly and two encoding names (plain, json) to
allow to merge various API endpoints into /z
- Client method do not use endpoints /j, /m, /q, /p, /v any more.
They are merged into endpoint /z. Use this client only with
Zettelstore v0.10.0 or better.
(breaking)
Changes for Version 0.9.0 (2022-12-12)
- Rename api.QueryKeyDepth to api.QueryKeyCost
- Update encode / syntax names
Changes for Version 0.6.0 (2022-08-11)
- Add support to build URLs with search expressions
- Use Go 1.19
- Fix some bugs
Changes for Version 0.5.1 (2022-08-08)
- Support for search references
(minor: api, zjson, sexpr, html)
Changes for Version 0.5 (2022-07-29)