Releases: gerard2perez/koaton-cli
Releases · gerard2perez/koaton-cli
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
<a name"2.0.0">
2.0.0 (2017-10-25)
Bug Fixes
- circular require in BundleItem (8d2ed2b8)
- make seed compatible with koaton 2.0.5 (9aa80edb)
- remove 'removeSafe' function (40b195f2)
- bundles will be serve better while developing (5dbaa080)
- port won't fallback to 62626 is a port is defined in config (35e3dc86)
- new app will be correctly generated (fba77743)
- nginx: conf generation will redirect non-www to www in http or https to https (eab4df78)
- serve: image compression will run only in the files added/removed and not all (2f7c9497)
Features
- add support for google translate API (c68316ba)
- add support to auto-select open port to bind the application (5d49276c)
- make system compatible with koaton 2.0.5 (1779e8ba)
- move api to math koaton 2.0.2 and node v8 (2ce40d39)
- nginx: improve .conf generation adding support to ssl (73bf5302)
Breaking Changes
- api will woro with async/await
(2ce40d39)
v1.2.0
v1.1.0
<a name"1.1.0">
1.1.0 (2017-04-11)
Bug Fixes
- fix missing capital letter while requiring a library (33964b8d)
- fixes wrong parameter used to copy the .conf file (dc1b205a)
- Fixes a lot of commands to work with version 1.0.2 of koaton (1dab6dbd)
- Fixing test to make it compatible with koaton 1.0.2 (00421017)
- Change the model relation generation/read, assets links will be updated correctl (b5b27dac)
Features
v1.0.0
<a name"1.0.0">
1.0.0 (2016-11-24)
Bug Fixes
- inflector: fix and improve support for inflector (78be90c4)
- linux: fix command forever to work in linux (4ce763ee)
- main: Fixing all commands after refactoring (3864283a)
- support: Fixes import datatype (8715bb7a)
Features
- nginx: split logic for nginx conf (89045f89)
Breaking Changes
-
koaton-cli does not longer has an inflector, it is now in the koaton project
(d54fde8b)
-
Relation property is now an object
BREAKING CHANGE: Relation property is now an object
(693ae7e6)
-
Adapters and DataTypes are located in differente files.
(ef131535)