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: edgurgel/solid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: edgurgel/solid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 10 commits
  • 87 files changed
  • 7 contributors

Commits on Aug 17, 2021

  1. added size attribute to binary values (#77)

    * added size attribute to binary values
    
    * corrected binary size attribute check from byte_size to String.length
    
    * added test for binary size attribute
    SirFitz authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b2e0c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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

Commits on Sep 3, 2021

  1. Whitespace control refactor (#84)

    * Use parser to control whitespace
    * Add whitespace control for tags
    * Add whitespace control integration tests
    
    
    Co-authored-by: Joel Ambass <[email protected]>
    edgurgel and Jcambass authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    e4a6c80 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Implement render tag (#85)

    bluzky authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    34eac7e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Add CONTRIBUTING.md

    Eduardo committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9e29c5c View commit details
    Browse the repository at this point in the history
  2. Implement tag behaviour for extend custom tag easier (#88)

    * Implement tag behaviour for extend custom tag easier
    * Add document for custom tag and add a simple demo for block tag
    bluzky authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    c5d0b7f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 14, 2021

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

Commits on Sep 20, 2021

  1. Major Tags refactor (#95)

    The main changes are:
    
    * Tags now use the same behaviour that was added by @bluzky . Except that the spec function was changed to receive the parser so it can reference it if need be.
    * Custom tags don't need to passed around as options for the render function.
    edgurgel authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e80c4d5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    [ci skip ]
    edgurgel authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b8c8f66 View commit details
    Browse the repository at this point in the history
Loading