Releases: stamat/poops
Releases · stamat/poops
v1.0.8
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
- 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
v1.0.5
v1.0.4
- 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? 🤔)
v1.0.3
- Soft fails added for all three types of code: markups, styles and scripts
This means that if there is an error with the code being bundled the system will not exit, rather it will display the error and will continue to run. A simple update by catching all the errors during the compile process, saving time to reload the script over and over again. I just figured out this was missing when i started using this on a real project.