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: posthtml/posthtml-expressions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: posthtml/posthtml-expressions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 5 contributors

Commits on Sep 26, 2022

  1. build(deps): bump marked, dmd and jsdoc

    Bumps [marked](https://github.com/markedjs/marked), [dmd](https://github.com/jsdoc2md/dmd) and [jsdoc](https://github.com/jsdoc/jsdoc). These dependencies needed to be updated together.
    
    Updates `marked` from 2.1.3 to 4.1.0
    - [Release notes](https://github.com/markedjs/marked/releases)
    - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
    - [Commits](markedjs/marked@v2.1.3...v4.1.0)
    
    Updates `dmd` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/jsdoc2md/dmd/releases)
    - [Commits](jsdoc2md/dmd@v6.0.0...v6.1.0)
    
    Updates `jsdoc` from 3.6.7 to 3.6.11
    - [Release notes](https://github.com/jsdoc/jsdoc/releases)
    - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.11/CHANGES.md)
    - [Commits](jsdoc/jsdoc@3.6.7...3.6.11)
    
    ---
    updated-dependencies:
    - dependency-name: marked
      dependency-type: indirect
    - dependency-name: dmd
      dependency-type: indirect
    - dependency-name: jsdoc
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c55b4bf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge pull request #134 from posthtml/dependabot/npm_and_yarn/marked-…

    …and-dmd-and-jsdoc-4.1.0
    cossssmin authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    90ae2da View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. - Added missingLocal option to define how to handle and produce in …

    …case of missing local value
    
    - `ignoreTag` will not remove the tag itself if it is simple like `<input>`
    b-gyula committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7b9bca4 View commit details
    Browse the repository at this point in the history
  2. - ignoreTag change reverted

    - placeholder in `missingLocal` replaced to `local`
    b-gyula committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4ce6d0e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Merge pull request #138 from b-gyula/ignoreMissingLocals

    Added `missingLocal` option to define how to handle missing local value
    Scrum authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    278b7b0 View commit details
    Browse the repository at this point in the history
  2. 1.11.0

    Scrum committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7a5317d View commit details
    Browse the repository at this point in the history
Loading