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: textlint/textlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.2.4
Choose a base ref
...
head repository: textlint/textlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.3.0
Choose a head ref
  • 19 commits
  • 200 files changed
  • 3 contributors

Commits on Dec 5, 2022

  1. Update siteConfig.js

    azu authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e0bc697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f72ce6a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 8, 2022

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

Commits on Dec 9, 2022

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

Commits on Dec 11, 2022

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

Commits on Dec 12, 2022

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

Commits on Dec 13, 2022

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

Commits on Dec 15, 2022

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

Commits on Dec 17, 2022

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

Commits on Dec 18, 2022

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

Commits on Dec 19, 2022

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

Commits on Dec 24, 2022

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

Commits on Dec 26, 2022

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

Commits on Dec 27, 2022

  1. chore(deps): update dependency @types/node to ^18.11.17 (#962)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d93c43e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update node.js to v16.19.0 (#955)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    9c59637 View commit details
    Browse the repository at this point in the history
  3. feat(monorepo): upgrade to lerna@6 and use NX (#964)

    * feat(monorepo): upgrade to lerna@6 and use NX
    
    * chore: add dependsOn
    
    * CI: no "bootstrap" command
    
    * docs: remove bootstrap command
    
    * CI: remove bootstrap
    azu authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e372795 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. feat(textlint): add new APIs and new CLI for ESM (#965)

    - `createLinter`: create linter instance
      - `lintFiles(files)`: lint files and return linter messages
      - `lintText(text, filePath)` lint text with virtual filePath and return linter messages
      - `fixFiles(files` lint text and return fixer messages
      - `fixText(text, filePath)` lint text with virtual filePath and return fixer messages
         - `fixFiles` and `fixText` does not modify files
    - `loadTextlintrc`: load `.textlintrc` config file and return a descriptor object
    - `loadLinerFormatter` and `loadFixerFormatter`: load formatter
    azu authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3be8e39 View commit details
    Browse the repository at this point in the history
  2. v12.3.0

    azu committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    cd49cd2 View commit details
    Browse the repository at this point in the history
Loading