Trailblazer v1.0.0 Release Notes

    • 🚅 All Rails-relevant files are now in the trailblazer-rails gem. You have to include it should you be in a Rails environment.
    • 🗄 Operation[{..}] is deprecated in favor of Operation.({..}).
    • Operation::CRUD is now Operation::Model.
    • Controller#form now invokes #prepopulate! before rendering the view.
    • Controller#present does not instantiate and assign @form anymore.
    • The internal Operation API has changed from #initialize() and #run(params) to #initialize(params) and #run.