Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
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 orlearn 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:callstackincubator/reroute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.0.4
Choose a base ref
Loading
...
head repository:callstackincubator/reroute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Loading
  • 5commits
  • 19files changed
  • 4contributors

Commits on Mar 3, 2018

  1. Documentation update

    I am really bad at writing documentation. However, I guess better to have something than nothing. Leaving this rationale to help understand what is the purpose of this library.
    @grabbou
    grabbou authoredMar 3, 2018
    Configuration menu
    Copy the full SHA
    2c738e2View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. 1Configuration menu
    Copy the full SHA
    600f60aView commit details
    Browse the repository at this point in the history
  2. Disambiguate component names (#7)

    To make sure there's no potential for confusion with other components.
    @yawaramin@grabbou
    yawaramin authored andgrabbou committedMar 5, 2018
    Configuration menu
    Copy the full SHA
    23b235cView commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    827a074View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Upgrade ReasonReact and bs-platform to latest and update code (#15)

    bs-platform:  2.2.2 -> 3.0.0reason-react: 0.3.2 -> 0.4.1[x] Use new subscriptions api (old is deprecated, see reason-react issue #173)[x] refmt (single entity switch statement* now has parens + trailing commas enforced)[x] ReasonReact.arrayToElement -> ReasonReact.array (former is deprecated)This library is minimal and so the code does not change much fortunately. With these changes, one of my hobby websites still works perfectly, but I'm unsure how it will affect sites in production or if there is hidden complexity that I'm not accounting for. Regarding the writing of the code, I followed the [documentation](https://github.com/reasonml/reason-react/blob/b406a679758bf2d0cd66ce1c03454c779eb9894a/docs/subscriptions-helper.md).`yarn clean && yarn build` does not output any error on this commit.On the `master` branch (basically w/o this commit), only one warning occurs with the same command:```  Warning number 3  /projects/reroute/src/ReRoute.re 47:12-37    45 ┆       }  46 ┆     )>  47 ┆     (ReasonReact.arrayToElement(children))  48 ┆   </a>;  49 ┆ }    deprecated: ReasonReact.arrayToElementPlease use ReasonReact.array instead```
    @cnguy@czystyl
    cnguy authored andczystyl committedMar 6, 2019
    Configuration menu
    Copy the full SHA
    2af42d8View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp