Releases: tiagomapmarques/js-boilerplate
Releases · tiagomapmarques/js-boilerplate
v1.3.0
v1.2.0
v1.1.0
🚀 New features
- Automatic port finder based on free ports (#143)
- Svg and image loaders (#143, #145)
- Base64 transformation of resources on build (#143)
🔨 Breaking changes
- Automatic entry point discovery - i.e. all js/ts files on
src/app
except tests (#146) - Colors and values parsing on runtime variables for sass (#145)
🏠 Improvements
- Settings now split from pure configuration code (#146)
- Easily configurable extension list and server port (#146, #147)
- Minor update to local and dev css class names (#143)
- Replaced all linting with
@biotope/quality-gate
(#144, #145) - Code clean-up (#145, #147)
- Update dependencies and engines (#143, #145, #146, #147)
🔥 On fire
- Major thanks to @biotope ! 🙏
- More features, more fun - everyone knows that 👾 🎮
v1.0.0
🚀 New features
- Added seamless integration of
js
,ts
,css
andscss
- thank you @babel !! (#131) - All runtime
js
variables now seamlessly integrated inscss
files on build-time (#131) .env
file read/imported automagically as global runtime variables (#123, #126)- All
watch
commands now launch a server (all environments), with live-reload (local
environment only) (#134, #142)
🔨 Breaking changes
- Some project-related runtime variables moved to
PROJECT
variable (#131) - Entry points are now an array - name of the output file is now the same as the file (#131)
🏠 Improvements
- Linting improvements and more consistent standards (#125)
- Cleaned up configuration and generic stuff (#127, #128, #132, #133, #135)
- Updated dependencies (#129, #130, #135)
- Improved documentation (#124, #128, #133, #135)
💥 Wham Bam
- First official release of a stable, feature-rich version of the js boilerplate 🎉 🏆
- we gotta WHAM! BAM! shang-a-lang and a sha-la-la-la-la-la thing!!!
v0.11.9 (rc.2)
🚀 New features
🔨 Breaking changes
🏠 Improvements
- Removed
clean-webpack-plugin
output on build (#101) - Reviewed all linting configuration (#104, #112, #113, #121)
- Updated dependencies and minor code stuff (#107, #108, #117)
- Updated documentation (#101, #105, #115, #116, #119, #120)
🍒 Cherry on top
- 💯 commits/merged-PRs on the
develop
branch!!
v0.10.0 (rc.1)
🚀 New features
- External file copy now seamlessly configurable (#91)
- Default environment added so that just the
webpack
command builds the app (#89) manifest.json
now generated on build (#72)
🔨 Breaking changes
- Updated
webpack
tov4
(#73) - Revised and simplified build configuration (#73, #74, #76, #79)
LANGUAGE
runtime variables are nowLOCALE
(#72)- New
testing
module means less "magic" behind the testing scenes (#87, #88)
🐛 Bugfixes
- Docker now pre-renders pages (#77)
eslint
andstylelint
tasks updates (#71, #73)- Pre-build cleaning now with more cleanliness and less doing nothing (#86)
🏠 Improvements
yarn
now the default package manager (#76)- CircleCI gets a folder for itself (#76, #84)
- Default html 5 tags now properly respected (#78)
- Code more consistent with current flavors (#82, #83)
- Updated documentation and dependencies (#70, #71, #75, #76, #77, #79, #80, #81, #85, #90, #92)
🥇 Big thanks
- @jurekbarth for the first external contribution! (#75)
v0.9.2 (beta.3)
v0.8.0 (beta.2)
v0.7.5 (beta.1)
Boilerplate for any javascript-oriented frontend project - first pre-release 🎉