Skip to content

Releases: maximsenterprise/spark

v1.1.1 Release (1.1.1)

15 Jun 07:10
Compare
Choose a tag to compare

This release ment to solve various types of bugs found in the lexing part of the app

v1.1.0 Release (1.1.0)

13 Jun 17:21
Compare
Choose a tag to compare

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)

13 Jun 15:16
Compare
Choose a tag to compare

Solved a bit of bugs related to the script component.

v1.0.3 Release (1.0.3)

13 Jun 14:33
Compare
Choose a tag to compare

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)

13 Jun 13:44
Compare
Choose a tag to compare

This version fixed bugs at the time of running:

spark run

with folders

v1.0.1 Release (1.0.1)

13 Jun 13:43
Compare
Choose a tag to compare

This release fixes some bugs related to top line comments

v1.0.0 Release (1.0.0)

12 Jun 05:18
Compare
Choose a tag to compare

Since we solved all bugs, now 1.0.0 is released!

v1.0.1 Candidate (1.0.1C)

11 Jun 18:07
Compare
Choose a tag to compare

This release fixes some problems but these candidates are crazy!

v1.0.0 Candidate (1.0.0C)

11 Jun 17:57
Compare
Choose a tag to compare

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)

09 Jun 15:15
Compare
Choose a tag to compare
v1.0.1 Alpha (1.0.1A) Pre-release
Pre-release

Changed a couple of things in main.rs where I changed the way that files are compiled