Release notes for Piece_Unity 1.4.0 (stable)
Release Date: 2007-11-25
A new release of Piece_Unity is now available.
What's New in Piece_Unity 1.4.0
- Use of full flow name as view prefix
- A feature so that the full flow name can be used as the view prefix by turning on "useFullFlowNameAsViewPrefix" (default: on) has been added. If you want to keep backward compatibility with Piece_Unity 1.3.0/1.3.1 configurations, set false to "useFullFlowNameAsViewPrefix". For example, if there is a view "Baz", the final view of "Baz" by different flow names and states of "useFullFlowNameAsViewPrefix" is as follows:
| flow name | off/1.3.x | on |
| Foo | Baz | Foo_Baz |
| Foo_Bar | Foo_Baz | Foo_Bar_Baz |
