From d0745b6deaa91ddcf297135c5bf085c359e4941c Mon Sep 17 00:00:00 2001 From: Apipol Niyomsak Date: Sun, 23 Apr 2017 11:47:25 +0700 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5baabfe..68fc27a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,42 @@ # Modcolle Changelog +## 2017.04.23, Version 0.3.0 +### Notable Changes +* Frontend + - Fallback support for font-awesome. Load font-awesome from their CDN. If fails, load them from the server + - CSS and JS are now minified and uglified on build + - Bigger launcher button + - In development mode, sync css and js automaticaaly on file changes to browser +* Can be launched using PM2 +* Incorporate new sinon v2 API changes +* `index.html` rendered statically + +### Commits +* [[`02ded80`](https://github.com/makemek/Modcolle/commit/02ded80)] Update test code to new sinon v2 API (#18) +* [[`91087c4`](https://github.com/makemek/Modcolle/commit/91087c4)] Update dependencies to enable Greenkeeper <9F><8C> (#17) +* [[`648aba2`](https://github.com/makemek/Modcolle/commit/648aba2)] reuse eslint config from modcolle-eslint-config (#15) +* [[`cb07980`](https://github.com/makemek/Modcolle/commit/cb07980)] Bigger and smoother launcher button (#14) +* [[`0c7248a`](https://github.com/makemek/Modcolle/commit/0c7248a)] Run test coverage with nyc (#12) +* [[`b5b1db7`](https://github.com/makemek/Modcolle/commit/b5b1db7)] remove 'npm prune' from preinstall script (#13) +* [[`89d10a9`](https://github.com/makemek/Modcolle/commit/89d10a9)] fix http 502 when aquiring kc assets +* [[`3dc59b6`](https://github.com/makemek/Modcolle/commit/3dc59b6)] index.html as a static page (#11) +* [[`ca8bd10`](https://github.com/makemek/Modcolle/commit/ca8bd10)] gitignore only fonts and minified css/js (#10) +* [[`fb825f6`](https://github.com/makemek/Modcolle/commit/fb825f6)] Daemonized Modcolle with PM2 (#7) +* [[`8352973`](https://github.com/makemek/Modcolle/commit/8352973)] fix missing dependencies when run gulp build and prevent it from happening again +* [[`ca46350`](https://github.com/makemek/Modcolle/commit/ca46350)] make sure to return promises +* [[`21f49bb`](https://github.com/makemek/Modcolle/commit/21f49bb)] add .editorconfig file to enforce indentation and line ending +* [[`1acc0c8`](https://github.com/makemek/Modcolle/commit/1acc0c8)] Merge pull request #6 from makemek/fallback-font-awesome +* [[`c2ebbbe`](https://github.com/makemek/Modcolle/commit/c2ebbbe)] babel, uglify, and eslint fallback support +* [[`cb2e7fe`](https://github.com/makemek/Modcolle/commit/cb2e7fe)] fallback support for font-awesome +* [[`564729f`](https://github.com/makemek/Modcolle/commit/564729f)] import font-awesome to public assets on build +* [[`dec2db2`](https://github.com/makemek/Modcolle/commit/dec2db2)] configurable port for app and development +* [[`eaeedbd`](https://github.com/makemek/Modcolle/commit/eaeedbd)] offload font-awesome to cdn +* [[`c4cfe0a`](https://github.com/makemek/Modcolle/commit/c4cfe0a)] require css/style.min.css instead of style.css +* [[`5be85d5`](https://github.com/makemek/Modcolle/commit/5be85d5)] gulp build at prestart and pretest +* [[`38ba7bd`](https://github.com/makemek/Modcolle/commit/38ba7bd)] automatically sync .css and .hbs to browser when modified +* [[`a9c471f`](https://github.com/makemek/Modcolle/commit/a9c471f)] automatically autoprefix and minify css in src/views/*.css +* [[`7dba9b8`](https://github.com/makemek/Modcolle/commit/7dba9b8)] fix eslint test fail but doesn't trigger failure +* [[`1c9b8d3`](https://github.com/makemek/Modcolle/commit/1c9b8d3)] forget to remove semicolon to pass eslint + ## 2017.01.27, Version 0.2.2 * Stylize index page (not optimized for mobile site yet) #4 @@ -17,4 +55,4 @@ * Change license from MIT to Apache ## 2016.07.13, Version 0.1.0 -Initial release \ No newline at end of file +Initial release diff --git a/package.json b/package.json index adb248f..af0e4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modcolle", - "version": "0.2.2", + "version": "0.3.0", "main": "index.js", "author": "MakeMEK", "license": "Apache-2.0",