ilib-tools-common 1.2.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@ Common code shared between the command-line tools such as loctool and i18nlint
4
4
 
5
5
  ## License
6
6
 
7
- Copyright © 2022, JEDLSoft
7
+ Copyright © 2022-2023, JEDLSoft
8
8
 
9
9
  Licensed under the Apache License, Version 2.0 (the "License");
10
10
  you may not use this file except in compliance with the License.
@@ -21,6 +21,21 @@ limitations under the License.
21
21
 
22
22
  ## Release Notes
23
23
 
24
+ ### v1.4.0
25
+
26
+ - Added TranslationUnit and TranslationVariant classes
27
+ - added hashKey function to the utilities
28
+ - fixed missing import for makeDirs() utility function
29
+
30
+ ### v1.3.0
31
+
32
+ - Added more utility functions:
33
+ - isEmpty - return whether or not an object is empty
34
+ - cleanString - removing differences that are inconsequential for translation such as leading whitespace
35
+ - makeDirs - create directories on disk
36
+ - containsActualText - test if there is text left over after HTML and entities are stripped
37
+ - objectMap - visitor pattern for objects
38
+
24
39
  ### v1.2.0
25
40
 
26
41
  - Added formatPath and getLocaleFromPath utility function