Release v0.3.6
Added
- Added support for the
:decoratorsmeta key in anonymousfns (#1178)
Changed
importnow returns nil instead of the last module's string representation (#1174)- The
:decoratorskey now works indefnwhen passed as a metadata name key, expanding its support todefn-derived macros likedefasync(#1178). - Change Python import machinery to be centered around Python code, rather than Basilisp namespaces (#1155, #1165)
Fixed
- Fix a bug in
defnwhere theattr-map?and function metdata were merged into a seq instead of a map, causingmacroexpandto fail in some cases (#1186) - Fix a bug where
basilisp.process/execthrew an exception when inheriting the stdout stream from the current process (#1190) - Fix a bug where
condpthrew an exception in certain cases (#1194)
Full Changelog: v0.3.5...v0.3.6