Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

23 lines (18 loc) · 998 Bytes

Changelog

This changelog is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Past versions will link to their respective commit. Current versions will not due to temporal paradoxes.

2023-02-01 - 1.0.2

Changed:

  • Metadata order
  • Increase CSS specificity
  • Add attribute to each element, for specificity
  • Append <style> under </body> instead of above </head>
  • Always add display: inline to container box

Removed:

  • Needless saving of text after keyword
  • Unnecessary vertical-align properties and display: inline statements

2023-01-06 - 1.0.1

Fixed:

  • Didn't split after detected string

2022-10-14 - 1.0.0

Initial release