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: ngx-translate/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.0.3
Choose a base ref
...
head repository: ngx-translate/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.4
Choose a head ref
  • 20 commits
  • 24 files changed
  • 4 contributors

Commits on Jul 22, 2020

  1. chore(README): added missing @Injectable decorator to MissingTranslat…

    …ionHandler example
    
    Pretty much as commit message. The example is missing the @Injectable() decorator.
    agustiza authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3d55c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Improved `addLangs()

    CodeAndWeb committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0818cec View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update README.md

    Added migration guide and release notes to readme
    CodeAndWeb authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1cddd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6259081 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1234 from agustiza/readme-missing-injectable

    chore(README): missing @Injectable in MissingTranslationHandler example
    CodeAndWeb authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    42ecef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc7205d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Fixed typo in comment

    CodeAndWeb committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4ac0072 View commit details
    Browse the repository at this point in the history
  2. Simplified Isolation: Using a separate store object instead of duplic…

    …ating variables locally and using if to distinguish between both.
    CodeAndWeb committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7b72914 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    5cd8322 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    04a2116 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    142819b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Merge pull request #1511 from Behrouz-B/bugfix/fix-isDict-method

    Fix: Check for null values in isDict method
    CodeAndWeb authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    941c6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee99d12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d31e18b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Fix type annotations and bump package version to 16.0.1

    Removed redundant type annotations for `prefix` and `suffix` in `TranslateHttpLoader` to improve code clarity. Updated the package version to 16.0.1 to reflect this change.
    CodeAndWeb committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    3e0ae16 View commit details
    Browse the repository at this point in the history
  2. Refactor variable declaration and clean up imports.

    Replaced `let` with `const` for variable declaration to ensure immutability. Removed unused `Router` import from the test file to optimize dependency management.
    CodeAndWeb committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    72e9971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bae634 View commit details
    Browse the repository at this point in the history
  4. Set standalone components to false in test files testing for modules.

    In Angular19, components are standalone by default.
    Added lint suppressions since it now complains about using non-standalone components...
    CodeAndWeb committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    1d8e050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9791bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79302fe View commit details
    Browse the repository at this point in the history
Loading