Skip to content

Releases: stamat/poops

v1.0.13

Choose a tag to compare

@stamat stamat released this 09 Aug 01:10

fixed default 馃挬.json discovery

Full Changelog: v1.0.12...v1.0.13

v1.0.12

Choose a tag to compare

@stamat stamat released this 09 Aug 00:22

added cli port overrides or automatic port assign if ports are not available

Full Changelog: v1.0.11...v1.0.12

v1.0.11

Choose a tag to compare

@stamat stamat released this 08 Aug 22:39

added CLI arguments, primarily for -b --build

Full Changelog: v1.0.10...v1.0.11

v1.0.10

Choose a tag to compare

@stamat stamat released this 31 Jul 22:08

Forgot to await the promises, so running script without serve and watch would just exit... briefly described in #4

Full Changelog: v1.0.9...v1.0.10

v1.0.9

Choose a tag to compare

@stamat stamat released this 29 Jul 15:08

Fixed and refactored sass import resolver

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Choose a tag to compare

@stamat stamat released this 28 Jul 22:00

MJS watch support, I can't believe i forgot about this... I surpriise myself often!

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@stamat stamat released this 14 Jul 10:07
  • Fixed the main execution order which was causing the no config found error not to display
  • Disabled nujucks autoescape

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@stamat stamat released this 06 Jul 23:56
  • fixed JS mangling issue - mangling option was resseting on next compile run due my negligence.
  • new bin alias 馃挬 now you can run it as npx 馃挬 or just 馃挬 if intalled globally!

v1.0.5

Choose a tag to compare

@stamat stamat released this 06 Jul 18:04

Some markup templating improvements:

  • fixes reloading data files into markup on every data file change
  • adds support for YAML data files
  • adds a custom filter slugify

v1.0.4

Choose a tag to compare

@stamat stamat released this 06 Jul 14:24
  • Markup data files now soft fail
  • Markup is rebuilt on data file change
  • Invalid or nonexisting data files now soft fail
  • Terminal bell sounds on all soft fails, so you can hear if something fails
  • Fix the terser issue sometimes mangling and sometimes not, with a simple refactor (hopefully it fixes the issue, it shouldn't be occuring anyways since bool is not passed by a reference, or is it? 馃)