Skip to content

Releases: stoikerty/dev-toolkit

bugfix

18 Oct 15:46
Compare
Choose a tag to compare

fix bug with htmlWebpackPlugin.options.env

Add line-numbers to React Warning messages

27 Sep 12:00
Compare
Choose a tag to compare

Add compatibility for dynamic pages

21 Sep 17:26
Compare
Choose a tag to compare

This release is a pretty significant under-the-hood improvement and adds the following features:

  • add compatibility for dynamic-pages
  • add escape hatches to customize babelrc & webpack config

You can now generate a build with dynamic pages if the correct setup is in place. The documentation for it is not quite ready yet, but it will be added soon. Bugs are being ironed out to make sure it runs nicely in production.

There is now also an advanced feature where you can customize webpack. I might leave this as an undocumented feature since I can only offer limited support if you start customizing the toolkit in various ways through webpack-plugins, babel-plugins and whatnot. I'm sure that if you're an advanced user, you'll find out how to use the feature by digging through the source.

Fix usage of correct eslint configuration

09 Sep 13:35
Compare
Choose a tag to compare
Merge pull request #24 from stoikerty/features/fix-eslint-resolve

fix eslint resolve

Add serve-static command

04 Sep 00:02
Compare
Choose a tag to compare
v5.2.9-add-serve-static

Overall improvements

03 Sep 21:41
Compare
Choose a tag to compare
  • make more modular
  • update eslint-related dependencies
  • add contributing guielines
  • general bugfixes

Add build-command & more

29 Aug 17:33
Compare
Choose a tag to compare

With the addition of a build command, the toolkit now provides the essential functionality that most people need on a regular basis. It covers everything that v4 had, but as an NPM-module instead of a boilerplate.

More is exciting stuff is coming which should ease the pain of people in need of more advanced functionality such as dynamically-loading static pages and server-side rendering.

  • improves commands overall, --watch, --version, --debug
  • adds --build command
  • adds preliminary support for dynamic pages and --serve command
  • lots of bugfixes, readme improvements

v5.0.7: Use the toolkit via NPM!

30 Jul 17:15
Compare
Choose a tag to compare

I decided to convert the toolkit into an NPM package, making it dependency-free, similar to create-react-app. There is more work to do to add some remaining features, but this is pretty neat already! 😃

Check it out!
npm install -g dev-toolkit

Make updating the toolkit easier

04 Apr 12:19
Compare
Choose a tag to compare

The src-folder that holds your project files is now being ignored by git and is created with example-files when running npm start. The src-directory also contains its own package,json. Although imperfect, these changes make it easier to update the toolkit in the future.

PR: Externalize toolkit
PR: Refactor src example files

Improvements across the board

02 Apr 11:21
Compare
Choose a tag to compare

This release brings some much needed fixes and makes the toolkit as a whole better documented and clearer. See the following PR's:

PR: Improve documentation - add table, reorganize files
PR: Improve build process
PR: Update examples