Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Releases: sebastian-software/edgestack

Release 0.4.2

19 Jul 14:23
Compare
Choose a tag to compare
  • Added postcss-url to rebase urls from imported CSS files (d70dc08)
  • Added CSS import (c5d3bf9)

Release 0.4.1

19 Jul 12:58
Compare
Choose a tag to compare
  • Added file-loader for referencing binary files from within CSS/JS. (02c131b)

Release 0.4.0

19 Jul 08:54
Compare
Choose a tag to compare
  • Updated deps (051d16c)
  • Cleanup wrongly merged (59a9673)
  • Merged in changes from origin (db36ddf)
  • Merged in changes from origin (17844fd)
  • Corrected engines config (436d9a9)
  • Merged in changes from origin (128caa4)
  • Restructured for more modular dev server which allows being used by other projects. (10813b9)
  • Splitted devServer into individual classes + utility library (WIP) (2d16dac)
  • Adds support for webpack bundle analysis. (dcab988)
  • Updates webpack and extract-text-webpack-plugin to latest betas. (fdd4ad0)
  • Adds '.jsx' as a resolvable file extension. (1a9de19)
  • Adds node version to 'engines' section of package.json (6c32431)
  • Updates webpackConfigFactory.js comments. (d910637)

Release 0.3.3

18 Jul 12:30
Compare
Choose a tag to compare
  • Updated deps (9d9703b)
  • Fixed issue through renaming (4b81afc)
  • Added missing error output when server fails (9c1ad59)
  • using new root parameter (233157c)
  • Send root info to factory (71aa420)
  • Fixed after variable rename (63f535c)

Release 0.3.2

18 Jul 11:43
Compare
Choose a tag to compare
  • Removed further usage of __dirname which makes problems when imported. (950dd02)

Release 0.3.1

18 Jul 11:01
Compare
Choose a tag to compare

Release 0.3.0

18 Jul 10:07
Compare
Choose a tag to compare
  • Replaced postcss plugin loading with manual mapping. After tried different approaches the only way being webpack compatible is to either use loadPlugins or require outside a for-loop (unfortunately). Load Plugins only works with locally installed deps though which does not work when this project is included in another project for centralized tooling. (5fda490)
  • Using local path for index.js - based on context of webpack... this is an essential step for making importing this project feasible (120af2f)

Release 0.2.6

18 Jul 08:00
Compare
Choose a tag to compare
  • Merged devDeps into deps to make boilerplate usable for importing tooling infrastructure (b48fc8d)

Release 0.2.5

18 Jul 07:40
Compare
Choose a tag to compare

Release 0.2.4

15 Jul 14:28
Compare
Choose a tag to compare
  • Updated readme (c9877c3)
  • Added mainFields config for preferring ES2015 imports (76b6c4c)
  • Minor reorg (8213b90)
  • Improved markdown example (c334efc)
  • Added Markdown based HTML rendering. This is pretty freaking amazing ;) (12a0315)
  • Minor fix (37f2998)