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

feature: improved logging #1607

Closed
wants to merge 19 commits into from
Closed

Commits on Jun 23, 2021

  1. Added debugging mode to Alpine. Debug mode improves console errors an…

    …d catches syntax errors that alpine does not report in a meaningful way. When debug mode is enabled console errors will include the element where the error was thrown.
    
    Can be enabled using:
    Alpine.enableDebugMode();
    jacobp committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    62ddaa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    c9daf68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2939153 View commit details
    Browse the repository at this point in the history
  3. Error messages more like v2 and fixed a case where errors were not ca…

    …ught with previous iteration
    jacobp committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    5c6219b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    f484022 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into error-handling

    # Conflicts:
    #	packages/alpinejs/src/directives/x-data.js
    jacobp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ffa2ce6 View commit details
    Browse the repository at this point in the history
  3. fixed merge issue

    jacobp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ea8d12b View commit details
    Browse the repository at this point in the history
  4. fixed test typo

    jacobp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    0e57d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e75490a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a80beb View commit details
    Browse the repository at this point in the history
  7. Fixed EOF

    jacobp committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4ad44b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    9ca39bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44bdc77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a03f55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17756da View commit details
    Browse the repository at this point in the history
  5. iteration on logging with @HugoDF suggestions

    jacobp committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    69db5ce View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

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

Commits on Jul 15, 2021

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

Commits on Aug 3, 2021

  1. Merge branch 'alpinejs:main' into error-handling

    Jacob Pozaic authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8d33173 View commit details
    Browse the repository at this point in the history