Skip to content

Releases: gerard2perez/koaton

v2.4.1

14 Apr 20:29
4e38d30
Compare
Choose a tag to compare

2.4.1 (2018-04-14)

Bug Fixes

  • package: update bcrypt to version 2.0.0 (0df2f7f)
  • package: update koa-helmet to version 4.0.0 (1ccd7da)

v2.4.0

09 Mar 01:59
Compare
Choose a tag to compare

2.4.0 (2018-03-09)

Features

v2.3.1

04 Nov 13:51
Compare
Choose a tag to compare

2.3.1 (2017-11-04)

Bug Fixes

  • subdomain and domain detection will work with second level hierachy TLD (d40ef48)

v2.3.0

04 Nov 02:48
Compare
Choose a tag to compare

2.3.0 (2017-11-04)

Features

  • helpers: handlebars link helper is supported (b94988b)

v2.2.1

02 Nov 19:57
Compare
Choose a tag to compare

2.2.1 (2017-11-02)

Bug Fixes

  • generation of links won't be broken (bbab3e5)

v2.2.0

17 Oct 20:09
Compare
Choose a tag to compare

2.2.0 (2017-10-17)

Features

  • pass custom livereload host to the views (f90fe86)

v2.1.0

10 Oct 23:34
Compare
Choose a tag to compare

2.1.0 (2017-10-10)

Bug Fixes

  • remove function 'requireSafe' (23bddf8)
  • template will be checked to exist and default views will be correctly generated (dd6bb8c)
  • trying to serve a file that does not exists won't kill koaton (0ee01b0)

Features

  • add link helper (only nunjucks) (769d2f0)
  • templates can be directly specified in a route (e9a53db)

Performance Improvements

  • remove arguments of the removed 'requireSafe' (97efa34)

v2.0.5

17 Sep 17:25
Compare
Choose a tag to compare

2.0.5 (2017-09-17)

Bug Fixes

  • rest routes won't continue after body is set (d942490)

v2.0.4

12 Sep 14:41
Compare
Choose a tag to compare

2.0.4 (2017-09-12)

Bug Fixes

  • Authorization Bearer will login the user (40d6630)
  • unauthenticated request will be handled correctly (93386a7)
  • user won't be store in session if Bearer Authorization is requested (caf960f)

v2.0.3

11 Sep 02:49
Compare
Choose a tag to compare

2.0.3 (2017-09-11)

Bug Fixes

  • remove static time of password grant token (29310eb)
  • return a json object is application/json is accepted (1c03e9f)
  • user will be validated when a token is tried to be issued (fb27d82)