Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.4.0](v3.3.0...v3.4.0) (2024-02-20) ### Bug Fixes * allow return from code block ``{...}`` value of any type ([ab82608](ab82608)) * bug when logseq hidden properties prepend ([63d275c](63d275c)) * coercing property args to bool only with ? ending ([b5c2503](b5c2503)) * dayjs timezone plugin ([aa94272](aa94272)) * displaying c.tags.date context ([ccfec09](ccfec09)) * **query:** bug with query cloning ([af38b2a](af38b2a)) * remove old css var ([b01794f](b01794f)) * remove protected mode for ``...`` ([8becb07](8becb07)) * **tags:** `empty` template tag & add docs ([9a3921e](9a3921e)) * **tags:** `when` template tag & add docs ([3b83f1d](3b83f1d)) * **views:** escaping values for views rendering ([985454f](985454f)) * xss improvements while parsing ([089732b](089732b)) ### Features * add start of week setup for dayjs ([4b58b49](4b58b49)) * added c.tags context to get all available tag utils and its signatures ([212e5ed](212e5ed)) * allow usage of async/await in custom JS templates ([0a860b7](0a860b7)) * **args:** coercing arg-properties with «?» to bool ([444b2fc](444b2fc)) * **context:** add file path for pages ([9853f8e](9853f8e)) * **engine:** improve template errors readability ([35e2b60](35e2b60)) * **notifications:** replace release notification ([1fac518](1fac518)) * support coercing to bool in template args ([7405577](7405577)) * **syntax:** `out` & `outn` functions to output info within ``{...}`` ([9b4ec63](9b4ec63)) * **syntax:** new syntax ``@...`` for date.nlp & fix date.nlp bug ([5b3d4b5](5b3d4b5)) * **tags:** `bool` template tag ([5a72905](5a72905)) * **tags:** `dev.uuid` template tag & docs ([5ce563f](5ce563f)) * **tags:** `include` & `layout` template tags ([ad452d9](ad452d9)) * **tags:** `query.pages().getSample(n)` interface ([ca52289](ca52289)) * **tags:** add dev.context.page & dev.context.block utils to transform API Entity to Context item ([ed942e2](ed942e2)) * **tags:** add query.refs namespace with .count, .journals, .pages ([4813da2](4813da2)) * **tags:** add walkTree template tag ([4be1437](4be1437)) * **tags:** dev.include template tag to include templates into each other ([7a031d8](7a031d8)), closes [#18](#18) * **tags:** helpful array functions: unique, zip, sorted, groupby ([e7b24ec](e7b24ec)) * **tags:** query.pages template tag for simple query building (fix [#20](#20)) ([2209481](2209481)) * **tags:** query.pages: inverted operations, shortcuts, title operations, prevent vars dublication ([aae442c](aae442c)) * **tags:** template tag `tag` & propper rendering of tags in views ([57008ee](57008ee)) * **ui:** order with respect the numeric characters ([379fdf9](379fdf9))
- Loading branch information