Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Replace json4s-ast with custom AST #62

Merged
merged 6 commits into from
Jun 24, 2016
Merged

Commits on Jun 1, 2016

  1. Replace json4s-ast with custom AST

    - The AST is in `validation-json-ast/shared/src/main/scala/Ast.scala`
    - This also and adds functions to do back and forth conversion with the play AST, and the native JavaScript AST
    - The vaW defined in the demo is now included in the lib
    - AstSpec cross compiles (which might be surprising)
    OlivierBlanvillain committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    4c26c51 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Configuration menu
    Copy the full SHA
    26dedb5 View commit details
    Browse the repository at this point in the history
  2. Update play-scalajs-example to use a cross compiled validation

    - Change the build to publish-local validation, which will be required to compile the example until v2.0 is released
    OlivierBlanvillain committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    bd842d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    d02c5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a13efc View commit details
    Browse the repository at this point in the history
  3. /misc → /scripts

    OlivierBlanvillain committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    e46f04b View commit details
    Browse the repository at this point in the history