Releases: markus-wa/cq
Releases · markus-wa/cq
2024.06.24-12.10
Changes
2024.02.13-23.14
Changes
- Allow cq to read custom reader macros from edn input (
(edn/read {:default tagged-literal} ...)
- #23 thanks @pedromanoel
2023.11.30-14.56
New Features
- Add import for
clojure.instant
with aliasinst
#21
2023.10.18-18.12
2022.11.14-14.16.12
Security
- Upgraded clj-yaml to v1.0.26 for security fixes
2022.10.31-14.22.10
2022.10.12-14.51.05
2022.08.29-21.25.40
Fixes
- Fixed Transit + msgpack #13 - thanks @byronclark 🥳
2022.01.26-15.35.00
Fixes
- Load third party libs under whole namespace name, but add aliases - this should not affect regular use, but makes user-defined usage of
(require)
behave as expected
2022.01.21-16.20.00
Breaking Change
- External libraries (medley, specter, camel-snake-kebab & xml-in) are now namespaced
medley.core
->m/...
camel-snake-kebab.core
->csk/...
com.rpl.specter
->s/...
xml-in.core
->xml/...
New Features
- XML support (
-i xml
,-o xml
) - includingxml-in
library for navigation