v0.4.33
What's Changed
- Fix #729: mutable fields in deftype by @borkdude in #773
- changelog: fix typo in version number by @lread in #772
- Fix #774 - interpreter stacktrace by @borkdude in #776
- Sci needs ctx field (internal refactoring for better isolation) by @borkdude in #777
- Try to make loading cljs.analyzer.api more reliable by @borkdude in #778
- Extend protocols to JS built ins using CLJS "type symbols", fix extending protocols to default & Object by @lilactown in #784
- satisfies? finds protocols that have no methods by @lilactown in #786
- Revert "Revert "Fix #785: satisfies? finds protocols that have no methods by @borkdude in #787
- Demunge for cljs with test. by @sirwobin in #789
- Fix arity exception msgs for Clojure 1.10, 1.11 by @lread in #793
- Type hint on nested symbol now applied by @lread in #792
- Improve analysis error location by @borkdude in #795
- Add support for ns-unalias by @eerohele in #796
- Limited support for IPrintWithWriter in CLJS on custom types by @borkdude in #798
- Fix code example by @malcolmsparks in #799
New Contributors
- @lilactown made their first contribution in #784
- @sirwobin made their first contribution in #789
- @eerohele made their first contribution in #796
- @malcolmsparks made their first contribution in #799
Full Changelog: v0.3.32...v0.4.33