Download Latest Version v7.24.2 source code.tar.gz (596.7 kB)
Email in envelope

Get an email when there's a new version of Nylo Support

Home / v7.24.0
Name Modified Size InfoDownloads / 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

  • Str helper 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)
  • Number helper 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 currency
  • Arr helper 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)
  • Obj helper 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)
Source: README.md, updated 2026-05-07