Skip to content

Latest commit

 

History

History
executable file
·
265 lines (124 loc) · 7.44 KB

CHANGELOG.md

File metadata and controls

executable file
·
265 lines (124 loc) · 7.44 KB

0.6.1 (2017-12-06)

Bug Fixes

  • Electron (Default) App Issue (df013c1)
  • node 6.x.x crypto deprecated message; baboon required now nodejs 6.x.x (61d0df6)

0.4.26 (2015-09-28)

Features

0.4.25 (2015-09-21)

Bug Fixes

  • session: change import of cookie-parser (6e6f20e)

<a name"0.4.24">

0.4.24 (2015-07-21)

Features

<a name"0.4.23">

0.4.23 (2015-07-17)

Features

  • add functionality to enable save Application Data in Users Homedir (124819cc)

<a name"0.4.22">

0.4.22 (2015-07-02)

Features

  • add callback to baboon.appListen() (124819cc)

0.4.21 (2015-02-10)

Bug Fixes

  • auth: send json result when user successfully logged in (8b02d7d9)
  • transport: send json result when user has no access (243bbbe6)

0.4.20 (2014-12-08)

Features

  • add message property to ValidationError (5d48ea4f)

0.4.19 (2014-10-16)

Bug Fixes

  • do not use sslv2/sslv3 (03718e2a)
  • app crash when user was created in admin section without password (c4370105)

0.4.18 (2014-10-02)

0.4.17 (2014-10-01)

0.4.16 (2014-09-26)

Bug Fixes

  • bump mongodb to 1.4.15 since 1.4.14 contain bugs (d9acd849)

0.4.15 (2014-09-24)

Features

  • setting: add function getUserSetting() to get a single user setting by key (952f7271)

0.4.14 (2014-09-18)

Bug Fixes

  • require of 'crypto' and 'logging' in baboon changed, tests adapted (efa00b26)

0.4.13 (2014-09-16)

Bug Fixes

0.4.12 (2014-08-26)

Bug Fixes

  • update .gitignore and .npmignore to reduce size of module when installing it (4850372d)

0.4.11 (2014-08-25)

Features

0.4.10 (2014-08-25)

Features

  • replace cli-color with chalk (144b73be)

0.4.9 (2014-08-13)

Bug Fixes

  • change field token in schema of user repository to be null or string (3ba6041e)

0.4.8 (2014-07-23)

Features

  • do not create user admin by default when running grunt setup (0942135f)
  • update dependencies (857c762d)

0.4.7 (2014-07-16)

Bug Fixes

  • move grunt to dependencies so that baboon will work in production mode (npm inst (4df32e99)

0.4.6 (2014-07-16)

Bug Fixes

  • app now does not load unnecessary modules when rights system is disabled (82f35480)
  • do not load account and auth modules when rights system is disabled (83b7d35c)
  • account: input fields when changing password are now of type password (b49732ed)
  • config: add fallback to os temp folder when user has no user folder (fa1c603d)

0.4.5 (2014-07-11)

Features

  • switch from ngmin to ng-annotate (2c1329ad)
  • update setup script in example app (ee07be44)
  • account: user can now change his password (1e057635)

0.4.4 (2014-07-08)

Bug Fixes

  • correct path of ssl cert files (e79afa09)

Features

  • prepare expressjs plugins for next release (fix deprecated messages) (61215673)
  • update dependencies (43adf010)

0.4.3 (2014-06-19)

Features

  • change location of routes.js files. (77b74c1b)

Breaking Changes

  • The routes.js files, which contains all server routes for a toplevel app, are now moved from the folder client/app/[appname] to server/modules/[appname] (77b74c1b)

0.4.2 (2014-06-18)

Bug Fixes

  • angular-ui bootstrap dropdowns now work correctly (7e656a5f)

Features

0.4.1 (2014-06-13)

Features

Release History

v0.4.0