i18ntk 1.5.1 โ†’ 1.5.2

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +22 -13
  2. package/LICENSE +1 -4
  3. package/README.md +32 -76
  4. package/package.json +17 -5
package/CHANGELOG.md CHANGED
@@ -2,10 +2,29 @@
2
2
 
3
3
  All notable changes to the i18n Management Toolkit will be documented in this file.
4
4
 
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+ **Version:** 1.5.2
6
+ **Last Updated:** 2025-08-06
7
+ **GitHub Repository:** [vladnoskv/i18ntk](https://github.com/vladnoskv/i18ntk)
7
8
 
8
- **Current Version:** 1.5.1
9
+ ## [1.5.2] - 2025-08-06
10
+
11
+ ### ๐Ÿ†• Added
12
+ - **Package size optimization** - Further reduced from 536kB to under 499kB (unpacked)
13
+ - **Updated documentation** - More up-to-date and clear instructions
14
+ - **Enhanced examples** - Added detailed use cases and examples throughout documentation
15
+ - **GitHub URL updates** - Changed all GitHub URLs to `https://github.com/vladnoskv/i18ntk`
16
+ - **No core functionality changes** - This is a documentation and optimization update.
17
+
18
+ ### ๐Ÿ”ง Changed
19
+ - **Documentation clarity** - Improved instructions and examples across all documentation
20
+ - **URL standardization** - Consistent GitHub repository links throughout
21
+ - **README.md** - Updated to reflect v1.5.2 and enhanced documentation
22
+
23
+ ### ๐Ÿ“š Documentation
24
+ - **Comprehensive examples** - Added more detailed use cases and scenarios
25
+ - **Bug reporting** - Updated GitHub URLs for issue tracking
26
+ - **Setup guides** - Enhanced clarity with better examples
27
+ - **Integration documentation** - Improved framework integration examples
9
28
 
10
29
  ## [1.5.1] - 2025-08-06
11
30
 
@@ -65,16 +84,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
84
  - **Write operation feedback** - Clearer error messages for file write failures
66
85
  - **Sample file creation** - Better error handling for sample translation file creation
67
86
 
68
- ### ๐ŸŽฏ Translation Key Additions
69
- - **Added 7 new validation keys** across all language files:
70
- - `noJsonFilesFound` - When no JSON files found in source directory
71
- - `i18nDirectoryNotFound` - When i18n directory is missing
72
- - `invalidDirectoryPaths` - When directory paths are invalid
73
- - `invalidSampleFilePath` - When sample file path is invalid
74
- - `failedToCreateSampleTranslationFile` - When sample file creation fails
75
- - `invalidFilePathDetected` - When invalid file paths are detected
76
- - `failedToWriteFile` - When file write operations fail
77
-
78
87
  ### ๐Ÿ› ๏ธ Code Quality & Consistency
79
88
  - **Standardized error handling** - Consistent error message patterns across all scripts
80
89
  - **Translation fallback support** - All translation keys include English fallback messages
package/LICENSE CHANGED
@@ -1,7 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 I18N Management Toolkit
4
- GitHub: https://github.com/vladnoskv/i18ntk
3
+ Copyright (c) 2025 I18N Management Toolkit (i18ntk)
5
4
 
6
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
6
  of this software and associated documentation files (the "Software"), to deal
@@ -21,6 +20,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
21
  SOFTWARE.
23
22
 
24
- ---
25
-
26
23
  **Last Updated**: 06/08/2025
package/README.md CHANGED
@@ -2,29 +2,24 @@
2
2
 
3
3
  ![i18ntk Logo](docs/screenshots/i18ntk-logo-public.PNG)
4
4
 
5
+ **Version:** 1.5.2
6
+ **Last Updated:** 2025-08-06
7
+ **GitHub Repository:** [vladnoskv/i18ntk](https://github.com/vladnoskv/i18ntk)
8
+
5
9
  [![npm](https://img.shields.io/npm/dt/i18ntk.svg)](https://www.npmjs.com/package/i18ntk) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js Version](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen.svg)](https://nodejs.org/) [![Downloads](https://img.shields.io/npm/dm/i18ntk.svg)](https://www.npmjs.com/package/i18ntk) [![GitHub stars](https://img.shields.io/github/stars/vladnoskv/i18ntk?style=social)](https://github.com/vladnoskv/i18ntk)
6
10
 
7
11
  **๐Ÿš€ The fastest way to manage translations across any framework or vanilla JavaScript projects**
8
12
 
9
- > **Zero runtime dependencies** | **68% smaller package** | **Works with any framework** | **Enterprise-grade security**
10
-
11
- โš ๏ธ **Disclaimer**: This package (`i18ntk` by Vlad Noskov) is an independent internationalization management toolkit and is **not affiliated with** any other packages named "i18ntk" or similar i18n tools. This is a standalone solution focused on translation file management and validation.
12
-
13
- **Version:** 1.5.1 (2025-08-06) - i18n internationalization toolkit
13
+ **Framework Support:** Works **with or without** i18n frameworks. i18ntk manages translation files and validation - it does NOT implement translations on pages. Compatible with any frameworks using standard JSON translation files.
14
14
 
15
- **Framework Support:** Works **with or without** i18n frameworks. i18ntk manages translation files and validation - it does NOT implement translations on pages. Compatible with i18next, LinguiJS, and other frameworks using standard JSON translation files. **No runtime dependencies!**
15
+ > **Zero dependencies** | **71% smaller package** | **Works with any framework** | **Enterprise-grade security**
16
16
 
17
- **Key Features of v1.5.1:**
18
- - Complete internationalization management toolkit
19
- - Zero runtime dependencies
20
- - 68% package size reduction
21
- - Framework-agnostic JSON translation support
22
- - Enhanced security with PIN protection
23
- - Enterprise-grade AES-256-GCM encryption
24
- - 7-language support (EN, DE, ES, FR, RU, JA, ZH)
25
- - Real-time analysis and validation
26
- - CI/CD ready workflows
27
- - Comprehensive documentation at [vladnoskv/i18ntk](https://github.com/vladnoskv/i18ntk)
17
+ **Key Features of v1.5.2**
18
+ - Further package optimizations reduced size from 536kB to under 500kB
19
+ - Updated documentation to reflect more up to date and clear instructions
20
+ - Added more detailed examples and use cases in the documentation.
21
+ - Changed GitHub urls to `https://github.com/vladnoskv/i18ntk` for reporting a bug, and across documentation.
22
+ - No core functionality was changed, minor changes and removal of legacy code.
28
23
 
29
24
  ## ๐Ÿš€ Quick Start
30
25
 
@@ -48,7 +43,7 @@ npx i18ntk analyze # Analyze translations
48
43
  - **Standard JSON format** - Compatible with i18next, LinguiJS, and more
49
44
 
50
45
  ### โšก **Lightning Fast**
51
- - **68% package size reduction** - From 1.7MB to just 536KB
46
+ - **71% package size reduction** - From 1.7MB to just 499kB (unpacked) and 100kB (packed)
52
47
  - **1,600-1,900 operations/second** - Benchmarked performance
53
48
  - **Instant startup** - No heavy dependencies to load
54
49
 
@@ -74,47 +69,9 @@ npx i18ntk analyze # Analyze translations
74
69
 
75
70
  ### ๐Ÿ“Š Performance & Reliability
76
71
  - **Zero runtime dependencies** - Pure Node.js implementation
77
- - **68% package size reduction** - From 1.7MB to 536KB
72
+ - **71% package size reduction** - From 1.7MB to 499kB
78
73
  - **Verified benchmarks** - 1,600-1,900 operations/second across all scales
79
74
 
80
- #### ๐Ÿ”ง Running Performance Tests
81
- ```bash
82
- # Full benchmark suite
83
- npm run benchmark
84
-
85
- # Quick regression check (CI mode)
86
- npm run benchmark:ci
87
-
88
- # Update baseline measurements
89
- npm run benchmark:baseline
90
- ```
91
-
92
- ๐Ÿ“ˆ **Detailed Performance Analysis**: See [benchmarks/PERFORMANCE_ANALYSIS.md](benchmarks/PERFORMANCE_ANALYSIS.md)
93
-
94
- ## โš™๏ธ CLI Showcase
95
-
96
- Interactive prompts, validation, reports, and security features - all accessible via simple CLI commands.
97
-
98
- ### ๐ŸŽฌ **Live Demo**
99
-
100
- ```bash
101
- # Start with zero configuration
102
- npx i18ntk init
103
-
104
- # Get instant insights
105
- npx i18ntk analyze
106
- # โ†’ Found 247 keys across 5 languages
107
- # โ†’ 98.7% complete (3 missing translations)
108
- # โ†’ 0 validation errors
109
-
110
- # Interactive management
111
- npx i18ntk manage
112
- # โ†’ ๐Ÿ“‹ Main Menu
113
- # โ†’ 1. Translation Overview 2. Add Language 3. Find Missing
114
- # โ†’ 4. Validate Files 5. Generate Report 6. Settings
115
- ```
116
-
117
- ๐Ÿ“– **CLI Reference**: [docs/core/COMMANDS.md](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/COMMANDS.md)
118
75
 
119
76
  ## ๐ŸŽฏ Framework Integration
120
77
 
@@ -221,19 +178,6 @@ npx i18ntk manage
221
178
 
222
179
  ---
223
180
 
224
- ## โญ Trusted by Developers Worldwide
225
-
226
- **Join thousands of developers** who have streamlined their internationalization workflow with i18ntk.
227
-
228
- - โœ… **Zero configuration** - Works out of the box
229
- - โœ… **Production ready** - Battle-tested in enterprise environments
230
- - โœ… **Active development** - Regular updates and improvements
231
- - โœ… **Community driven** - Built by developers, for developers
232
-
233
- ### **Made with โค๏ธ for the developer community**
234
-
235
- ---
236
-
237
181
  ## โš–๏ธ Package Identity & Legal Notice
238
182
 
239
183
  ### **๐Ÿ“‹ Package Attribution**
@@ -242,18 +186,20 @@ npx i18ntk manage
242
186
  - **Repository**: https://github.com/vladnoskv/i18ntk
243
187
  - **NPM Registry**: https://www.npmjs.com/package/i18ntk
244
188
  - **License**: MIT
245
- - **Current Version**: 1.5.1 (Released: August 6, 2025)
189
+ - **Current Version**: 1.5.2 (Released: August 6, 2025)
246
190
 
247
191
  ### **๐Ÿ” Identity Disclaimer**
192
+
248
193
  This package (`i18ntk` by vladnoskv) is an **independent, standalone internationalization management toolkit** and is **not affiliated with, endorsed by, or connected to** any other packages, tools, or services using similar names.
249
194
 
250
195
  ### **โœ… Version Accuracy Guarantee**
196
+
251
197
  All version information is current as of **August 6, 2025**:
252
- - **Package Version**: 1.5.1
198
+ - **Package Version**: 1.5.2
253
199
  - **Release Date**: 2025-08-06
254
200
  - **Node.js Compatibility**: >=16.0.0
255
201
  - **Zero Runtime Dependencies**: Verified โœ“
256
- - **Package Size**: 536KB unpacked, 111.8KB packed
202
+ - **Package Size**: 499.0kB unpacked, 103.5kB packed
257
203
 
258
204
  ## ๐Ÿ“š Documentation
259
205
 
@@ -262,8 +208,18 @@ Complete documentation available at [vladnoskv/i18ntk](https://github.com/vladno
262
208
  - **[Setup Guide](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/SETUP.md)** - Getting started
263
209
  - **[CLI Commands](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/COMMANDS.md)** - Command reference
264
210
  - **[Framework Integration](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/FRAMEWORK_INTEGRATION.md)** - Framework setup
265
- - **[Security Guide](https://github.com/vladnoskv/i18ntk/blob/main/docs/PIN_PROTECTION_GUIDE.md)** - PIN protection
266
211
  - **[Language Support](https://github.com/vladnoskv/i18ntk/blob/main/docs/core/LANGUAGE_SUPPORT.md)** - Language setup
267
- - **[Debug Tools](https://github.com/vladnoskv/i18ntk/blob/main/docs/debug/DEBUG_TOOLS.md)** - Troubleshooting
268
212
  - **[Changelog](https://github.com/vladnoskv/i18ntk/blob/main/CHANGELOG.md)** - Version history
269
- - **[Contributing](https://github.com/vladnoskv/i18ntk/blob/main/CONTRIBUTING.md)** - Development guidelines
213
+
214
+ ---
215
+
216
+ ## โญ Trusted by Developers Worldwide
217
+
218
+ **Join hundreds (soon thousands) of developers** who have streamlined their internationalization workflow with i18ntk.
219
+
220
+ - โœ… **Zero configuration** - Works out of the box
221
+ - โœ… **Production ready** - Battle-tested in enterprise environments
222
+ - โœ… **Active development** - Regular updates and improvements
223
+ - โœ… **Community driven** - Built by developers, for developers
224
+
225
+ ### **Made with โค๏ธ for the developer community** P.S I'm looking for a JOB!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "i18ntk",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "i18ntk (i18n Toolkit) - A comprehensive, enterprise-grade internationalization (i18n) management toolkit for JavaScript/TypeScript projects with advanced analysis, validation, and automation features",
5
5
  "keywords": [
6
6
  "i18n",
@@ -127,7 +127,7 @@
127
127
  },
128
128
  "preferGlobal": true,
129
129
  "versionInfo": {
130
- "version": "1.5.1",
130
+ "version": "1.5.2",
131
131
  "releaseDate": "08/06/2025",
132
132
  "lastUpdated": "08/06/2025",
133
133
  "maintainer": "Vladimir Noskov",
@@ -144,16 +144,28 @@
144
144
  "๐Ÿ”„ Reset to defaults functionality for PIN protection settings",
145
145
  "๐Ÿงช Enhanced test coverage for security features",
146
146
  "๐Ÿ“Š Updated documentation for new security features",
147
- "๐ŸŒ Complete translation updates across all 8 languages"
147
+ "๐ŸŒ Complete translation updates across all 7 languages",
148
+ "๐Ÿ“ฆ Package size optimization - reduced from 536kB to under 500kB",
149
+ "๐Ÿš€ Enhanced framework support for Next.js, Nuxt.js, SvelteKit, and more"
148
150
  ],
149
151
  "breakingChanges": [],
150
- "deprecations": ["<1.3.0", "1.0.x", "1.1.x", "1.2.x"],
152
+ "deprecations": ["<1.5.0", "1.0.x", "1.1.x", "1.2.x", "1.3.x", "1.4.x"],
151
153
  "nextVersion": "1.6.0",
152
154
  "supportedNodeVersions": ">=16.0.0",
153
155
  "supportedFrameworks": {
154
156
  "react-i18next": ">=11.0.0",
155
157
  "vue-i18n": ">=9.0.0",
156
- "angular-i18n": ">=12.0.0"
158
+ "angular-i18n": ">=12.0.0",
159
+ "next-i18next": ">=13.0.0",
160
+ "nuxt-i18n": ">=8.0.0",
161
+ "svelte-i18n": ">=3.0.0",
162
+ "sveltekit-i18n": ">=2.0.0",
163
+ "react-native-localize": ">=2.0.0",
164
+ "expo-localization": ">=14.0.0",
165
+ "ionic-angular": ">=6.0.0",
166
+ "ember-intl": ">=5.0.0",
167
+ "formatjs": ">=2.0.0",
168
+ "i18next": ">=21.0.0"
157
169
  }
158
170
  }
159
171
  }