Releases: mallocator/gulp-international
Improved delimter stop condition
This patch improves the delimiter stop condition to detect any characters that are not part of a normal token. As usual if you want you can always test your own delimiters.
Added "&" to default stop condition
Test coverage is now at 100% and the default stop condition includes "&" so that html entities are used as delimiters as well.
There's probably going to be more updates to the default stop condition once more use cases come up.
First stable release
This version is now being used in production (by myself) and a bunch of new options have made their way in to control the behavior of the plugin.
Caching is back
Dictionaries are now cached across different invocations of the plugin. Of course there's an option to disable this behavior.
Files are now in subdirectories
Previously files ignored custom filename definition that included a path. Now additional paths are being respected
MIssing token warnings
More fixes and the option to show warning when tokens are not translated.
CSV Support
Added CSV support and fixed a bunch of errors
Initial Release
First proof of concept. Don't use this in production!