Skip to content

Latest commit

 

History

History
321 lines (156 loc) · 9.77 KB

CHANGELOG.md

File metadata and controls

321 lines (156 loc) · 9.77 KB

0.10.0 (2018-10-23)

Features

  • Node 10.X.X compatibility
  • Modules updates

BREAKING CHANGES

  • Node.js < 10.0.0 is no longer supported

0.8.1 (2016-07-31)

Features

  • loosen strict dependency to mongodb (0fe3809)

0.8.0 (2016-07-21)

Bug Fixes

  • add param 'digest' to crypto.pbkdf2() to prevent deprecation warning (784553b)

Features

  • drop support for node.js 0.10 (1636441)

BREAKING CHANGES

  • Node.js 0.10 is no longer supported

0.7.14 (2016-04-12)

Features

  • LxConfig: ignore file ending when loading config files (d69d7b5)

0.7.13 (2015-12-18)

  • update dependencies

<a name"0.7.12">

0.7.12 (2015-07-09)

Features

  • LxMail:
    • do not return new object in configureMail() (5cfe6e2b)
    • do not return new object in configureMail() (c8498401)

<a name"0.7.11">

0.7.11 (2015-04-15)

Features

  • add variable PROTOCOL to config (430c38c8)

<a name"0.7.10">

0.7.10 (2015-04-04)

Bug Fixes

  • check if result exists before deleting the connection property from result (f6e10146)

<a name"0.7.9">

0.7.9 (2015-04-01)

Bug Fixes

  • remove connection information from dbResult in DataOperationError (dafa777a)

<a name"0.7.8">

0.7.8 (2015-03-31)

Features

  • discrete client message in errors, e.g. to discriminate between short error mess (12e3415e)

0.7.7 (2015-03-19)

Features

  • add env variable CONFIG which will be used to load the configuration file. If no (a7970a13)

0.7.6 (2015-03-11)

Features

  • lxAuth: add method removeToken() to remove a token from the database (aa1a0255)

0.7.5 (2015-02-27)

Bug Fixes

  • crash when no user in token (06840786)
  • last_activity time is now calculated correctly (e70c3e5d)
  • LxMail, fix in function configureMail to override email address in debug mode (a3576fb0)
  • LxMail: replace all occurrences of replace values (1eed6046)
  • middleware: next() could be called twice in middleware allRequests() (739ce9fa)

Features

  • update dependencies for io.js / node.js 0.12 compability (d883d475)
  • update to lx-valid v0.4.0 (31d162ab)
  • save http verb in rights collection (38f54830)
  • store complete user object in token database (8fa5d1fc)
  • add expires_last_activity field in token database. (e787a902)
  • LxMail: add original receiver of the email in the mail body when debug option is enabled (a79841a4)
  • lxErrors: add DataOperationError to track errors like not data was found in the db or a re (f40948c1)

0.7.4 (2015-02-25)

Bug Fixes

  • middleware: next() could be called twice in middleware allRequests() (739ce9fa)

Features

  • lxErrors: add DataOperationError to track errors like not data was found in the db or a re (f40948c1)

0.7.3 (2015-02-20)

Features

  • update dependencies for io.js / node.js 0.12 compatibility (d883d475)

0.7.2 (2015-01-21)

Features

0.7.1 (2015-01-21)

Features

  • LxMail: add original receiver of the email in the mail body when debug option is enabled (a79841a4)

0.7.0 (2015-01-15)

Bug Fixes

  • crash when no user in token (06840786)

Features

  • save http verb in rights collection (38f54830)

0.6.1 (2015-01-13)

Bug Fixes

  • last_activity time is now calculated correctly (e70c3e5d)

0.6.0 (2015-01-12)

Bug Fixes

  • LxMail, fix in function configureMail to override email address in debug mode (a3576fb0)

Features

  • store complete user object in token database (8fa5d1fc)
  • add expires_last_activity field in token database. (e787a902)

0.5.9 (2015-02-27)

Bug Fixes

  • LxMail: replace all occurrences of replace values (912fff48)

0.5.8 (2015-02-26)

Bug Fixes

  • LxMail: set mail.to from debug when config.debug is set (cc4214e6)
  • middleware: next could not be called in middleware allRequest() (f1756627)

Features

  • LxMail: add original receiver of the email in the mail body when debug option is enabled (c094dc3a)

0.5.7 (2014-11-14)

Bug Fixes

  • add error handling for function params to prevent server crash (2c428e14)
  • LxAuth, fix in function getPublicFunctinsFromControllers to get complete in dept (e1897780)
  • LxErrors, BadRequestError is now BadRequestError (8cf2c483)

Features

  • add ServerError class to lxErrors (ac5913b6)

0.5.6 (2014-11-06)

Features

  • add user id to token collection

0.5.5 (2014-10-30)

Bug Fixes

  • fix error in Auth

0.5.4 (2014-10-27)

Bug Fixes

  • remove hard coded connection name in LxAuth (c7e38c2b)

0.5.3 (2014-10-24)

0.5.2 (2014-10-24)

0.5.0 (2014-08-21)

The first version after the separation of backend and frontend contains only the basic features. But this version is stable does not yet contain all the features of the previous version 0.4.x

Features

  • Complete Application Structure
  • Grunt with development, test and report tasks
  • Test Suite jasmine-node
  • Regression tests
  • Debugging with nodemon and node-inspector
  • MongoDB integration with lxMongoDb or native driver
  • Basic config system
  • API controller routing
  • Socket.io 1.x for Websocket API