Skip to content

Releases: gerard2perez/koaton-cli

v2.1.4

20 Jan 16:50
Compare
Choose a tag to compare

2.1.4 (2018-01-20)

Bug Fixes

  • package: update imagemin-mozjpeg to version 7.0.0 (#8) (f848161)

v2.1.3

30 Dec 16:01
b306aa6
Compare
Choose a tag to compare

2.1.3 (2017-12-30)

Bug Fixes

  • package: update chokidar to version 2.0.0 (29a8833)

v2.1.2

24 Dec 18:57
Compare
Choose a tag to compare

2.1.2 (2017-12-24)

Bug Fixes

  • Build script will work as expected (8059192)

v2.1.1

24 Dec 17:34
Compare
Choose a tag to compare

2.1.1 (2017-12-24)

Bug Fixes

  • koaton build will only build the requested things (7097a5e)

v2.1.0

22 Dec 17:47
Compare
Choose a tag to compare

2.1.0 (2017-12-22)

Bug Fixes

  • genereation of bundles and livereload will integrate better (b11fd94)
  • rebuilding a bundle on file change will work correctly (4bb35c3)

Features

  • add support to create a development certificate (28b04e7)

v2.0.0

25 Oct 14:25
Compare
Choose a tag to compare

<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

23 Apr 23:09
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-04-23)

Bug Fixes

  • fix a casesensitive problem (97453110)

Features

  • add support to translations (f6480cff)
  • relation: add support to create relations (b643732a)

v1.1.0

11 Apr 16:27
Compare
Choose a tag to compare

<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

  • body attributes in index.html will be present in the final template (72cc37dc)
  • split logic for related model, new command added (69882642)
  • Fix a lot of test a lot of code added and some deleted (a9d3d932)
  • ember:
    • body content will be added to the final template (ea630fe9)
    • ember app title will be used in the final template (a3513e93)
  • livereload: ember app will reload css files (bfc95683)

v1.0.0

24 Nov 18:43
Compare
Choose a tag to compare

<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)