-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: willdurand/BazingaJsTranslationBundle
base: 4.0.2
head repository: willdurand/BazingaJsTranslationBundle
compare: master
- 18 commits
- 36 files changed
- 10 contributors
Commits on Nov 19, 2021
-
Fix using HTML tags in ICU messages (#310) (#325)
The `ignoreTag` option was added specifically for this use case. See also: - https://formatjs.io/docs/intl-messageformat/#intlmessageformat-constructor - formatjs/formatjs#1699
Configuration menu - View commit details
-
Copy full SHA for 0388881 - Browse repository at this point
Copy the full SHA 0388881View commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 811fff5 - Browse repository at this point
Copy the full SHA 811fff5View commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d23f7ff - Browse repository at this point
Copy the full SHA d23f7ffView commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 73fafb1 - Browse repository at this point
Copy the full SHA 73fafb1View commit details -
Update getTranslations.js.twig (#317)
The filter "raw" is necessary to encode language with subtags in javascript file, otherwise there is an error on locale code ("en\u002DUS" for example).
Configuration menu - View commit details
-
Copy full SHA for 44877e6 - Browse repository at this point
Copy the full SHA 44877e6View commit details
Commits on Sep 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ffb1acb - Browse repository at this point
Copy the full SHA ffb1acbView commit details
Commits on Jun 29, 2023
-
Exclude tests and development files from the archive (#283)
This also avoids a deprecation notice from composer when generating an optimized autoloader due to the fixture app of the tests not following the PSR-4 convention configured for sources (while being in a subfolder)
Configuration menu - View commit details
-
Copy full SHA for cdee505 - Browse repository at this point
Copy the full SHA cdee505View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 820a1fa - Browse repository at this point
Copy the full SHA 820a1faView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fdaddb7 - Browse repository at this point
Copy the full SHA fdaddb7View commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df5db0f - Browse repository at this point
Copy the full SHA df5db0fView commit details -
Remove 'app' from DumpCommand path (#345)
* Remove 'app' from DumpCommand path app path does not longer exists since sf4 * Rename kernelRootDir to projectDir in DumpCommand
Configuration menu - View commit details
-
Copy full SHA for 3b03f3a - Browse repository at this point
Copy the full SHA 3b03f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f8bdf - Browse repository at this point
Copy the full SHA 88f8bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e717d - Browse repository at this point
Copy the full SHA 11e717dView commit details
Commits on Jul 4, 2024
-
Use the UMD build of intl-messageformat in the testsuite (#361)
The main file of the library is a CommonJS build, not an UMD build, making it incompatible with the usage in the testsuite setup. The UMD build is shipped in the package but is not exposed on CDNJS.
Configuration menu - View commit details
-
Copy full SHA for b521251 - Browse repository at this point
Copy the full SHA b521251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb4c15 - Browse repository at this point
Copy the full SHA 8cb4c15View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03ca2d1 - Browse repository at this point
Copy the full SHA 03ca2d1View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6af94f - Browse repository at this point
Copy the full SHA f6af94fView commit details
Commits on Oct 21, 2024
-
Replace the JS test runner (#367)
* Upgrade the JS testsuite to use QUnit 2 This uses npm to install the testsuite dependencies instead of vendoring them in the project to make the setup easier to maintain. This also removes the file loading the ES5-shim as all maintained browsers support ES5 natively anyway. * Modernize the UMD structure for the translator * Replace the test runner for JS tests PhantomJS is not maintained anymore and the setup was broken. The new setup uses `@web/test-runner` to run the QUnit tests in an actual browser.
Configuration menu - View commit details
-
Copy full SHA for 4907baf - Browse repository at this point
Copy the full SHA 4907bafView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.2...master