arb_merge 1.2.0
arb_merge: ^1.2.0 copied to clipboard
A command-line tool to merge ARB files from multiple sources based on the files' locale.
Changelog #
1.2.0 #
- NEW: Added comprehensive library API for programmatic usage
- Added
ArbMerge.create()
factory constructor for simplified usage - Added
merge()
method to get merged content without writing files - Added
getMergedContentForLocale()
method for specific locale access - Added
getAvailableLocales()
method to discover available languages - Added
ArbMergeResult
class to encapsulate merge results - Added
writeFiles()
method for custom file writing logic - Improved user experience by eliminating the need to manually create output directories
- Enhanced documentation with comprehensive library usage examples
1.1.0 #
- Added automatic creation of destination directory if it doesn't exist
1.0.0 #
- initial release.
1.0.1 #
- updated formatting and description