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.2.3

15 Jul 13:56
Compare
Choose a tag to compare
  • Tweaked config for public css bundle (a48f509)
  • Refactored built-in tasks (50eb65f)
  • Improved readability of generated css module class names by configuring it manually to base62 + using local name (e808f6f)

Release 0.2.2

15 Jul 13:10
Compare
Choose a tag to compare
  • Simpified source maps generation. I'd like them for production, too. Actually they shouldn't be loaded by most clients (when dev-tools are closed). (5f3de7c)
  • Added jsx file extension support (670a4b8)

Release 0.2.1

15 Jul 11:57
Compare
Choose a tag to compare
  • Merged in changes from original project (9fce54c)
  • Added Button component for testing + Rehydration check + CSS Modules test (8cd3449)
  • Formatting (b22822c)
  • Made devtools output silent... for usage of reporter plugin (01c0dc0)
  • Updates to the latest beta of webpack and extract-text-webpack-plugin, which now play nicely with each other. (9671531)
  • Adds placeholder .babelrc file (00e9b43)
  • Reverted back to webpack@2.1.0-beta.15 due to breaking change. (07d111d)
  • Updates to latest Webpack 2 beta. (9eb62db)
  • Updates dependencies. (70febea)

Release 0.2.0

15 Jul 11:09
Compare
Choose a tag to compare
  • Removed SVG-O for PostCSS + added a ton of links and references to plugins being used. (a139510)
  • Minor cleanup (bed1712)
  • Moved to babel placeholder file inspired by origin project (03157ca)
  • Added some docs (1d1debb)
  • Added remaining postcss plugins + test for mixins (3fa9378)
  • Added support for lost-grid + postcss-nested (b98c29f)
  • Testing postcss variables (54d1a8b)
  • Worked on postcss plugin loading (85bd9f9)
  • Fixed missing output for error message (cba3561)
  • Worked on PostCSS loader integration (f261bc2)
  • Added a ton of postcss stuff + buble + assetgraph + ava testrunner (a8cd00d)

Release 0.1.2

14 Jul 15:07
Compare
Choose a tag to compare

Release 0.1.0

