File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" :" CommandBox Sprint Namer" ,
3- "version" :" 1.1 .0" ,
3+ "version" :" 1.2 .0" ,
44 "location" :" https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/commandbox-sprint-namer/@build.version@/commandbox-sprint-namer-@build.version@.zip" ,
55 "slug" :" commandbox-sprint-namer" ,
66 "author" :" Ortus Solutions, Corp" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88----
99
10+ ## [ v1.2.0] => 2022-MAR-30
11+
12+ ### Added
13+
14+ * Capitalize first letters
15+
16+ ----
17+
1018## [ v1.1.0] => 2022-MAR-16
1119
1220### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ component excludeFromHelp=true {
33 property name = " mockdata" inject = " mockData@mockDatacfc" ;
44
55 function run (){
6- print .line ( mockData .mock ( " name" : " words:2" , $returnType : " struct" ).name );
6+ print .line (
7+ ucFirst ( mockData .mock ( " name" : " words:2" , $returnType : " struct" ).name , true )
8+ );
79 }
810
911}
You can’t perform that action at this time.
0 commit comments