Skip to content

v1.0.0

Compare
Choose a tag to compare
@saponifi3d saponifi3d released this 11 Feb 22:04
· 112 commits to master since this release
  • upgrade to express 4.11.0
    • added errorhandler instead of using the express.errorHandler that is deprecated
  • breaking dropped node 0.8 support
  • breaking dropped express 3.x support
  • added support for node 0.12
  • removed noop definition in favor of _.noop
  • breaking removed postInitialization callbacks
  • fixed issue with collection where a re-fetch call will override parameters with an empty object
  • v8 runtime optimizations
  • fixed the way view keeps track of it's childViews
  • updated all devDependencies
  • updated request to use latest version - security fix
  • added .jshint
  • moved from qs to qs2 to support q[]=1&q[]=2 parameters for arrays by default
  • breaking removed match function from the server
  • breaking removed checkFresh - changed to use expireSeconds for the store so the store can check instead