All notable changes to this project will be documented in this file.
- Minor release with hot fix for issue TG-21.
Major new release that introduces breaking changes:
- Includes a thorough code review of all important modules;
- Includes revised and extended configuration options;
- Adds JSDoc comments to all major functions;
- Improved error handling and info messages;
- Improved handling of nested text elements;
- Normalizes leading and trailing spaces in translation strings;
- Improved strip command to removed text-id's from HTML files;
- Various bug fixes and minor performance improvements;
- Improved documentation in README.
Important notice when migrating from earlier versions: the new version will work with the existing language files and html files in your project but you must update the configuration file in your project. Delete the existing config file and run the config command to generate a new version: npx wtt config
. Review the settings manually. See README for more information about the new settings.
- Fixed a bug where faulty folder paths would lead to reading/writing errors.
First release of the project.