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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serializer refactoring #3

Closed
wants to merge 28 commits into from
Closed

Serializer refactoring #3

wants to merge 28 commits into from

Commits on May 21, 2016

  1. makes sure that explicit lists are serialized as lists

    If you want to make sure something is formatted as a list, i.e. ``[1, 2, 3]`` in JSON,
    make sure to add an explicit type like ``@Type("array<integer>")``.
    
    closes schmittjoh#571
    closes schmittjoh#572
    closes schmittjoh#488
    closes schmittjoh#304
    
    ...and probably more
    schmittjoh committed May 21, 2016
    Copy the full SHA
    b0a46c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Copy the full SHA
    30e00c7 View commit details
    Browse the repository at this point in the history
  2. Simplify event dispatch

    goetas committed Jul 20, 2016
    Copy the full SHA
    34375e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Added graph navigator factory

    goetas committed Jul 21, 2016
    Copy the full SHA
    bef9696 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77d8e76 View commit details
    Browse the repository at this point in the history
  3. simplified graph navigator

    goetas committed Jul 21, 2016
    Copy the full SHA
    f24b8d5 View commit details
    Browse the repository at this point in the history
  4. Factory typehint

    goetas committed Jul 21, 2016
    Copy the full SHA
    e40ce46 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3be1dea View commit details
    Browse the repository at this point in the history
  6. Green test

    goetas committed Jul 21, 2016
    Copy the full SHA
    cda5afc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

  1. Copy the full SHA
    5d53b4c View commit details
    Browse the repository at this point in the history
  2. psr

    goetas committed Jul 22, 2016
    Copy the full SHA
    345052d View commit details
    Browse the repository at this point in the history
  3. Removed deprecated getContext

    goetas committed Jul 22, 2016
    Copy the full SHA
    9931744 View commit details
    Browse the repository at this point in the history
  4. Fix form interface

    goetas committed Jul 22, 2016
    Copy the full SHA
    a50abfc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3e2d3ab View commit details
    Browse the repository at this point in the history
  6. Tweak some scrutinizer opt

    goetas committed Jul 22, 2016
    Copy the full SHA
    387680f View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    cc26348 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f0d6f13 View commit details
    Browse the repository at this point in the history
  9. allow wildcard handlers

    goetas committed Jul 22, 2016
    Copy the full SHA
    2bd9cd9 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    c3a57ea View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    4088ce2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0217323 View commit details
    Browse the repository at this point in the history
  13. Moved visitor util yaml class

    goetas committed Jul 22, 2016
    Copy the full SHA
    1ef1f48 View commit details
    Browse the repository at this point in the history
  14. use type accessors

    goetas committed Jul 22, 2016
    Copy the full SHA
    f6ae824 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    d0d50a9 View commit details
    Browse the repository at this point in the history
  16. Fixed benchmark

    goetas committed Jul 22, 2016
    Copy the full SHA
    07c0f68 View commit details
    Browse the repository at this point in the history
  17. optimized registry handler

    goetas committed Jul 22, 2016
    Copy the full SHA
    6f03227 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    6d88387 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

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