Releases: dawedawe/fsih
Releases · dawedawe/fsih
Release 1.0.4
Fixed
- Fixed support for non-FSharp.Core namespaces when using a preview SDK.
Release 1.0.3
Fixed
- Fixed support for non-FSharp.Core namespaces, #14.
Release 1.0.2
Fixed
- Fixed support for expressions with quotes, for example
h shouldn't
.
Release 1.0.1
Fixed
- Fixed support for operators, for example
h (+)
works now.
Release 1.0.0
Changed
- Made
h expr
just work without the need for quotation wrapping.
Release 0.2.0
Fixed
- Fixed a caching issue which caused the loss of xml fragments.
Added
- Added
H.H
to apply directly to expressions without the need for quotation wrapping.
Release 0.1.1
Fixed
- Improve handling of nested xml.
Release 0.1.0
Added
- Initial release