Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PoC] MobX 6 with codemod #2324

Closed
wants to merge 44 commits into from
Closed

[PoC] MobX 6 with codemod #2324

wants to merge 44 commits into from

Commits on Feb 22, 2020

  1. Some notes

    mweststrate committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    c1f99a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. stricter settings, notes

    mweststrate committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    0b1aeb8 View commit details
    Browse the repository at this point in the history
  2. more tests for ts

    mweststrate committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    664df61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d8fbb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. WIP

    mweststrate committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1e17119 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. codemod 0.0.1

    mweststrate committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    399478e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. generate constructor

    mweststrate committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    e266f90 View commit details
    Browse the repository at this point in the history
  2. completed constructors

    mweststrate committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    0402792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4233cf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. More action stuff

    mweststrate committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    6c22ef3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. More action action

    mweststrate committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    511c9bb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Implemented actions

    mweststrate committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    01aa7e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

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

Commits on Mar 24, 2020

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

Commits on Mar 26, 2020

  1. Setup fixes

    mweststrate committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    3851540 View commit details
    Browse the repository at this point in the history
  2. Run on TS once

    mweststrate committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    356fff7 View commit details
    Browse the repository at this point in the history
  3. Some decorate fixes

    mweststrate committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6322bb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ae4f4c View commit details
    Browse the repository at this point in the history
  5. Converted entire suite

    mweststrate committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    cf17f5e View commit details
    Browse the repository at this point in the history
  6. Better warning formatting

    mweststrate committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    91e3461 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    df9048f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3290d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e62c0d View commit details
    Browse the repository at this point in the history
  4. No commit message

    mweststrate committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5f57089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a04f1 View commit details
    Browse the repository at this point in the history
  6. Codemodded all tests

    mweststrate committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    fe34b35 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. WIP decorator stuff

    mweststrate committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    89e2b47 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

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

Commits on Apr 7, 2020

  1. Got some basics working

    mweststrate committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    f193937 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    cca6579 View commit details
    Browse the repository at this point in the history
  2. All v5 tests pass!

    mweststrate committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    156547c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c36fc69 View commit details
    Browse the repository at this point in the history
  4. build fixes

    mweststrate committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    aae6183 View commit details
    Browse the repository at this point in the history
  5. Implemented decorators!

    mweststrate committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    bdf039d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    e2a80c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574518b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b5ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d574c52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0884060 View commit details
    Browse the repository at this point in the history
  6. Made v4 array test work

    mweststrate committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    2befc56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ca4b9c View commit details
    Browse the repository at this point in the history
  8. Dropped v4 code base

    mweststrate committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    29ed85b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Organized notes a bit

    mweststrate committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    2d495ee View commit details
    Browse the repository at this point in the history