Skip to content

Releases: 5qc/PAML

v1.3.0

05 Jan 08:08
@5qc 5qc

Choose a tag to compare

Version 1.3.0 is finally here! Here are the new changes:

  • Changed some stuff in the <for> tag.
  • Added the equals and has-class attributes to the <if> tag.
  • Added old-timey attributes (color, size, face, bgcolor, border, and align).
  • Added the <extend> tag.
  • Images can open in a new tab with the "clickable" attribute.
  • Get HTML language with the <lang> tag.
  • Added the <value> tag, where you can get the value of input and textarea elements.

v1.2.1

15 May 21:18
@5qc 5qc

Choose a tag to compare

Version 1.2.1 is a special update, because instead of adding a new tag, it added features to existing tags! The features from the <font> tag have been brought over to the <span> tag. So now, you can use the color, face, and size attributes on the span tag!

v1.2.0

15 May 01:45
@5qc 5qc

Choose a tag to compare

Version 1.2.0 is officially out! Here are some things that have changed:

  • New <mobile> and <desktop> tags. Useful if you only want certain things to appear on mobile or desktop.
  • New <date> tag. Can be used to fetch the current date, and even get a live date!
  • Some code changes.

v1.1.1

12 May 21:00
@5qc 5qc
eae6bda

Choose a tag to compare

Version 1.1.1 simply adds a command line interface, so that you can just type paml and a new PAML file will create! Or you can do paml version and a new PAML file with that specific version will create. For example, paml 1.1.0 will create a PAML file using version 1.1.0.

v1.1.0

12 May 20:21
@5qc 5qc
81f9ab7

Choose a tag to compare

Version 1.1.0 is out! Here are the changes:

  • Functions
  • Some minor code tweaks

v1.0.0

12 May 16:43
@5qc 5qc
2fa38d7

Choose a tag to compare

I forgot to do this yesterday, but version 1.0.0 is out! The very first version came with

  • For loops
  • If statements
  • Variables

There is more to come.