Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: willdurand/BazingaJsTranslationBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.2
Choose a base ref
...
head repository: willdurand/BazingaJsTranslationBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 36 files changed
  • 10 contributors

Commits on Nov 19, 2021

  1. 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
    sustmi authored Nov 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0388881 View commit details

Commits on Dec 2, 2021

  1. Allow Symfony 6 (#323)

    Kocal authored Dec 2, 2021
    Copy the full SHA
    811fff5 View commit details

Commits on Jan 30, 2022

  1. Copy the full SHA
    d23f7ff View commit details

Commits on Sep 2, 2022

  1. Copy the full SHA
    73fafb1 View commit details
  2. 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).
    AngelikLy authored Sep 2, 2022
    Copy the full SHA
    44877e6 View commit details

Commits on Sep 11, 2022

  1. Update CI versions (#339)

    monteiro authored Sep 11, 2022
    Copy the full SHA
    ffb1acb View commit details

Commits on Jun 29, 2023

  1. 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)
    stof authored Jun 29, 2023
    Copy the full SHA
    cdee505 View commit details

Commits on Jul 3, 2023

  1. Copy the full SHA
    820a1fa View commit details

Commits on Jul 4, 2023

  1. Copy the full SHA
    fdaddb7 View commit details

Commits on Dec 18, 2023

  1. Add support for Symfony 7 (#348)

    stof authored Dec 18, 2023
    Copy the full SHA
    df5db0f View commit details
  2. 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
    mfadul24 authored Dec 18, 2023
    Copy the full SHA
    3b03f3a View commit details
  3. Fix the branch alias for the master branch (#350)

    stof authored Dec 18, 2023
    Copy the full SHA
    88f8bdf View commit details
  4. Prepare javascript dependency to version 6.0.0 (#351)

    monteiro authored Dec 18, 2023
    Copy the full SHA
    11e717d View commit details

Commits on Jul 4, 2024

  1. 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.
    stof authored Jul 4, 2024
    Copy the full SHA
    b521251 View commit details
  2. remove polyfill.io becouse of security (#359)

    karion authored Jul 4, 2024
    Copy the full SHA
    8cb4c15 View commit details

Commits on Jul 5, 2024

  1. fix broken link (#353)

    tacman authored Jul 5, 2024
    Copy the full SHA
    03ca2d1 View commit details

Commits on Aug 2, 2024

  1. Prepare 6.1 version (#366)

    monteiro authored Aug 2, 2024
    Copy the full SHA
    f6af94f View commit details

Commits on Oct 21, 2024

  1. 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.
    stof authored Oct 21, 2024
    Copy the full SHA
    4907baf View commit details
Loading