We’re happy to announce a new release of ClojureScript. If you’re an existing user of ClojureScript please read over the following release notes carefully. Noteworthy Changes Closure Compiler has been updated to v20210505 New Core Features and / or Optimization as Compiler Pass ClojureScript generates efficient JavaScript for and / or, employing && / || when applied to Boolean values. Previously these optimizations were implemented directly by the and / or macros. With this release they a...