Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transform [2017/11/24 20:46] – [Release Notes] o2admintransform [2017/12/16 21:15] – [Variables and Functions (Technical bit)] o2admin
Line 12: Line 12:
 The really powerful feature is that you can use any variable in any field to fix things up and create some very powerful transformations.   The really powerful feature is that you can use any variable in any field to fix things up and create some very powerful transformations.  
  
-==== Release Notes ==== +
-  * **1.3.0** - 25 November 2017 +
-    * Added typename property  +
-    * Added Filter section +
-    * Added Delete section +
 ==== Interface ==== ==== Interface ====
  
Line 260: Line 256:
 | x ? y : z | Right | Ternary conditional (if x then y else z) | | x ? y : z | Right | Ternary conditional (if x then y else z) |
  
 +
 +==== Release Notes ====
 +  * **1.3.1** - 17 December 2017
 +  * Requires PowerScripts 3.4.2
 +  * CC2018 Fixes
 +  * Saving presets also saves accortions status of expanded to closed.
 +
 +  * **1.3.0** - 25 November 2017
 +    * Added typename property 
 +    * Added Filter section
 +    * Added Delete section