| OLD | NEW |
| 1 ## 0.11.7-dev | 1 ## 0.11.7-dev |
| 2 | 2 |
| 3 * Improved code layout of the package. | 3 * Improved code layout of the package. |
| 4 | 4 |
| 5 * Added a DateFormat.parseStrict method that rejects DateTimes with invalid |
| 6 values and requires it to be the whole string. |
| 7 |
| 5 ## 0.11.6 | 8 ## 0.11.6 |
| 6 | 9 |
| 7 * Catch analyzer errors and do not generate messages for that file. Previously | 10 * Catch analyzer errors and do not generate messages for that file. Previously |
| 8 this would stop the message extraction on syntax errors and not give error | 11 this would stop the message extraction on syntax errors and not give error |
| 9 messages as good as the compiler would produce. Just let the compiler do it. | 12 messages as good as the compiler would produce. Just let the compiler do it. |
| 10 | 13 |
| 11 ## 0.11.5 | 14 ## 0.11.5 |
| 12 | 15 |
| 13 * Change to work with both petitparser 1.1.x and 1.2.x versions. | 16 * Change to work with both petitparser 1.1.x and 1.2.x versions. |
| 14 | 17 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 68 |
| 66 * Add a "meaning" optional parameter for Intl.message to distinguish between | 69 * Add a "meaning" optional parameter for Intl.message to distinguish between |
| 67 two messages with identical text. | 70 two messages with identical text. |
| 68 | 71 |
| 69 * Handle two different messages with the same text. | 72 * Handle two different messages with the same text. |
| 70 | 73 |
| 71 * Allow complex string literals in arguments (e.g. multi-line) | 74 * Allow complex string literals in arguments (e.g. multi-line) |
| 72 | 75 |
| 73 | 76 |
| 74 | 77 |
| OLD | NEW |