remove specs from coreremove specs from core namespace - moved to separatespecsnamespace for those that need them.
merge-astsupport arities 0 and 1 to work as a reducing function
- Add
update-childhelper - Add
update-recursive-depthhelper
- In the specs for AST, :query is now optional
- Generative features moved to
edn-query-language.coreto avoid requiring test.check for basic operations
ast->queryalways returns a query, this is a bug fix but if you relied on the bad behvior this may be a breaking change, if that's the case replace your call toast->querywithast->expr
- Add helper to mask queries.
- Make out of
query->ast1nilable
- Fix specs for
query->ast1andast->query
- Removed
::eql/keyspec, that was a leftover from porting,::eql/join-keyis the correct one to use.
- focus-subquery* is public
- support removing specs from Clojurescript build
- Add
eql/query->shallow-ast