Labs/Ubiquity/Ubiquity 0.1.7 Release Notes
Jump to navigation
Jump to search
Back to Labs/Ubiquity.
Main Features
TODO: Finish this.
Download It
If you already have Ubiquity, it will automatically update itself soon (you can also go to the add-ons manager and click "Find Updates" if you are feeling impatient). If you don't already have Ubiquity installed, you can get the latest version here.
Thanks
TODO: Finish this.
Thanks to the Ubiquity core team for all their hard work on this release, as well as ... !
In Depth
For Command Authors
- If you're a fan of regular expressions, as of Ubiquity 0.1.7 you can just put a regular expression in place of a noun type object when specifying the takes option in CmdUtils.CreateCommand(), and Ubiquity will take care of the rest. Make sure you specify the regular expression as either a regular expression literal or a RegExp object. (#342)