Releases: tonik/html-frontend-boilerplate
Releases · tonik/html-frontend-boilerplate
v2.0.0
Features
- build(): Introduce task for fixing JavaScript files
- build(): Introduce task for fixing SASS files
Internal
- docs(): Explain new fixing tasks
- docs(): Re-edit section about workflow
v1.3.0
Bugfixes
- fix(): Watch for changes in JSON data files (#18)
- fix(): Flush cache of the JSON data files (#20)
Internal
- build(): Handle importing json files in JavaScript (#15)
- build(babel): Transpile Object.assign by default (#14)
- build(): Better image compression settings & introduce svgs optimization (#16)
v1.2.1
Bug Fixes
- build(images): New images are not processed on watch script (#2)
- fix(): Include a proper
app.js
file (#9)
v1.2.0
Features
Bug Fixes
- Nunjucks compilation properly terminates process when there is a error at compilation step
Internals
- Rename general js file from
main.js
to app.js
from better naming consistency
v1.1.0
Internal
- Remove Husky. A pre-verify step was moved to CI runner and it is not desired at the local stage.
v1.0.1
Bug Fixes
- Builder should check for
resources/json
folder before loading data files (#8)