Releases: babashka/sci
Releases · babashka/sci
v0.9.44
What's Changed
- Fix #926: support add-watch on CLJS vars by @borkdude in #927
- fix small typo error in sci/binding by @tiejunhu in #929
- Fix docstring of copy-var by @yuhan0 in #930
- Fix #928: record constructor supports optional meta + ext map by @borkdude in #932
- Bump shlex from 1.1.0 to 1.3.0 in /libsci/from-rust by @dependabot in #915
- Update reflector by @borkdude in #933
- Fix #934: :allow may contain namespaced symbols by @borkdude in #936
- Fix #937: throw when copying non-existent namespace by @borkdude in #938
- #917 Static method fn by @borkdude in #939
- #917 Instance method fn by @borkdude in #940
- Fix #925: support new Clojure 1.12 array notation:
String/1
,byte/2
by @borkdude in #941
New Contributors
- @tiejunhu made their first contribution in #929
- @yuhan0 made their first contribution in #930
- @dependabot made their first contribution in #915
Full Changelog: v0.8.43...v0.9.44
v0.8.43
What's Changed
- Fix #626: add
cljs.core/exists?
by @borkdude in #918 - Fix #919: :js-libs + refer + rename clashes with core var by @borkdude in #920
- Fix #906: merge-opts loses :features of previous context by @borkdude in #921
- Fix #923: check for duplicate keys in dynamic set of map literal by @borkdude in #924
Full Changelog: v0.8.41...v0.8.43
v0.8.41
v0.8.40
v0.7.39
v0.7.38
v0.6.37
v0.5.36
See CHANGELOG.md
v0.5.35
What's Changed
See CHANGELOG.md for the official changelogs. The below is generated by Github.
- Fix #817: mutation should be visible in protocol method by @borkdude in #818
- Fix #819: don't use metadata in record implementation by @borkdude in #820
- Minor by @borkdude in #821
- Implement in-ns as a function. by @SignSpice in #824
- Fix #822: add doc/arglists from clojure.core metadata to sci vars by @borkdude in #827
- #822: macroexpand docs by @borkdude in #829
- Fix #832: reload analyzer API within CLJS by @borkdude in #833
- Optimize analysis + eval of fn by @borkdude in #835
New Contributors
- @SignSpice made their first contribution in #824
Full Changelog: v0.5.34...v0.5.35
v0.5.34
What's Changed
- Protocol fun documentation parity by @bobisageek in #800
- Fix #801: preserve location metadata for vars defined in macro-expansion by @borkdude in #803
- Quickdoc by @borkdude in #805
- feat: Expose print-namespace-maps from
sci.core
by @ghoseb in #810 - README by @borkdude in #812
- Fix #813: optimize let by @borkdude in #814
- Simplify do by @borkdude in #815
New Contributors
Full Changelog: v0.4.33...v0.5.34