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: v2.0.1
Choose a base ref
...
head repository: AtomLinter/linter-markdown Loading
compare: v3.0.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Aug 16, 2016

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

Commits on Aug 29, 2016

  1. Add support for presets

    Closes GH-105.
    Closes GH-104.
    Closes GH-103.
    Closes GH-102.
    
    * Update for [email protected];
    * Atom setting: whether to use ignore files;
    * Atom setting: whether to use remark-preset-lint-recommended
      if `remark-lint` is not configured;
    * Atom setting: whether to use remark-preset-lint-consistent
      if `remark-lint` is not configured;
    * Atom setting: customise scopes to process;
    * Add more docs;
    * Update tests, dependencies.
    wooorm committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    4b25e3a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Update the CI configuration

    * Send the flag to use the system Node.js instead of the bundled one
    * Move Travis-CI and AppVeyor back to the official scripts
    * Move CircleCI to a script similar to what Travis-CI is running on
    * Only build AppVeyor once for PRs
    * Use the latest v4 Node.js on CircleCI instead of hard coding v4.4.7
    Arcanemagus committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    8769cca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from AtomLinter/presets

    Add support for presets
    Arcanemagus committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    e255bc7 View commit details
    Browse the repository at this point in the history
  3. Prepare v3.0.0 release

    Arcanemagus committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    1441414 View commit details
    Browse the repository at this point in the history
Loading