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

Refactor main mecanism (a.k.a v2) #38

Closed
wants to merge 23 commits into from
Closed

Commits on Oct 12, 2016

  1. Delete v1 legacy stuff

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    1ebc52b View commit details
    Browse the repository at this point in the history
  2. Add a Snapshot interface

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    c692d38 View commit details
    Browse the repository at this point in the history
  3. Add a Snapshotter interface

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    08b8523 View commit details
    Browse the repository at this point in the history
  4. Add a recursive snapshotter

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    e18fe3b View commit details
    Browse the repository at this point in the history
  5. Add Object Snapshotter

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    5195e80 View commit details
    Browse the repository at this point in the history
  6. Add Array Snapshotter

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    51dde2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fd2523 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30ba33f View commit details
    Browse the repository at this point in the history
  9. Add collection snapshotter

    Taluu committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    2a27ad6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5aaa83 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7b5525 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Refactor how the recursive mecanism works

    No more voodoo, and no more horrible `setData` calls, which didn't make
    sense ; snapshots are now responsible of their own "mutations"
    Taluu committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    e2eeecf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e594b9c View commit details
    Browse the repository at this point in the history
  3. Refactor Change classes

    Taluu committed Jan 2, 2017
    Configuration menu
    Copy the full SHA
    3725d95 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Add Set value-object class

    Taluu committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    85489b8 View commit details
    Browse the repository at this point in the history
  2. Let's aim for php 7.1

    Taluu committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    2eb3766 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    b48eb9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8133834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccbd52a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

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

Commits on Mar 24, 2017

  1. Use is_iterable when applicable

    Taluu committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    f5de8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d50450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1925d4a View commit details
    Browse the repository at this point in the history