diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7f667d2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 0.1.0 (2026-03-15) + + +### Features + +* append breakpoint suffix ([480c918](https://github.com/pmqueiroz/lumen-diff/commit/480c918b0e08fa7e4eb1d7a4ebb006876e51ce47)) +* apply cli args to config ([a93c413](https://github.com/pmqueiroz/lumen-diff/commit/a93c41331cecb2d6df1073f56bde7a02843eeb40)) +* better logging ([5f874cd](https://github.com/pmqueiroz/lumen-diff/commit/5f874cda954385f9930cbe774357eca3ac0faa8a)) +* build story id from title and name ([6789bab](https://github.com/pmqueiroz/lumen-diff/commit/6789bab9833ae0fcc92c7a826f4c3d7637decf6b)) +* calculate diff ([3d04c30](https://github.com/pmqueiroz/lumen-diff/commit/3d04c30277e491efd61b9e43a38612cc59c800f7)) +* config file ([88a5c9d](https://github.com/pmqueiroz/lumen-diff/commit/88a5c9ddb01756e58943eb93b53b71b311043ed0)) +* fetch stories using static build ([4e7d14a](https://github.com/pmqueiroz/lumen-diff/commit/4e7d14a0b1a28e5f72f2b31eba7ab18e9bc5b925)) +* minimal storybook integration impl ([f9e5d77](https://github.com/pmqueiroz/lumen-diff/commit/f9e5d7712fc70157fe2ccd70f5a7b95c4276f17a)) +* run scrapper with concurrency ([631ed44](https://github.com/pmqueiroz/lumen-diff/commit/631ed44d28bb0359caa3c16ef546463b6e1f02ee)) +* serve static dir ([629c28b](https://github.com/pmqueiroz/lumen-diff/commit/629c28bc5acf5b15f2f7292d16d0070d45c1ae62)) +* take screenshots ([7c4658a](https://github.com/pmqueiroz/lumen-diff/commit/7c4658abb59b4da07ed6e73239a047268cad6a4d)) + + +### Performance Improvements + +* early return if bytes are same ([3dfd259](https://github.com/pmqueiroz/lumen-diff/commit/3dfd259b0c79a2bedeb39b48cdcce3a1ecb23a7a))