Releases: maximsenterprise/spark
v1.1.1 Release (1.1.1)
This release ment to solve various types of bugs found in the lexing part of the app
v1.1.0 Release (1.1.0)
This release brings full support for files that aren't .html, .css, .js
or .spark
. They are just copied into your ./build
folder.
v1.0.4 Release (1.0.4)
Solved a bit of bugs related to the script
component.
v1.0.3 Release (1.0.3)
Solved bugs at the time of stacking two or more grouping elemenst toghether:
div {
p("Spark")
}
div {
p("is the best!")
}
v1.0.2 Release (1.0.2)
This version fixed bugs at the time of running:
spark run
with folders
v1.0.1 Release (1.0.1)
This release fixes some bugs related to top line comments
v1.0.0 Release (1.0.0)
Since we solved all bugs, now 1.0.0 is released!
v1.0.1 Candidate (1.0.1C)
This release fixes some problems but these candidates are crazy!
v1.0.0 Candidate (1.0.0C)
This version is a really advanced beta version of Spark that is about to release, check it out!
v1.0.1 Alpha (1.0.1A)
Changed a couple of things in main.rs
where I changed the way that files are compiled