Skip to content

Releases: Lilith-In-Starlight/kismesis-ssg

0.2.0

27 Jan 01:27
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changes

  • mut, set and const now have to be preceded with a $.
  • The compiler will error if a paragraph string looks like a valid mut, set and const statement.
  • The error for unset variables will now display all the files where the error could have come from
  • Added a tag for preformatted text

0.1.10

23 Jan 03:45
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

The Engine

Fixes

  • Plugin head delimiters work now work properly

Additions

  • If the parser fails to determine what tag you tried to use, it will throw a dedicated error

#The PDK

Fixes

  • Exposed StringParts

0.1.9

21 Jan 06:59
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release

Fixes

  • Strings are now properly escaped
  • The engine is now better at figuring out when a HTML tag should be inline and when it should be in block format

Sorry to any Mac user! The GH action said no

0.1.8

20 Jan 18:15
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Fixes

  • Spaces after tags in paragraph strings are no longer removed

0.1.7

20 Jan 01:10
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release

Fixes

  • Tags should now nest properly in paragraph strings

Additions

  • A bunch of new tags are now inlined

0.1.6

19 Jan 23:13
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release

Fixes

  • The plugins path no longer needs to exist in order for the program to run
  • Heading tag validator no longer skips the first digit

Additions

  • Headers are now mandatorily inside a section nest
  • Heading level skips are now reported as errors
  • Added a hint explaining the dynamics between headings and sections

0.1.5

19 Jan 14:44
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release

Changes

  • Plugins now expose the path of the file being parsed
  • Sections are no longer valid AST and must be converted to tags first

0.1.4

18 Jan 16:39
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Added semantic checks for section and header tags

0.1.3

15 Jan 02:00
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Fixes

  • Fixed the default template to use mut instead of var

0.1.2

14 Jan 21:57
Compare
Choose a tag to compare