Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: princemaple/ngx-html-syntax
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4107-1.0.1
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 16, 2024

  1. Refactor attributes

    1. add dedicated `meta.directive` scopes (like in VueJS syntax)
    2. use angular expression syntax in directive values instead of plain JavaScript
    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    892df8b View commit details
    Browse the repository at this point in the history
  2. Move angular expressions section

    This commit moves angular expressions for a more logical order of sections,
    starting with...
    
    1. HTML injections
    2. angular directives
    3. angular declarations (let statement)
    4. angular control flow statements
    5. angular interpolation
    
    followed by...
    6. angular expressions
       with all following contexts being part of expressions.
    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    f8abc9a View commit details
    Browse the repository at this point in the history
  3. Move variables to bottom

    deathaxe authored and princemaple committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    7d992c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Create recent.txt

    princemaple authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5c37b59 View commit details
    Browse the repository at this point in the history
  2. Extend meta.expression scope

    This commit adds `.expression` sub-scope name to distinguish embedded
    interpolation expressions from control flow statements.
    deathaxe authored and princemaple committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9023d19 View commit details
    Browse the repository at this point in the history
Loading