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

Fix Issue #358 – preventing double nested links #433

Merged
merged 6 commits into from Feb 28, 2018

Commits on Oct 1, 2016

  1. Fix Issue erusev#358 – preventing double nested links

    1. Add the ability for a parsed element to enforce that the line handler not parse any (immediate) child elements of a specified type.
    2. Use 1. to allow parsed Url elements to tell the line handler not to parse any child Links or Urls where they are immediate children.
    aidantwoods committed Oct 1, 2016
    Copy the full SHA
    d6d5f53 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2016

  1. Extend disallowed assertion depth capabilities

    I've built on the functionality of feature 1. in the previous commit to allow non nestables to be asserted indefinitely, or to a specified depth.
    aidantwoods committed Oct 2, 2016
    Copy the full SHA
    4d3600f View commit details
    Browse the repository at this point in the history
  2. Line handler may prevent specified element nesting

    This commit serves to add comments detailing parts of the new functionality, and to adjust syntax preferences to match that of the surrounding document. The commit title also now reflects the most significant change made.
    aidantwoods committed Oct 2, 2016
    Copy the full SHA
    50952b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Line handler may prevent specified element nesting

    Removed granularity controls – elements are assumed to be non nestable indefinitely once declared.
    aidantwoods committed Oct 4, 2016
    Copy the full SHA
    a81aede View commit details
    Browse the repository at this point in the history
  2. Line handler may prevent specified element nesting

    Check if array is empty to shave some performance hits in the case than no non nestables are present.
    aidantwoods committed Oct 4, 2016
    Copy the full SHA
    543a6c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Line handler may prevent specified element nesting

    Swap `under_scores` for `camelCasing`
    aidantwoods committed Oct 8, 2016
    Copy the full SHA
    3aef89b View commit details
    Browse the repository at this point in the history