Releases: 5qc/PAML
Releases · 5qc/PAML
v1.3.0
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
v1.2.0
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
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.