Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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: AtomLinter/linter-markdown Loading
base: v1.5.2
Choose a base ref
...
head repository: AtomLinter/linter-markdown Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on May 27, 2016

  1. Pin remark and remark-lint versions

    Pin the versions of the remark packages so notifications are sent with new releases, and users can be kept more up to date.
    Arcanemagus committed May 27, 2016
    Configuration menu
    Copy the full SHA
    2a912f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from AtomLinter/pin-versions

    Pin remark and remark-lint versions
    Arcanemagus committed May 27, 2016
    Configuration menu
    Copy the full SHA
    e9a0922 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

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

Commits on Jul 14, 2016

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

Commits on Aug 10, 2016

  1. Add support for ignore files, local remark-lint (#85)

    *   Update `remark` to 5.1.0;
    *   Update `remark-lint` to 4.1.0;
    *   Update `eslint`, `eslint-config-airbnb-base`
    *   Use `unified-engine-atom` to deal with processing,
        this adds support for `.remarkignore` files, local remark-lint
        configuration files.
    
    Closes GH-71 -  `remark-lint` specified in `.remarkrc` or
    `package.json` files now precedes over the packaged `remark-lint`.
    
    Closes GH-93 - Update `remark`;
    
    Closes GH-92 - Update `remark-lint`;
    
    Closes GH-76, closes GH-83 - Using `unified-engine`, which comes with
    pretty JSON errors.
    wooorm committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    0152d8c View commit details
    Browse the repository at this point in the history
  2. Prepare v2.0.0 release

    Arcanemagus committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    b8673dc View commit details
    Browse the repository at this point in the history
Loading