This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Releases: sebastian-software/edgestack
Releases · sebastian-software/edgestack
Release 0.16.13
Release 0.16.12
- Fixed locale data support on Windows (4462c10)
- Minor changes (614f9f5)
- Updated deps (ef66353)
- Updated deps (c4fbe33)
- Merge pull request #130 from sebastian-software/feature/server-hooks (f8ce97b)
- Retrigger CI (d9ca699)
- retrigger CI (4448e1b)
- Merge branch 'master' into feature/server-hooks (e0303e0)
- Introduce customMiddleware as parameter of config in createExpressServer() (3443f18)
- Remove hook parameter (3410fd7)
- Merge pull request #129 from sebastian-software/feature/enable-node-debugger (c0d9d75)
- Fix typo (775b36e)
- Adds hooks to createExpressServer Allows to plug in own middleware to server if e.g. the body must not be parsed before using the middleware (a00e3ff)
- Start dev server with —inspect option to allow WebDevTools like debugging (353ae3d)
- Updated deps (488cddf)
- Minor changes (cf21229)
- Updated to redux-logger v3 (91f5957)
- Cleanup (f22f592)
- Updated deps (9ed53ed)
- Renamed internal plugin usage (d68d8ae)
Release 0.16.11
- Minor cleanup (77c992e)
Release 0.16.9
- Yarn upgrade (6fb9404)
- Another logger update (281fd86)
- Fixed issues with Router updates through issues in ApolloClient protecting on updates on children. (d59cf97)
- Downgraded react-tree-walker to previous non-promise version (fcb8822)
- Fixed redux-logger API change (5de9844)
- Enabled csso optimizer (d708aab)
- Added csso optimizer (1dd6b0b)
- Updated deps (14690c0)
- Prepared usage of new Babel options for improved transform-plugin. See also https://github.com/babel/babel/pull/5442/files (e5de423)
- Added missing dep (e56678b)
- Updated deps (de9a925)
- Updated page (6c81c16)
- Updated page (e1c253b)
- Working on about page (bf0090d)
Release 0.16.8
Release 0.16.7
- Disabled bootstrap test for now as it continously fails at linking it seems (c52d379)
- Updated deps (490bd49)
- Exporting more symbols from API to public (c9cb0f4)
- Disabled bootstrap test for now as it continously fails at linking it seems (560a3ca)
- Updated deps (e1ea3a5)
- Exporting more symbols from API to public (f93a9d8)
- Update readme.md (401d0fc)
Release 0.16.5
Release 0.16.4
- Fixed tricky export syntax (dba5543)
- Moved export logic into API folder (db236a6)
- Do not export full config... working on alternative approach (fc699af)
- Extracted common API export (07798d9)
- Cleanup test code (75895a4)
- Cleaned up unused dep (d2d20de)
- Fixed wrong imports from refactoring (56ae92d)
- Fixed config access in API code (c3778f4)
- Minor change (c41ce64)
- Restructuring all API related files (1a459e5)
- Minor changes (4775f08)
- Cleanup (f8a4335)
- Updated descriptions + added clearConsole() call. (03c375b)
- Updated deps (8266802)
- Simplified imports/exports (c408cfc)
- Cleanups (acffb29)
- Refactoring (9595e7b)
- Cleanup of deps (518565f)
- Moved client related code (3199da3)
- Extract renderApp helper with all the exports (ba8818f)
- Refactoring (60025d6)
- Refactoring (4954d89)
- Temporary cleanup (c6211b9)
- Extracted deep fetch code into shared library (de2b65c)
Release 0.16.3
- Extracted inner function (9c88b93)
- Release 0.16.3 (6cacbe9)
- Updated deps (ab16855)
- Corrected export for server (6e8b6bf)
- Cleanup unused files (54f0644)
- Minor changes (abc2712)
- Refactored server code to not use (unneeded) Promise wrapper anymore (1fa2a5a)
- Major docs rework + cleanup (43b6393)
- Minor changes (a8efb40)
- Cleanup code + docs (f9423f4)
- Updated deps (c2a0263)
- Minor enhancements (6cc578b)
- Replaced previous approach of stack traces with a new cleaner variant without e.g. overwriting helper from source-map-support + without building non-standard error.stack attributes. (ac5df7f)
- Disabled transform polyfill support. Better use real polyfills. (d1628d3)
- Added bluebird for improved Promise handling in NodeJS (5d70161)
- Minor code tweaks (309cfe3)
- Changed import logic for apollo-client to use react-apollo instead where feasible. (80a7678)
- Updated deps. Updated to React Router v4 final + Removed React Hot Loader Dep. (97b16a4)
- Using stacktrace lib like in template (b90b34b)
Release 0.16.2
- Some style refactoring and fine tuning (61f2a39)
- Fixed plugin execution order (8934edd)
- Added support for clear:fix in PostCSS chain (79abd52)
- Updated deps (463b05a)
- Minor formatting improvement (eb6d7cf)
- Major restructuring (84aaa1f)
- Extracted navigation (1cc645f)
- Moved RouterConnector to client implementation. (47572b8)
- Cleanup (95ca85f)
- Minor cleanups and formatting (4e75493)
- Fixed for react-router v4-beta8 (da3c6f2)
- Some docs + cleanups (304e50a)
- Updated deps (00805b6)
- Moved lazy component into separate file (6063dda)
- Added intl call to home view (a542639)
- Cleanup old code (8d9dbbd)
- Merge pull request #128 from sebastian-software/feature/server-stack-trace (39cd55e)
- Hide stack lines not in source code of project (d82cbc6)
- Merge branch 'master' into feature/server-stack-trace (5f8f478)
- Cleanups (8e33ef0)
- Auto inject intl into all lazy components (c26d579)
- Merge pull request #127 from sebastian-software/feature/better-script-help (07701cc)
- Cleanup + Re-enabled route connector (3e7426c)
- Minor changes (7b89bde)
- Using lazy component for home as well. (39db9e4)
- Correctly share Promise instance (d47766b)
- Updated deps (74b4abe)
- Worked on async refinements (b904152)
- Further work on new async logic (c029d15)
- Updated deps (dffeb95)
- Further work on new async logic (b31b05c)
- Worked on alternative async loading (3cca651)
- Allow access to raw stack trace objects to determine error position in source file (0a4b48e)
- Remove not used stack trace parser (bdf943d)
- Pimp stack trace to show source of code highlighted (7ef0384)
- Fix whitespace in error message (21fde5f)
- Add support for colors in output of server (b6e9247)
- Extracted intl handling from server/client to app specific code (c1fb274)
- Change format of stack trace line and row number (72d65d3)
- Empty commit to trigger CI build again (457e241)
- Fixed for update at: redux-immutable-state-invariant (0e78452)
- Updated deps (98d191c)
- Reworked RouterConnector to use withRouter HOC instead of subscriptions and timeouts. (6251ed5)
- Add header and help text (f4a656d)
- Fix linting errors (d69fee6)
- Cleanups (86396b7)
- Some cleanups and static rendering for now (f90506b)
- Worked on wrapping routing info (efe894b)
- Added some wrapping of react-router for correctly updating components on location changes. Following this guideline: https://github.com/ReactTraining/react-router/blob/v4/packages/react-router/docs/blocked-updates.md (ddc43de)
- Updated deps (d4cb169)
- Formatting (4f4fb4e)
- Merged + Removed template specific eslint as this breaks linting the edgestack itself for now (f26f47f)
- Updated deps (ec4c79c)
- Merge pull request #126 from sebastian-software/feature/bootstrap-script-2 (4e56dab)
- Remove not supported import() on server (3bfd64e)
- Add missing deps (50f2f1c)
- Readd stack track dependency (c911b8e)
- Merge branch 'master' into feature/bootstrap-script-2 (56837ab)
- Test code for requiring user confirmation... needs deeper integration. (f03705f)
- Minor changes (f36542f)
- Updated deps (bf27bed)
- Minor fix for router v7 beta changes (db135fd)
- Updated deps (c81ece4)
- Updated deps (f281546)
- Worked on i18n support (48296cc)
- Merge branch 'fix/bootstrap-windows-build' into feature/bootstrap-script-2 (6d4466f)
- Use npm for windows and yarn for other platforms (d8d583d)
- Show writing of package.json (13e1c66)
- Replace yarn with npm for windows (3052f85)
- Link only if not on windows (a02b155)
- Fail fast if one element of matrix failed (796ce45)
- Fix edge command for windows (8c88f81)
- Fix travis build file (7861336)
- Add new test script to travis and appveyor file (8acd989)
- Remove bootstrap test shell script (244703e)
- Make better logging (a873868)
- Fix file mode (b03f87c)
- Rewrite bootstrap-test.sh in node (0e21708)
- Worked on extracting more text into intl messages + moved common app-level IntlProvider to client/server handling (9050703)
- Updated deps + added local browserslist tool for testing (879bce8)
- Move bootstrap test to own test section (c131b4e)
- Add rimraf to bootstrap deps (0a1faf5)
- Update deps (afaed2b)
- Catch errors and generate good error output (10a14a5)
- Add linting to bootstrap code (cebf200)
- Allow to disable hardsource to use es6 modules for bootstrap code Somehow the classic commonjs version isnot working, needs to be fixed (79bf05b)
- Update generated package.json file (f362933)
- Export createRootReducer (298f5ee)
- Add colored stack trace generator (9e0970c)
- Worked on loader-utils deprecation... (e211633)
- Minor linting fixes (c011f57)
- Renamed gql file (ddd2860)
- Updated deps (444b70d)
- Remove temp path (537ef8f)
- Fix bootstrap test to use local checked out edgestack (8706c3f)
- Fix logic of template creation (7c01719)
- Fix dependencies (60f926b)
- Update generated package.json (57e6463)
- Fix bootstrap test script (819e332)
- Fix eslint-disable (2dc844b)
- Clean up code (bc2898b)
- Add very basic app (2e40cff)
- Add bootstrap script to travis build (e91e60e)
- Add test script for bootstrap code (4726d14)
- Add bootstrap command (bd33661)
- Add bootstrap script (ed93cc3)
- More realistic graphQL query (1a8a579)