Added
Fixed
- Fix an issue with
basilisp test
standard streams output that can lead to failures on MS-Windows (#1080) - Fix an issue where destructuring a vector would throw an exception rather than returning
nil
for invalid key types (#1090) - Fix an issue where destructuring default values would take precedence over falsey values in the source data structure (#1078)
- Fixed a bug where imported Python names containing
-
(in lieu of_
) could not be referenced using the-
syntax (#1085) - Fixed a compatibility issue where
*print-length*
defaulted to 50 instead ofnil
(#1093)
Removed
- Removed support for Python 3.8 (#1083)
New Contributors
- @bobisageek made their first contribution in #1077
- @djblue made their first contribution in #1096
Full Changelog: v0.2.4...v0.3.0