Changelog History
Page 1
-
v2.1.1 Changes
- ๐ Use
trailblazer-activity-dsl-linear
>= 1.0.0.
- ๐ Use
-
v2.1 Changes
Macros now always have to provide an
:id
. This was a bit fuzzy in 2.0.Nested if Nested( Edit ), outputs will automatically be connected, see editor.
Wrap dropped the
pipe
option. This is nowoptions, flow_options, *
false
is now automatically connected to End.failure.โ remove
Uber::Callable
.๐
operation.new
step removed.๐ Undocumented step behavior removed. You can't write to
self
anymore.```ruby step :process def process(*) self["x"] = true end ```
Always write to
options
.๐ self[] removed
๐ Fixed
Guard
where procs could receive one argument, only. Guards follow the step interface: `Policy::Guard( ->(options, **) { .. } )โ Removed
Operation::Callback
which was a poor idea and luckily no one was using it.
TODO: document Task API and define step API ๐ deprecate step->(options) ? injectable, per-operation step arguments strategy?
-
v2.1.0.rc13 Changes
July 24, 2019- ๐ Use newest
macro
andmacro-context
. They use symbols keys now everywhere.
- ๐ Use newest
-
v2.1.0.rc12 Changes
July 19, 2019- โก๏ธ Update dependencies.
-
v2.1.0.rc11 Changes
- โ Remove all macros. They're not located in
trailblazer-macro
andtrailblazer-macro-contract
. - โ Remove DSL
- โ Remove all macros. They're not located in
-
v2.1.0.rc1 Changes
June 18, 2018- โ Remove
task
andinput_output
, those are implemented inactivity
.
- โ Remove
-
v2.1.0.beta7 Changes
May 14, 2018- ๐ Use new
activity-0.3.2
whereVariableMapping
is included now.
- ๐ Use new
-
v2.1.0.beta6 Changes
May 03, 2018- ๐ Use new
activity-0.3.0
.
- ๐ Use new
-
v2.1.0.beta5 Changes
March 09, 2018- All macros are now cleanly extracted to
trailblazer-macro
andtrailblazer-macro-contract
.
- All macros are now cleanly extracted to
-
v2.1.0.beta4 Changes
March 02, 2018- ๐ Simple maintenance release to establish
activity-0.5.0
.
- ๐ Simple maintenance release to establish