- add externs for Java.type call in cljs.core (for nashorn) https://github.com/thheller/shadow-cljs/commit/51ef32237297ce0a56517ec418c88dae70d69890
- use
:js-options
directly as compiler opts for js conversion, allows accessing more closure-knobs like:pseudo-names
https://github.com/thheller/shadow-cljs/commit/8df39533acd809b852eb6d37b80708f5072298f2
- allow disabling source map generating for shadow-js https://github.com/thheller/shadow-cljs/commit/b85827b6c340e59cd435a3b414e1977ef8761f1c
- remove leftover debug log message https://github.com/thheller/shadow-cljs/commit/6a242befc3de24b79a5e805f951b3935cdf35cc7
- more detailed cache logging, turns out writing cache is pretty darn slow. could probably make
that faster somehow. https://github.com/thheller/shadow-cljs/commit/f5add53fded9c641b6b1602e9353642718935f53
- Initial draft of CONTRIBUTING.md (#253) https://github.com/thheller/shadow-cljs/commit/4845d523b559905ef0d19e39193ceb3e248ee952
- small doc tweak https://github.com/thheller/shadow-cljs/commit/b15320685fe83896e809c76be3b5096b1358876b
- add CryptoTwittos link https://github.com/thheller/shadow-cljs/commit/3720670906799888b9bd4af437fddae3f508da35
- hook up PropertyCollector to classpath JS https://github.com/thheller/shadow-cljs/commit/e56ec0bcfaddc234bd82e767daf343fddd5377a0
- cleanup extern properties collector code a bit https://github.com/thheller/shadow-cljs/commit/b8f8d31ba9ac931ab6ac69a1000d68c9a119752d
- fix
:js-properties
getting replaced https://github.com/thheller/shadow-cljs/commit/7dbec072fcb1f09091f9ef90430ab3a16fc72bfc
- export provides/requires in release snapshot data https://github.com/thheller/shadow-cljs/commit/dab56fb0cdc74dee4254ff1b5e253b000fcea7ca
- make it possible to toggle
:variable-renaming
and:property-renaming
,:variable-renaming
can mess with npm graphql. not changing the default for now since it only seems to affect graphql for now and the impact of disabling can be quite substantial https://github.com/thheller/shadow-cljs/commit/bb8111728e406976a943c81592350d3ee3ec52b9