UNPKG

sandpaper

Version:

Sandpaper is a commandline tool that's used to smooth out the rough edges when coding websites using HTML, CSS, and Javascript.

115 lines (56 loc) 5.19 kB
# Changelog All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [1.4.6](https://github.com/cpetta/sandpaper/compare/v1.4.5...v1.4.6) (2020-12-05) ### Bug Fixes * **cli:** create error message when not initialized ([3e96e28](https://github.com/cpetta/sandpaper/commit/3e96e286fbab6c62addcd915c355d79422be8099)) * **lintjs:** add error handling for missing files ([e7058d8](https://github.com/cpetta/sandpaper/commit/e7058d8b3d919564c7388b188c66ecd46e153326)) ## [1.4.5](https://github.com/cpetta/sandpaper/compare/v1.4.4...v1.4.5) (2020-12-04) ### Bug Fixes * **build failing:** various fixes ([1629cad](https://github.com/cpetta/sandpaper/commit/1629cadc902ad63e4272efebaf50cda5496e0c0a)) ## [1.4.4](https://github.com/cpetta/sandpaper/compare/v1.4.3...v1.4.4) (2020-03-25) ### Bug Fixes * **jshint:** move xo from devdep to dep ([3a144df](https://github.com/cpetta/sandpaper/commit/3a144df74d21aed78a85ae7b32cf4cb3c6e46f32)) ## [1.4.3](https://github.com/cpetta/sandpaper/compare/v1.4.2...v1.4.3) (2020-03-23) ### Bug Fixes * **csslint:** switch to safe parser ([a02543f](https://github.com/cpetta/sandpaper/commit/a02543fc27fff8333514be261ce0d78aec8b386d)) * **imagemin:** fix breaking change in imagemin ([e71e25d](https://github.com/cpetta/sandpaper/commit/e71e25db72560af16c1d1e7a55e4dd516af18315)) ## [1.4.2](https://github.com/cpetta/sandpaper/compare/v1.4.1...v1.4.2) (2020-03-23) ### Bug Fixes * **readme:** missing periods ([02c718f](https://github.com/cpetta/sandpaper/commit/02c718f3b6aedccdf66f168f5cfe0979bbc2433b)) ## [1.4.1](https://github.com/cpetta/sandpaper/compare/v1.4.0...v1.4.1) (2019-12-28) ### Bug Fixes * **compilehtml:** display lint results on error ([3327068](https://github.com/cpetta/sandpaper/commit/3327068c417f2943ce3dc5444e953707494948f1)) # [1.4.0](https://github.com/cpetta/sandpaper/compare/v1.3.0...v1.4.0) (2019-10-24) ### Bug Fixes * **cli:** default task no longer runs when arguments are given ([2afb67a](https://github.com/cpetta/sandpaper/commit/2afb67aa3344063cff6672f6b4585a3c5422a6c6)) ### Features * **autofix:** add autofix for style issues ([cea36e6](https://github.com/cpetta/sandpaper/commit/cea36e6a1e96b53d79119d2037acd2efab09963e)) * **xo:** add additonal linting rule files ([bddb5b4](https://github.com/cpetta/sandpaper/commit/bddb5b4b30e7ebe5b27020950076edbf9b5cc0b3)) # [1.3.0](https://github.com/cpetta/sandpaper/compare/v1.2.0...v1.3.0) (2019-10-21) ### Bug Fixes * **normalize:** force import of normalize.css ([6b5a05f](https://github.com/cpetta/sandpaper/commit/6b5a05f0682c6a79ca9bfbad7104c36677f14adc)) ### Features * **css compiler:** add normalization support ([c8c999a](https://github.com/cpetta/sandpaper/commit/c8c999a06ffabe4e0bec5cddb5f85bb8755ae8bd)) # [1.2.0](https://github.com/cpetta/sandpaper/compare/v1.1.1...v1.2.0) (2019-10-21) ### Bug Fixes * **clean:** function wasn't actually cleaning ([0b7348a](https://github.com/cpetta/sandpaper/commit/0b7348ae8d9c1895bcee331e9289e7a4e7ac0b6c)) * **css compiler:** replace mqpacker & cssnano w/ clean-css ([cec4425](https://github.com/cpetta/sandpaper/commit/cec4425721e5d5fbaa3001c1e7f00ece349eb934)) * **markdown linter:** improved output readability ([c391e58](https://github.com/cpetta/sandpaper/commit/c391e586c7e2572500608aad3794aef4d69a0718)) ### Features * **cli:** added default task when there are no flags ([4099fe8](https://github.com/cpetta/sandpaper/commit/4099fe8369dc07814c024cd47d4581cec8cc43de)) * **css compiler:** add purgecss support ([39027e9](https://github.com/cpetta/sandpaper/commit/39027e91d5db2758f26e2dc7feeb093a4f42a4a4)) * **css compiler:** add purgecss support ([412abd7](https://github.com/cpetta/sandpaper/commit/412abd78d4bc49573e552e64cb0962577dc2702f)) ## [1.1.1](https://github.com/cpetta/sandpaper/compare/v1.1.0...v1.1.1) (2019-10-17) ### Bug Fixes * **updateNotifier:** update notification should show now ([3eae183](https://github.com/cpetta/sandpaper/commit/3eae18356dac5fe6414178becdc166b02153d3ef)) # [1.1.0](https://github.com/cpetta/sandpaper/compare/v1.0.1...v1.1.0) (2019-10-16) ### Features * **strict lint:** added doiuse checking ([1bf0ea1](https://github.com/cpetta/sandpaper/commit/1bf0ea17296ce8e40450407e1110a2c3627cb7c3)) * **Strict lint:** Add indecernable color check to strict linting ([6994f8f](https://github.com/cpetta/sandpaper/commit/6994f8f5e4fdf17fa4f8de7a82138b3178906ea5)) ## [1.0.1](https://github.com/cpetta/sandpaper/compare/v1.0.0...v1.0.1) (2019-10-16) ### Bug Fixes * **clean:** callback must be a function ([4729b98](https://github.com/cpetta/sandpaper/commit/4729b982e88606bf0dcbd54d8359f693be12f20e)) * **clean:** Callback must be a function ([055f88e](https://github.com/cpetta/sandpaper/commit/055f88ed7eccda6e669257e1cf66e23598a7c370)) * **release:** add missing sem-rel changelog dependency ([c5259eb](https://github.com/cpetta/sandpaper/commit/c5259ebeaf217fec69d56a238ee1aba50edc81d9)) * **release:** remove trailing comma ([e7413ea](https://github.com/cpetta/sandpaper/commit/e7413ea69e28b689ff2645f50a240fdb1a6ececb))