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: showdownjs/showdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.0
Choose a base ref
...
head repository: showdownjs/showdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 12 commits
  • 26 files changed
  • 1 contributor

Commits on Mar 1, 2022

  1. Revert "fix: reduce npm package size "

    This reverts commit 35730b7.
    tivie committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    3f8ca4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3dec7f View commit details
    Browse the repository at this point in the history
  3. chore: build v 2.0.1

    tivie committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    612dad0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. fix(cli): cli now works properly

    The CLI was completely rewrote. Changed dependency from yargs to commanderjs,
    which is cleaner, faster and has no dependencies.
    Also added a complete testsuite for the cli.
    
    Closes #893, #894
    tivie committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3871765 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.0.2

    tivie committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    b3dd26a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. fix(cli): fix cli to work with yargs

    Related to #893
    tivie committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f8c4bd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. release: v 2.0.3

    tivie committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    50a1d0b View commit details
    Browse the repository at this point in the history
  2. update funding in package.json

    tivie committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d5c1b38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b48882 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. test(cli)!: Add test for multiple config options

    Note: there was a breaking change that we forgot to document. Ww write the breaking change here for it to be picked up in the future 3.0 release,
    even though it was introduced in commit 3871765
    
    BREAKING CHANGE: the CLI no longer accepts "extra options". Instead you should pass the `-c` flag. To update:
    
    before:
    ```
    showdown makehtml -i foo.md -o bar.html --strikethrough --emoji
    ```
    
    after:
    ```
    showdown makehtml -i foo.md -o bar.html -c strikethrough -c emoji
    ```
    
    Closes #916
    tivie committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    914129f View commit details
    Browse the repository at this point in the history
  2. build: release 2.0.4

    tivie committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2be8e2f View commit details
    Browse the repository at this point in the history
  3. build: release 2.1.0

    tivie committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9958ba5 View commit details
    Browse the repository at this point in the history
Loading