97 Commits
Author SHA1 Message Date
Oliver Hamlet ea233714bc Sort reference line numbers as numbers
So that "source-file.js:20" appears before "source-file.js:100".
Also sort references line by line, so that e.g.

path.js:122
path.js:98

is now written as

path.js:98
path.js:122

and sorted after path.js:90 and before path.js:100.
v4.1.3+improved-entry-sorting.1
2019-08-11 20:50:10 +01:00
Billy Vong 51e0dd30c9 v4.1.3 v4.1.3 2019-07-24 13:51:51 -07:00
Billy Vong c6eb1a84bb Revert "Append translation data to existing template"
This reverts commit 3473e20324.
2019-07-24 13:51:25 -07:00
Billy Vong 4256e1f77f Add CHANGELOG 2019-07-24 10:08:04 -07:00
Billy Vong 599597ed0c v4.1.2 2019-07-24 09:58:35 -07:00
Billy Vong a5157f30b6 feat: Upgrade gettext-parser to 1.4.0 (#19)
feat: Upgrade `gettext-parser` to 1.4.0
2019-07-24 09:53:25 -07:00
Billy Vong 4cd4f8158a feat: Upgrade gettext-parser to 1.4.0
Addresses a regex vuln: https://github.com/smhg/gettext-parser/issues/39
2019-07-24 09:48:50 -07:00
Billy Vong 733070d0c7 fix: Fix eslint issues 2019-07-24 09:48:37 -07:00
Billy Vong b9501c9fe7 fix: Update sourceFileName for dynamic filenames 2019-07-24 09:44:18 -07:00
Billy Vong cc2bce1f97 Update travis badge URL 2019-07-24 09:31:27 -07:00
Billy Vong cf28032052 fix: Change spread syntax to use Object.assign 2019-07-24 09:30:01 -07:00
Billy Vong 4a0f874946 v4.1.1 v4.1.1 2019-07-24 09:20:42 -07:00
Billy Vong f8760ac971 v4.1.0 2019-07-24 09:20:18 -07:00
Billy Vong 708f399563 Merge pull request #15 from pabloparejo/master
Add support for subfolders in fileName option
2019-07-24 09:20:13 -07:00
Billy Vong 17951a2b04 Merge pull request #11 from woutervanvliet/dynamicFilename
Generate filename dynamically
2019-07-24 09:18:24 -07:00
Billy Vong 00a2c3c229 Add npm version badge in README 2019-07-24 09:15:10 -07:00
Billy Vong 97d828ede3 Merge pull request #17 from mozilla/upgrade-to-babel-7
Upgrade packages to use Babel 7
2019-07-24 09:10:31 -07:00
William Durand 8eceaf899b Upgrade packages to use Babel 7 2018-11-16 14:38:21 +01:00
pabloparejo 645b482d85 Add support for subfolders 2018-10-26 12:30:40 +02:00
Wouter M. van Vliet 4631282c45 Fix reading previous translation template 2018-10-04 11:06:41 +02:00
Wouter M. van Vliet 5c7ae8813e Fix linter problems 2018-10-04 10:49:19 +02:00
Wouter Marius Van Vliet (WOU) 3473e20324 Append translation data to existing template 2018-07-30 15:49:30 +02:00
Wouter M. van Vliet aa39a2f2af Add a test on returning false from the fileName function 2018-07-27 16:52:46 +02:00
Wouter M. van Vliet 825263520a Update documentation about dynamic filenames 2018-07-27 16:49:30 +02:00
Wouter M. van Vliet 35858cf587 Add support for dynamic filenames 2018-07-27 16:39:41 +02:00