Skip to content

Commit

Permalink
Chore: prepare 8.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Aug 10, 2017
1 parent e6be071 commit 4289799
Show file tree
Hide file tree
Showing 11 changed files with 647 additions and 454 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{yml,yaml}]
indent_size = 2
44 changes: 34 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,41 @@
sudo: false

language: node_js
git:
depth: 1

branches:
only:
- master
- /^greenkeeper/.*$/

node_js:
- '7'
- '6'
- '5'
- '4'
language: node_js

# cache node modules
cache:
directories:
- node_modules
directories:
- $HOME/.npm
- node_modules

matrix:
include:
- node_js: '8'
script: npm run pretest
env: CI=pretest
- node_js: '8'
script: npm run test-only
env: CI=tests
- node_js: '6'
script: npm run test-only
env: CI=tests 6
- node_js: '4'
script: npm run test-only
env: CI=tests 4
sudo: required

before_install:
- npm prune
- npm update
- npm install -g npm@latest
- npm i -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update

after_script: greenkeeper-lockfile-upload
96 changes: 51 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,84 +4,90 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org).

# Head
## 8.0.0

- Added **(Major update)**: `remark-lint-no-url-trailing-slash` rule.
- Changed: value for `remark-lint-maximum-line-length` rule is now `80`.
- Added: `remark-comment-config` plugin.
- Added: `remark-message-control` plugin.
- Added **(Major update)**: `remark-lint-no-url-trailing-slash` rule.
- Added **(Major update)**: `remark-validate-links` rule.
- Added **(Major update)**: `remark-lint-no-multiple-toplevel-headings` rule.
- Added **(Major update)**: `remark-lint-no-heading-like-paragraph` rule.
- Changed: value for `remark-lint-maximum-line-length` rule is now `80`.
- Changed: value for `remark-lint-list-item-indent` rule is now `space`.

# 7.0.2 - 2017-07-31
## 7.0.2 - 2017-07-31

- Chore: minimum required `remark-lint-no-paragraph-content-indent`
version is now `^1.0.2`.
- Chore: minimum required `remark-lint-no-paragraph-content-indent` version
is now `^1.0.2`.

# 7.0.1 - 2017-07-27
## 7.0.1 - 2017-07-27

- Chore: minimum required `remark-lint-no-paragraph-content-indent`
version is now `^1.0.1`.
- Chore: minimum required `remark-lint-no-paragraph-content-indent`
version is now `^1.0.1`.

# 7.0.0 - 2017-07-26
## 7.0.0 - 2017-07-26

- Added **(Major update)**: `remark-lint-no-paragraph-content-indent` rule.
- Added **(Major update)**: `remark-lint-no-paragraph-content-indent` rule.

- Added **(Major update)**: `remark-lint-linebreak-style` rule.
- Added **(Major update)**: `remark-lint-linebreak-style` rule.

- Added **(Major update)**: `remark-lint-code-block-style` rule.
- Added **(Major update)**: `remark-lint-code-block-style` rule.

- Changed: use `allowEmpty: false` for `remark-lint-fenced-code-flag` rule.
- Changed: use `allowEmpty: false` for `remark-lint-fenced-code-flag` rule.

- Changed: use `---` horizontal rule for `remark-lint-rule-style` rule.
- Changed: use `---` horizontal rule for `remark-lint-rule-style` rule.

- Changed: use `"` quotes for `remark-lint-link-title-style` rule.
- Changed: use `"` quotes for `remark-lint-link-title-style` rule.

- Fixed: rename `remark-lint-no-blockquote-without-caret`
rule to `remark-lint-no-blockquote-without-marker` rule.
- Fixed: rename `remark-lint-no-blockquote-without-caret`
rule to `remark-lint-no-blockquote-without-marker` rule.

# 6.0.0 - 2017-03-11
## 6.0.0 - 2017-03-11

- Changed: set option to `tab-size` for `list-item-indent` rule.
- Changed: set option to `tab-size` for `list-item-indent` rule.

# 5.0.2 - 2017-02-27
## 5.0.2 - 2017-02-27

- Fixed: removed `remark-comment-config` from `dependencies`.
- Fixed: removed `remark-comment-config` from `dependencies`.

# 5.0.1 - 2017-02-24
## 5.0.1 - 2017-02-24

- Fixed: removed `remark-lint` from `peerDependencies`.
- Fixed: removed `remark-lint` from `peerDependencies`.

# 5.0.0 - 2017-02-24
## 5.0.0 - 2017-02-24

- Chore **(Major update)**: minimum required `remark-lint`
version is now `^6.0.0`.
- Chore **(Major update)**: minimum required `remark-lint`
version is now `^6.0.0`.

# 4.0.0 - 2016-12-20
## 4.0.0 - 2016-12-20

- Added **(Major update)**: `no-empty-url` rule.
- Chore: added `no-heading-like-paragraph` rule for tracking.
- Added **(Major update)**: `no-empty-url` rule.
- Chore: added `no-heading-like-paragraph` rule for tracking.

# 3.0.0 - 2016-11-02
## 3.0.0 - 2016-11-02

- Added **(Major update)**: `no-duplicate-headings-in-section` rule.
- Added **(Major update)**: `no-duplicate-headings-in-section` rule.

