Releases: mantidtech/tplr
Releases · mantidtech/tplr
Refactoring & more methods
- Refactored functions into categories
- Added 3 new methods: when, and, & or
Added TitleCaseWithAbbr method
added TitleCaseWithAbbr
method to allow title casing with a custom set of abbreviations to fully uppercase
Stablitiy in sight
- added
TerminalWidth
method to assist formatting in terminals - changed all function test cases to test within templates
- fixed some list methods that didn't work at all (
Join
,JoinWith
)