|
@@ -1,12 +1,20 @@
|
|
|
-Preliminary
|
|
|
+CHANGELOG
|
|
|
+======================================================
|
|
|
+
|
|
|
+Version 1.X.X
|
|
|
------------------------------------------------------
|
|
|
|
|
|
-### 0.6.0 ###
|
|
|
+### 1.0.0 ###
|
|
|
* New Generator/Build System: [EJS](https://github.com/mde/ejs) (templates), [SCSS](http://sass-lang.com/) (styles) and [GULP](https://gulpjs.com/) (build) are used as a replacement of the historical php/bash/ant/less setup.
|
|
|
-* New express.js handler (full asynchronous operation)
|
|
|
+* New express.js integration/middleware (full asynchronous operation)
|
|
|
* JSON based page definitions including **i18n** support
|
|
|
* Option to use custom styles
|
|
|
* Option to use custom template
|
|
|
+* Changed: middleware API (express.js)
|
|
|
+* Changed: generator script is based on **javascript**
|
|
|
+
|
|
|
+Preliminary
|
|
|
+------------------------------------------------------
|
|
|
|
|
|
### 0.5.2 ###
|
|
|
* Bugfix: package.json contains invalid main/app entry file
|