Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makemek committed Apr 23, 2017
1 parent 4ceda91 commit d0745b6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
40 changes: 39 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <F0><9F><8C><B4> (#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

Expand All @@ -17,4 +55,4 @@
* Change license from MIT to Apache

## 2016.07.13, Version 0.1.0
Initial release
Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modcolle",
"version": "0.2.2",
"version": "0.3.0",
"main": "index.js",
"author": "MakeMEK",
"license": "Apache-2.0",
Expand Down

0 comments on commit d0745b6

Please sign in to comment.