Skip to content

Release v0.2.4

Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 25 Sep 17:11
· 57 commits to main since this release
4786b7c

Added

  • Added functions to basilisp.test for using and combining test fixtures (#980)
  • Added the importing-resolve function for dynamically importing and resolving a Python name (#1065, #1070)
  • Added support for highlighting matching parens, brackets, and braces at the REPL (#1074)
  • Added the -p/--include-path argument to basilisp test CLI subcommand (#1075)
  • Added an empty entry to sys.path for basilisp test CLI subcommand (#1075)

Fixed

  • Fix a bug where the reader was double counting the CRLF newline seq in metadata (#1063)
  • Conform to the cider-nrepl info ops spec by ensuring result's :file is URI, also added missing :column number (#1066)
  • Fix a bug with basilisp.edn/write-string where nested double quotes were not escaped properly (#1071)
  • Fix a bug where additional arguments to basilisp test CLI subcommand were not being passed correctly to Pytest (#1075)

Full Changelog: v0.2.3...v0.2.4