| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 18.14.2 source code.tar.gz | 2026-05-22 | 4.3 MB | |
| 18.14.2 source code.zip | 2026-05-22 | 4.5 MB | |
| README.md | 2026-05-22 | 1.4 kB | |
| Totals: 3 Items | 8.8 MB | 0 | |
- feat: webNG — Generate Records panel: POST /api/generate accepts Faker spec + record count + locale, returns synthetic CSV; output area is scrollable and copyable
- feat: webNG — Faker Specification moved from always-visible panel to a slide-in triggered by a "Faker Spec" button in the Results table header, consistent with the per-field JSON popout
- refactor: Faker implementation classes (FakerParameters, FakerLT, FakerBooleanLT, FakerDoubleLT, FakerEnumLT, FakerLocalDate/Time/DateTimeLT, FakerOffsetDateTimeLT, FakerLongLT, FakerStringLT) moved from cli to types (com.cobber.fta.faker), eliminating duplication between cli and webNG
- fix: FakerLocalTimeLT — default format was "yyyy-MM-dd HH:mm:ss" (wrong for a time-only type); corrected to "HH:mm:ss"
- fix: FakerLongLT — three duplicate assignments to high field removed
- fix: webNG — base-type fakers failed for non-English locales (e.g. ja-JP) because PluginDefinition 2-arg constructor hardcodes "en"; validLocales now overridden to wildcard in GenerationService
- fix: FakerStringLT — FREE_TEXT plugin lookup wrapped in try-catch; falls back to regex generator or numeric placeholder when locale is unsupported
- chore: settings.gradle — add webNG to includeBuild list
- chore: webNG build.gradle — add mavenLocal() to repositories to support development builds against locally-published fta
- chore: Bump spotbugs plugin 6.5.4→6.5.5