| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-07 | 2.6 kB | |
| v7.24.0 source code.tar.gz | 2026-05-07 | 593.0 kB | |
| v7.24.0 source code.zip | 2026-05-07 | 750.1 kB | |
| Totals: 3 Items | 1.3 MB | 3 | |
[7.24.0] - 2026-05-07
Added
Strhelper class - New static utility class for string manipulation. Includes search/position helpers (after,before,between,contains,startsWith,endsWith,is_,position,match,excerpt), case conversions (camel,snake,kebab,studly,title,headline), trimming/capping (limit,words,finish,start,wrap,unwrap,squish), replace/transform (replace,remove,swap,deduplicate,ucsplit), slug generation, padding (padBoth,padLeft,padRight,padNumber), substring/chars (substr,take,charAt,reverse,repeat), masking, random/IDs (random,password,uuid,uuid7,ulid), and validation (isAscii,isJson,isUrl,isUuid,isUlid)Numberhelper class - New static utility class for working with numbers. Includes formatting (format,currency,percentage,fileSize,forHumans,abbreviate), ordinal/spelling (ordinal,spell,spellOrdinal), parsing (parseInt,parseFloat), math/utility (clamp,trim,pairs,between,round,floor,ceil,lerp,scale,gcd,lcm,degrees,radians), random generation, file-size inverse/duration (toBytes,duration), and range/aggregates (range,sum,average,median,min,max). Configurable default locale and currencyArrhelper class - New static utility class for working with lists. Includes type checks (accessible,isList,isAssoc), construction (wrap,flatten,collapse,crossJoin), filtering (first,last,where,reject,whereNotNull,unique,exceptValues,onlyValues), slicing/chunking (take,chunk,prepend,push,interleave), ordering (shuffle,sort,sortDesc,sortRecursive), random selection, iteration (map,mapWithKeys,flatMap,indexed,partition,groupBy), immutable mutations (replaceAt,move,swap), aggregates (every,some,sole,join,sum,average,median,min,max,countBy), and map-list operations (pluck,keyBy,select)Objhelper class - New static utility class for working with maps using dot notation. Includes read (get,has,hasAny,hasAll,exists), typed read (getString,getInt,getDouble,getBool,getList,getMap), mutating writes (set,add,forget,pull), subset (only,except,prependKeysWith,divide), filter (whereNotNull,whereNotEmpty), transform (mapKeys,mapValues,flip), flatten/inflate (dot,undot), and merge/compare/query helpers (merge,deepEquals,query)