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

feat: add initial structure of the project and first feature to validate asyncapi files #5

Merged
merged 44 commits into from
Jun 18, 2021

Commits on Apr 13, 2021

  1. First approach

    jotamusik committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9ba0b4c View commit details
    Browse the repository at this point in the history
  2. merge readmes

    jotamusik committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    5f2e0a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. custom hook for validation

    jotamusik committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    7604ccd View commit details
    Browse the repository at this point in the history
  2. pr change request

    jotamusik committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    fb97627 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d348cfe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

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

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    f913d4a View commit details
    Browse the repository at this point in the history
  2. refactor: rename method

    make it more abstract, for future development of another type of specification definition (maybe from a http server)
    jotamusik committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    bdeacbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87501a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a306502 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 17, 2021

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

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    45dbb39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c363793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ef0aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e68370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99002fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e42b72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcea3bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d4b536 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. refactor: remove unnecessary Help component

    Jorge Aguiar Martin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    bf41f2d View commit details
    Browse the repository at this point in the history
  2. refactor: deleted CJS exports

    Jorge Aguiar Martin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c261a55 View commit details
    Browse the repository at this point in the history
  3. refactor: deleted unused constructor

    Jorge Aguiar Martin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3215426 View commit details
    Browse the repository at this point in the history
  4. refactor: use FunctionComponent instead of FC from React

    Jorge Aguiar Martin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    44e60f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    75a036c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9d4bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0084079 View commit details
    Browse the repository at this point in the history
  4. pr: upgraded Readme

    jotamusik committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    50faaf3 View commit details
    Browse the repository at this point in the history
  5. pr: added semantic releases

    jotamusik committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8c631f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    028bf2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee17283 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58c6244 View commit details
    Browse the repository at this point in the history
  9. pr: changed node version

    jotamusik committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    92c76f4 View commit details
    Browse the repository at this point in the history
  10. pr: changed package name

    jotamusik committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    0264f79 View commit details
    Browse the repository at this point in the history
  11. pr: updated README.md

    jotamusik committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    fd0afa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. pr: changes from comments

    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ca04934 View commit details
    Browse the repository at this point in the history
  2. pr: changes from comments - change .toString to make it through a rea…

    …dFileSync option param
    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    fc6a65d View commit details
    Browse the repository at this point in the history
  3. pr: added 'missing-asyncapi-field' error on ValidationResponse becaus…

    …e it does not come with detail or validationErrors properties
    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    cb2e725 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1e3097 View commit details
    Browse the repository at this point in the history
  5. pr: improve ParseError management (type comes as an url, not as expec…

    …ted 'missing-asyncapi-field')
    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    44e9036 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6e2dce View commit details
    Browse the repository at this point in the history
  7. pr: fix readme header

    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    02c7ca6 View commit details
    Browse the repository at this point in the history
  8. pr: fix absolute path bug

    jotamusik committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c3488f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8a19ab View commit details
    Browse the repository at this point in the history