Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-10-17 | 1.5 kB | |
v0.9.44 source code.tar.gz | 2024-10-17 | 503.9 kB | |
v0.9.44 source code.zip | 2024-10-17 | 552.8 kB | |
Totals: 3 Items | 1.1 MB | 0 |
What's Changed
- Fix [#926]: support add-watch on CLJS vars by @borkdude in https://github.com/babashka/sci/pull/927
- fix small typo error in sci/binding by @tiejunhu in https://github.com/babashka/sci/pull/929
- Fix docstring of copy-var by @yuhan0 in https://github.com/babashka/sci/pull/930
- Fix [#928]: record constructor supports optional meta + ext map by @borkdude in https://github.com/babashka/sci/pull/932
- Bump shlex from 1.1.0 to 1.3.0 in /libsci/from-rust by @dependabot in https://github.com/babashka/sci/pull/915
- Update reflector by @borkdude in https://github.com/babashka/sci/pull/933
- Fix [#934]: :allow may contain namespaced symbols by @borkdude in https://github.com/babashka/sci/pull/936
- Fix [#937]: throw when copying non-existent namespace by @borkdude in https://github.com/babashka/sci/pull/938
- [#917] Static method fn by @borkdude in https://github.com/babashka/sci/pull/939
- [#917] Instance method fn by @borkdude in https://github.com/babashka/sci/pull/940
- Fix [#925]: support new Clojure 1.12 array notation:
String/1
,byte/2
by @borkdude in https://github.com/babashka/sci/pull/941
New Contributors
- @tiejunhu made their first contribution in https://github.com/babashka/sci/pull/929
- @yuhan0 made their first contribution in https://github.com/babashka/sci/pull/930
- @dependabot made their first contribution in https://github.com/babashka/sci/pull/915
Full Changelog: https://github.com/babashka/sci/compare/v0.8.43...v0.9.44