Factlink / pavlov

Provides a Command/Query/Interactor framework.
MIT License
22 stars 4 forks source link

Add backwards-compatibility and deprecate stuff #31

Closed marten closed 11 years ago

marten commented 11 years ago

I'm bound to have forgotten some features, so let me know. I'm trying to make it so that you can simply `require 'pavlov/alpha_compatibility' and have all old code keep working.

Stuff that isn't backwards compatible:

marten commented 11 years ago

I've opened #34 for the removal of the built-in specific operation types (interactors/commands/queries) in favor of generated classes.

The other thing this branch does is deprecate Pavlov::Helpers but maybe this should only be done when the backend is completed.

I'll close this pull request now without merging.