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: cca-io/rescript-react-intl-extractor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: cca-io/rescript-react-intl-extractor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 4, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    onnimonni Onni Hakala
    Copy the full SHA
    6ab419b View commit details

Commits on Feb 8, 2024

  1. Build with OCaml 4.14.1

    cknitt committed Feb 8, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    onnimonni Onni Hakala
    Copy the full SHA
    9f4301c View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    onnimonni Onni Hakala
    Copy the full SHA
    1f15af0 View commit details

Commits on Nov 11, 2024

  1. setup-ocaml 3.0.14 (#93)

    cknitt authored Nov 11, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    onnimonni Onni Hakala
    Copy the full SHA
    49b19dc View commit details

Commits on Dec 14, 2024

  1. setup-ocaml 3.1.4 (#94)

    cknitt authored Dec 14, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    onnimonni Onni Hakala
    Copy the full SHA
    fd436fb View commit details
Showing with 14 additions and 10 deletions.
  1. +8 −9 .github/workflows/ci.yml
  2. +5 −0 CHANGELOG.md
  3. +1 −1 README.md
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -31,21 +31,20 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Use Node.js 16
uses: actions/setup-node@v3
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22

- name: Use OCaml 4.14.0
uses: ocaml/setup-ocaml@v2
- name: Use OCaml 4.14.1
uses: ocaml/setup-ocaml@v3.1.4
with:
ocaml-compiler: 4.14.0
ocaml-compiler: 4.14.1
opam-pin: false
opam-depext: false

- name: OPAM install
run: opam install . --deps-only --with-test
@@ -66,7 +65,7 @@ jobs:

- name: (release only) Upload artifact ${{ matrix.os }}
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.get_artifact.outputs.artifact_name }}
path: ${{ steps.get_artifact.outputs.exe_name }}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## 0.15.0 - next

- Build with OCaml 4.14.1.

## 0.14.0 - 2023-09-04

- Updated ReScript parser version to c4cf5fc (ReScript 10.1.4).
- Fix crash when trying to unescape default message.
- Add --verbose flag.

## 0.13.0 - 2022-09-18

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ The ReScript parser is included as a git submodule. Therefore, after checking ou

git submodule update --init --recursive

Install OCaml and OPAM, and create an OPAM switch with OCaml version 4.14.0.
Install OCaml and OPAM, and create an OPAM switch with OCaml version 4.14.1.

Then run