Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 01 Nov 15:14
· 48 commits to main since this release
416355c

Added

  • Added support for Python 3.13 (#1056)
  • Added support for .cljc files (#1097)

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 of nil (#1093)

Removed

  • Removed support for Python 3.8 (#1083)

New Contributors

Full Changelog: v0.2.4...v0.3.0