- Added **(Major update)**: `no-reference-like-url` rule.
- Added **(Major update)**: `no-reference-like-url` rule.

- Changed: disable `no-duplicate-headings` rule.
- Changed: disable `no-duplicate-headings` rule.

- Changed: `first-heading-level` option to `1`.
- Changed: `first-heading-level` option to `1`.

- Chore **(Major update)**: minimum required `remark-lint`
version is now `^5.2.0`.
- Chore **(Major update)**: minimum required `remark-lint`
version is now `^5.2.0`.

# 2.0.0 - 2016-10-03
## 2.0.0 - 2016-10-03

- Changed: set option to `true` for `list-item-spacing` rule.
- Changed: set option to `true` for `list-item-spacing` rule.

- Changed: set options to `120` for `maximum-line-length` rule.
- Changed: set options to `120` for `maximum-line-length` rule.

- Changed: set option to `_______` for `rule-style` rule.
- Changed: set option to `_______` for `rule-style` rule.

- Chore **(Major update)**: minimum required `remark-lint`
version is now `^5.1.0`.
- Chore **(Major update)**: minimum required `remark-lint`
version is now `^5.1.0`.

# 1.0.0 - 2016-08-22
## 1.0.0 - 2016-08-22

- Initial release.
- Initial release.
90 changes: 45 additions & 45 deletions __tests__/fixtures/BOOTSTRAP-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,39 @@ To get started, check out <https://getbootstrap.com>!

## Table of contents

- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
- [Quick start](#quick-start)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)

## Quick start

Several quick start options are available:

- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.5.zip)
- [Download the latest release.](https://github.com/twbs/bootstrap/archive/v4.0.0-alpha.5.zip)

- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`

- Install with [npm](https://www.npmjs.com):
`npm install bootstrap@4.0.0-alpha.5`
- Install with [npm](https://www.npmjs.com):
`npm install bootstrap@4.0.0-alpha.5`

- Install with [Meteor](https://www.meteor.com):
`meteor add twbs:bootstrap@=4.0.0-alpha.5`
- Install with [Meteor](https://www.meteor.com):
`meteor add twbs:bootstrap@=4.0.0-alpha.5`

- Install with [Composer](https://getcomposer.org):
`composer require twbs/bootstrap`
- Install with [Composer](https://getcomposer.org):
`composer require twbs/bootstrap`

- Install with [Bower](https://bower.io):
`bower install bootstrap#v4.0.0-alpha.5`
- Install with [Bower](https://bower.io):
`bower install bootstrap#v4.0.0-alpha.5`

- Install with [NuGet](https://www.nuget.org):
CSS: `Install-Package bootstrap -Pre`
Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only
required until Bootstrap v4 has a stable release).
- Install with [NuGet](https://www.nuget.org):
CSS: `Install-Package bootstrap -Pre`
Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only
required until Bootstrap v4 has a stable release).

Read the [Getting started page](https://getbootstrap.com/getting-started/)
for information on the framework contents, templates and examples, and more.
Expand Down Expand Up @@ -95,18 +95,18 @@ GitHub Pages at <https://getbootstrap.com>. The docs may also be run locally.

### Running documentation locally

1. Run through the
[tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup)
to install Jekyll (the site builder) and other Ruby dependencies
with `bundle install`.
1. Run through the
[tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup)
to install Jekyll (the site builder) and other Ruby dependencies
with `bundle install`.

2. Run `grunt` (or a specific set of Grunt tasks) to rebuild distributed CSS
and JavaScript files, as well as our docs assets.
2. Run `grunt` (or a specific set of Grunt tasks) to rebuild distributed CSS
and JavaScript files, as well as our docs assets.

3. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in
the command line.
3. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in
the command line.

4. Open <http://localhost:9001> in your browser, and voilà.
4. Open <http://localhost:9001> in your browser, and voilà.

Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).

Expand Down Expand Up @@ -137,21 +137,21 @@ for easy use in common text editors. Read more and download plugins at <http://e
Get updates on Bootstrap's development and chat with the project maintainers
and community members.

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).

- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com).
- Read and subscribe to [The Official Bootstrap Blog](https://blog.getbootstrap.com).

- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).

- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server,
in the `##bootstrap` channel.
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server,
in the `##bootstrap` channel.

- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).
- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).

- Developers should use the keyword `bootstrap` on packages which modify or
add to the functionality of Bootstrap when distributing
through [npm](https://www.npmjs.com/browse/keyword/bootstrap)
or similar delivery mechanisms for maximum discoverability.
- Developers should use the keyword `bootstrap` on packages which modify or
add to the functionality of Bootstrap when distributing
through [npm](https://www.npmjs.com/browse/keyword/bootstrap)
or similar delivery mechanisms for maximum discoverability.

## Versioning

Expand All @@ -169,13 +169,13 @@ summaries of the most noteworthy changes made in each release.

**Mark Otto**

- <https://twitter.com/mdo>
- <https://github.com/mdo>
- <https://twitter.com/mdo>
- <https://github.com/mdo>

**Jacob Thornton**

- <https://twitter.com/fat>
- <https://github.com/fat>
- <https://twitter.com/fat>
- <https://github.com/fat>

## Copyright and license

Expand Down
Loading

0 comments on commit 4289799

Please sign in to comment.