Releases: slime-lang/slime
Releases · slime-lang/slime
Version 0.6.1
Version 0.6.1 changes:
- Fix for
eex
inline parsing.
Version 0.6.0
Version 0.6.0 changes:
- Wrapped attribute support (
input (type="text")
,input [type="text"]
,input {type="text"}
) - Boolean attribute support (
input (type="text" required)
)
Version 0.5.0
Version 0.5.0 changes:
- Support for comments (code, HTML, conditional)
- Support template pre-compilation
- Multiline verbatim text support
- Fix EEx rendering of
fn ->
anddo
- Fix error with EEx templates without bindings
- Attribute merging support
As part of this release, I'd like to welcome @Rakoth to the team!
- Add Alexander to package contributors
Version 0.4.1
Version 0.4.1 fixes:
- Fix a bug with id shortcut (
#
) parsing - Fix a bug with class shortcut (
.
) parsing
Version 0.4.0
Version 0.3.0
Version 0.3.0 changes:
- Inline HTML support
- Fix nested eex indentation
- Support for eex interpolation
Huge thanks to @Rakoth!
Version 0.2.0
- Refactor rendering flow
- Make use of
__using__
macro
Version 0.1.0
Initial hex package release.