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: 5ouma/opml-generator Loading
base: v0.2.1
Choose a base ref
...
head repository: 5ouma/opml-generator Loading
compare: v0.3.0
Choose a head ref
  • 17 commits
  • 15 files changed
  • 3 contributors

Commits on Apr 8, 2024

  1. style(config): Update some small points (#41)

    Make it more comfortable to develop and possible to choose the suitable choice immediately.
    5ouma committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f77f3c6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump pre-commit hook (#42)

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 →
    v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/crate-ci/typos: v1.19.0 →
    v1.20.4](crate-ci/typos@v1.19.0...v1.20.4)
    pre-commit-ci[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bec7e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. chore(deps): Update dependencies (#43)

    - deno.land/std 0.221.0 => 0.222.1
    github-actions[bot] committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9eb4eef View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. docs(contributing): Add branch rule info (#44)

    The doc became easy for contributors with Mermaid.
    5ouma committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7bfaabc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore(deps): Bump pre-commit hook (#45)

    updates:
    - [github.com/crate-ci/typos: v1.20.4 →
    v1.20.8](crate-ci/typos@v1.20.4...v1.20.8)
    pre-commit-ci[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    da5e1a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore(deps): Update dependencies (#46)

    - deno.land/std 0.221.0 => 0.223.0
    github-actions[bot] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b8a3290 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. chore(deps): Update dependencies (#47)

    - deno.land/std 0.221.0 => 0.223.0
    - deno.land/x/xml 2.1.3 => 3.0.0
    github-actions[bot] committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5926c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore(deps): Bump pre-commit hook (#48)

    updates:
    - [github.com/crate-ci/typos: v1.20.8 →
    v1.20.9](crate-ci/typos@v1.20.8...v1.20.9)
    pre-commit-ci[bot] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4273346 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update dependencies (#49)

    - deno.land/x/xml 2.1.3 => 4.0.0
    github-actions[bot] committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    43d6e00 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. chore(deps): Update dependencies (#50)

    - deno.land/std 0.223.0 => 0.224.0
    github-actions[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c904c9c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore(deps): Bump pre-commit hook (#51)

    updates:
    - [github.com/crate-ci/typos: v1.20.9 → v1.20.10](crate-ci/typos@v1.20.9...v1.20.10)
    pre-commit-ci[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8964e35 View commit details
    Browse the repository at this point in the history
  2. ci(deps): Run deps update on the dev branch (#52)

    To prevent updating already updated deps.
    5ouma committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    77b26a2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore(deps): Bump pre-commit hook (#54)

    updates:
    - [github.com/crate-ci/typos: v1.20.10 →
    v1.21.0](crate-ci/typos@v1.20.10...v1.21.0)
    - [github.com/igorshubovych/markdownlint-cli: v0.39.0 →
    v0.40.0](igorshubovych/markdownlint-cli@v0.39.0...v0.40.0)
    pre-commit-ci[bot] committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b4e477a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. feat(gen): Output when generating is succeeded (#55)

    The message makes it easy to notify it's completed.
    5ouma committed May 8, 2024
    Configuration menu
    Copy the full SHA
    842b429 View commit details
    Browse the repository at this point in the history
  2. style(xml): Remove unused replacement (#56)

    Since the XML library doesn't replace entities.
    5ouma committed May 8, 2024
    Configuration menu
    Copy the full SHA
    49d8fad View commit details
    Browse the repository at this point in the history
  3. chore(deps): Move HTTPS import to JSR (#57)

    Since all Deno libraries will move to JSR.
    5ouma committed May 8, 2024
    Configuration menu
    Copy the full SHA
    98e95ea View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into dev

    5ouma committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d0ebcb1 View commit details
    Browse the repository at this point in the history
Loading