github basilisp-lang/basilisp v0.3.0
Release v0.3.0

latest releases: v0.3.6, v0.3.5, v0.3.4...
3 months ago

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

Don't miss a new basilisp release

NewReleases is sending notifications on new releases.