Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

87 lines (58 loc) · 4.32 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

0.6.0 (2024-01-23)

🚀 Features

  • update .mcss syntax, support var assignments (468c9c5)
    • update syntax to support varname=value assignments (incl. media prefixes)
    • add tests
  • add --only-decls option for export cmd (ef8ef65)
  • update/add/rename commands (3628c4c)
    • rename convert => bundle
    • add new convert command to transpile individual stylesheets
    • update CLI arg specs/re-use
  • merge bundle & convert cmds (a2187cb)

0.5.1 (2023-12-31)

♻️ Refactoring

  • update spec format (key & variations) (f7f2d09)

0.5.0 (2023-12-28)

🚀 Features

  • add supported for quoted fns (5d8e2fc)
  • update generate cmd input handling (c156762)

0.4.0 (2023-12-26)

🚀 Features

  • add support for file-local variation defs (3a8e1a3)
  • support parametric units in generator specs (004a23d)
  • add support for hiccup-css declarations (cd2ceca)

0.3.0 (2023-12-22)

🚀 Features

  • update convert cmd (d0275ce)
    • add --eval option to convert from string arg

0.2.0 (2023-12-21)

🚀 Features

  • update specs/format, simplify generate, update tests (394ba09)
  • update specs format, add support for user data (7e3ec01)

0.1.1 (2023-12-18)

♻️ Refactoring

0.1.0 (2023-12-18)

🚀 Features

  • import as new pkg (08628b3)
  • switch generated framework output to JSON, simplify (8850cae)
  • merge media query refs from all inputs (34047c9)
  • dedupe & merge all selectors & decls (fd333c8)
  • add input file watching (717dbe1)
  • add error handling for watch mode (3b8dab9)
  • add support for line comments in .meta files (a6273c8)
  • add export cmd, update other cmds & arg handling (f8b326a)
  • add pretty printing for generate cmd (2c27c9b)
  • add convert option to force include CSS classes (9932e91)
  • update generate & convert cmds (15daa6e)
  • support reading force includes from file (f92456b)
  • update convert cmd flag spec (606a585)

🩹 Bug fixes