14 Jul 14:14
Compare
Choose a tag to compare
  • Added release utils (150e05b)
  • eslint autofix (a57f16c)
  • Renamed development task to 'dev' (ea1b5b0)
  • Some formatting and comments (0dc456c)
  • Minor formatting (c034841)
  • Minor formatting (73e5076)
  • Fixed modules + sourcemap support for production build (64b84ac)
  • Produce compact output (f8e701f)
  • Added .jsx support (5e43f6f)
  • Updated webpack + extract text plugin (ea33712)
  • Restructured components... making things a little more flat (6f99c81)
  • Renamed files (433bd66)
  • Eslint autofix result (54f0d2d)
  • Enabled eslint jsx parsing (910bd36)
  • Linting fixes (621a543)
  • Tweaked webpack config to enable CSS modules (77ad1c8)
  • Removed inline styles (1984ff5)
  • Added local styles (5df7a25)
  • Updated readme (266f694)
  • Removed custom global css (22f3264)
  • Minor formatting (e2bc609)
  • Used eslint --fix (cc840e5)
  • Added test task + installed postcss (289759a)
  • Text updates (905dd73)
  • Text updates (1e9d67c)
  • Removed not on larger framework (ed9fd3e)
  • Renamed project (0cdfc94)
  • Added travis for basic testing infrastructure (e1b8e18)
  • Removed double spaces after sentences. (4f0adb2)
  • Removed Airbnb being mentioned + updated to mention ESlint v3 instead (1b7454f)
  • Removed specific frameworks mentioned (which change regularly) (728ca5a)
  • Updated to ESlint v3 (f54e3cc)
  • Updated header section (d46ea3c)
  • Added Copyright footer (dbbe28c)
  • Typo fix (d8aa198)
  • Removed babel-eslint. ES6 support in Eslint is pretty good already. (772d7ff)
  • Moved from json config to yaml (4c1c322)
  • Cleanup some fancy unicodes (77edfb1)
  • Renamed: step2 (294abd4)
  • Renamed: step1 (7a0ea68)
  • Some basic formatting to improve readability (0ae15af)
  • Removed 'now' hosting support (18f2fe1)
  • Added code standards from s15e (f2c0a37)
  • Ignore dist folder + eslint cache from git (33c1cae)
  • Added some missing config files (91086b3)
  • Cleanups + Formatting (c7b13a4)
  • Updated urls to refer local docs (11033f3)
  • Cleanup markup (bc61cd8)
  • unified quotes (4bcfd04)
  • Fixed syntax (9416e4f)
  • Removed 'now' tool mention (9ee6ccc)
  • Fixed spaces at line end (9b8330e)
  • Updated description (71a5cb8)
  • Added postcss + cssmodules tags (6aa95c6)
  • Updated author references, titles and urls. (5e20c76)
  • Deleted nvm config file. Better use engines tag in package.json (f47352a)
  • Cleanup some legacy stuff from gitignore (da41fb2)
  • Don't depend on airbnb config (which is not yet compatible with eslint-v3). + No usage of babel-eslint. (3806965)
  • updates to node v6.3.0. (dc50fd9)
  • updates the eslint-plugin-import dependency. fixes #6 (7dbe1a3)
  • simplifies the express app http listener creation. (82bcbab)
  • amends notification structure. (db5f679)
  • Merge pull request #5 from nytpi/feature/notify-enhancement (962c9bf)
  • Added back the interesting line to add server link (ad718f4)
  • Merge remote-tracking branch 'ctrlplusb/master' into feature/notify-enhancement (5dec7a0)
  • fixes issue with webpack public path for server (fc12d7a)
  • minor fixes (585b244)
  • upgrades to webpack@2.1.0-beta.15 (71960c2)
  • ammends readme (345192c)
  • ammends readme (72cdd98)
  • ammends readme (ca9d327)
  • ammends readme (2e48eab)
  • updates dependencies (bf8a8d1)
  • ammends readme (b1cf33d)
  • adds hot reloading support of the webpack configurations. (eb51d61)
  • updates readme (4f689d9)
  • updates readme (fdad304)
  • adds basic CSS support to the project along with CSS normalisation powered by the 'normalize.css' module. fixes #4 (245bba8)
  • changes react-router imports to use the 'react-router/lib' strategy which results in smaller builds. fixes #1 (8cee8f9)
  • Added server link to "Server Running" notification (e005ec8)
  • Updated dependecies. (3d9e77e)
  • Fixed hanging processes caused by devServer.js (aaf7d76)
  • Dependency updates. (21c5e52)
  • README ammend. (340e8b9)
  • Changed over to eslint from standard and implemented airbnb's eslint config. (c99a8c1)
  • README ammend. (40bca96)
  • README ammend. (b8a9de2)
  • README ammend (cd11010)
  • The development servers are now correctly disposed of in the case of errors or process termination signals. (d148648)
  • README amend. (0ab2f44)
  • Changed to dynamic routing for react-router. Added code splitting based on dynamic routing. Fixed bug where server bundle should not be minified. (64402da)
  • The devServer is much more resilient to errors now. (ea05f1a)
  • README ammend. (86e1d77)
  • Added error handling on dev server "server bundle" compile. (7627401)
  • Removed unused DefinePlugin entries. (e1a1f7a)
  • README ammend. (522ae69)
  • README amend. (d265d61)
  • README ammend. (f96c70c)
  • README ammend. (3fc9cca)
  • Moved logo into seperate repo. (b2e6ccb)
  • Cleaned up repository, removed dependencies, and updated README. (90e34f9)
  • Added TOCs. (b677833)
  • Updated Home component. (dfc269b)
  • Added better info on now deployment (a611833)
  • Remove .env from repo (d4510f0)
  • Centered image in readme (78686c1)
  • Updated docs and description, providing example deployment information as well as runtime information. Changed server bundle so it doesn't transpile to ES5. Removed .babelrc, it is integrated into the webpack config. (b1d346b)
  • Updated readme (64120b9)
  • Added docs to Home component. (d54f87a)
  • Readme ammendments. (d10aef7)
  • Initial commit. (bafe682)
  • Initial commit (146f548)