Skip to content

Releases: dylanfoster/parch

Hasta la vista, baby.

23 Apr 01:57

Choose a tag to compare

Features

  • application: make data layer optional (8f9a2dc), closes #76

1.3.3

23 Apr 01:54

Choose a tag to compare

Release 1.3.3

Here's Johnny!

23 Apr 01:53

Choose a tag to compare

Bug Fixes

  • controller: guard against empty model (032f57a)

Elementary, my dear Watson

13 Nov 03:56

Choose a tag to compare

Bug Fixes

  • handlers: move afterModel hook to after model hook (#67) (f6042bf)

Features

  • router: add support for nested non crud controllers (cd6b085)
  • controllers: add support for controller directories (ee524b9), closes #44
  • logging: move logger under logging options and remove log option (b668427), closes #42
  • middleware: remove info log from log middleware (c500a73), closes #56
  • orm: update sequelize (38c38c5)
  • remove deprecations (87adb2c)

BREAKING CHANGES

  • controller.model has been moved to controller.internalModel
  • controller finders have been removed. users will
    need to use the store.
  • application.modelManager has been removed,
  • application.app has been moved to a getter
  • logging: Users will need to move their options.log to options.logging.logger
  • orm: updates the underlying sequelize orm. Users will need
    to follow the deprecation guide
    http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html

Hasta la vista, baby

13 Nov 03:55

Choose a tag to compare

Bug Fixes

  • handlers: move afterModel hook to after model hook (#67) (f6042bf)

Features

  • controllers: add support for controller directories (ee524b9), closes #44
  • logging: move logger under logging options and remove log option (b668427), closes #42
  • middleware: remove info log from log middleware (c500a73), closes #56
  • orm: update sequelize (38c38c5)
  • remove deprecations (87adb2c)

BREAKING CHANGES

  • controller.model has been moved to controller.internalModel
  • controller finders have been removed. users will
    need to use the store.
  • application.modelManager has been removed,
  • application.app has been moved to a getter
  • logging: Users will need to move their options.log to options.logging.logger
  • orm: updates the underlying sequelize orm. Users will need
    to follow the deprecation guide
    http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html

Say "hello" to my little friend!

12 Nov 02:36

Choose a tag to compare

Bug Fixes

  • application: add guard for missing initializer directory (0538c76)

There's no crying in baseball!

12 Nov 02:36

Choose a tag to compare

Features

  • serializers: update docs for default and fix import (6b5cbb5)

You had me at "hello."

25 Oct 03:02

Choose a tag to compare

Features

  • serializers: add RestSerializer (0cfca6a)
  • store: add json serializer (77406aa)

The stuff that dreams are made of

20 Oct 00:31

Choose a tag to compare

Features

  • application: add support for project initializers (dfbacab)
  • loader: remove type suffix from module name (3e8c2f3)

I love the smell of napalm in the morning

03 Apr 16:18

Choose a tag to compare

Features

  • controller: move underlying dao methods to use parch-js/orm and expose via
    store (9119ba8)