Skip to content

Release v0.3.4

Compare
Choose a tag to compare
@chrisrink10 chrisrink10 released this 09 Dec 16:02
· 47 commits to main since this release
66f7773

Added

  • Added support for the optional attr-map? on the ns macro (#1159)
  • Added support for the optional pre- and post-conditions in fn forms (#1167)

Fixed

  • Fix a bug where # characters were not legal in keywords and symbols (#1149)
  • Fix a bug where seqs were not considered valid input for matching clauses of the case macro (#1148)
  • Fix a bug where py->lisp did not keywordize string keys potentially containing namespaces (#1156)
  • Fix a bug where anonymous functions using the #(...) reader syntax were not properly expanded in a syntax quote (#1160)
  • Fix a bug where certain types of objects (such as objects created via deftype) could not be unquoted correctly in macros (#1153)

Full Changelog: v0.3.3...v0.3.4