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: projectfluent/fluent.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: projectfluent/fluent.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 42 files changed
  • 2 contributors

Commits on Feb 8, 2018

  1. Backport Remove tags (#110)

    (cherry picked from commit ca5f604)
    zbraniecki authored and stasm committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    124c2aa View commit details
    Browse the repository at this point in the history
  2. Backport MessageContext parser from [email protected]

    In order to make it easier to upgrade to the new syntax, we'll release fluent
    0.4.3 which will keep the API compatibility with 0.4.2 and will be able to read
    Fluent Syntax 0.5 files (just like fluent 0.6.0).
    
    These changes make fluent 0.4.x able to read both Syntax 0.4 and Syntax 0.5 files:
    
      - Supported Syntax 0.4 features:
        - `//` comments.
        - Sections (`[[ Foo ]]`).
        - Message definitions may omit the `=` after the identifier if they don't
          have a value.
    
      - Supported Syntax 0.5 features:
        - `#`, `##` and `###` comments.
        - Identifiers starting with a dash (`-`) are parsed as terms.
    
    The only feature of the old Syntax 0.4 which isn't supported anymore are Tags.
    In practice we didn't see any of the current consumers of `fluent` 0.4.2 take
    advantage of tags. In Syntax 0.5, [tags were replaced by attribute defined on
    terms][terms].
    
    [terms]: https://github.com/projectfluent/fluent/blob/master/spec/CHANGELOG.md#050-january-31-2018
    stasm committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b468110 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #148 from stasm/0.4.x-update-parser

    Backport MessageContext parser changes from fluent 0.6.0
    stasm authored Feb 8, 2018
    Configuration menu
    Copy the full SHA
    1782ee1 View commit details
    Browse the repository at this point in the history
  4. Backport MessageContext parser changes from fluent 0.6.2

      - Correctly parse empty comment lines. (#149)
      - Forbid null attribute and variant values. (part of #150)
    stasm committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    864634f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c19fda7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Merge pull request #151 from stasm/backport-0.6.2

    Backport MessageContext parser from fluent 0.6.2
    stasm authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d0e6dd8 View commit details
    Browse the repository at this point in the history
  2. fluent 0.4.3

    stasm committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    6fec0e6 View commit details
    Browse the repository at this point in the history
Loading