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: webpack-contrib/postcss-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 928d5c41d5e2bdec130b3c0899760889466ae7bd
Choose a base ref
...
head repository: webpack-contrib/postcss-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7647ac9051a17a3a6add7364828bf7bd9955b968
Choose a head ref

Commits on Jul 10, 2018

  1. Copy the full SHA
    22846d3 View commit details
  2. fix(package): config memory leak, updates postcss-load-config v1.2.…

    …0...2.0.0 (`dependencies`)
    michael-ciniawsky committed Jul 10, 2018
    Copy the full SHA
    0547b12 View commit details
  3. Copy the full SHA
    4955792 View commit details

Commits on Jul 16, 2018

  1. Copy the full SHA
    5c1c108 View commit details

Commits on Jul 27, 2018

  1. Copy the full SHA
    060e3cb View commit details

Commits on Aug 1, 2018

  1. Copy the full SHA
    e44fed6 View commit details

Commits on Aug 3, 2018

  1. Copy the full SHA
    5e2bca9 View commit details

Commits on Aug 4, 2018

  1. Copy the full SHA
    0bb835c View commit details
  2. Copy the full SHA
    6f10898 View commit details
  3. Copy the full SHA
    8ef443f View commit details
  4. Copy the full SHA
    8772814 View commit details
  5. Copy the full SHA
    114db12 View commit details

Commits on Aug 8, 2018

  1. chore(package): update postcss v6.0.0...7.0.0 (dependencies) (#375)

    BREAKING CHANGE: requires `node >= v6.0.0`
    damanwiththeplan authored and michael-ciniawsky committed Aug 8, 2018
    Copy the full SHA
    daa0da8 View commit details
  2. Copy the full SHA
    fbf05de View commit details
  3. Copy the full SHA
    549ea08 View commit details
  4. Copy the full SHA
    2c6033b View commit details
  5. Copy the full SHA
    8ac6fb5 View commit details
  6. Copy the full SHA
    f34954f View commit details
  7. Copy the full SHA
    bdcbef0 View commit details
  8. Copy the full SHA
    319d1f7 View commit details
  9. Copy the full SHA
    4a0328e View commit details
  10. Copy the full SHA
    70f4426 View commit details
  11. Copy the full SHA
    73a8c66 View commit details
  12. Copy the full SHA
    ea68a42 View commit details
  13. Copy the full SHA
    95de4c1 View commit details
  14. Copy the full SHA
    1f98aee View commit details
  15. Copy the full SHA
    962b1d6 View commit details
  16. Copy the full SHA
    d6931da View commit details
  17. Copy the full SHA
    313c3c4 View commit details
  18. Copy the full SHA
    7647ac9 View commit details
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: 🐛 Bug
about: Report a Bug
---

<!-- ✏️ Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead. Remember, this is *not* the right place to ask general support questions. For that, please go to http://gitter.im/postcss/postcss -->

### Details

<!-- ✏️ Describe in more detail the problem you have been experiencing (if necessary) -->

### Error (Logs|Stacks)

<!-- 👉 Create a [gist](https://gist.github.com) which is a paste of your **full** logs, and link them here -->

<!-- ⚠️ Do **not** paste your full logs here (or at least fold them by using a `<details>{{ logs }}</details>` block), as it will make this issue long and hard to read! If you are reporting a bug, **always** include logs! -->

### Reproduction (Code)

<!-- ⚠️ Please remember that, with sample code; it's easier to reproduce a bug and much faster to fix it -->

<!-- 🔗 Please refer to a simple code example -->

```bash
$ git clone https://github.com/<user>/<sample>
```

### Environment

<!-- 👉 Please provide information about your current environment -->

|OS|node|npm/yarn|package|
|:-:|:--:|:-:|:------:|
|[name][version]|[version]|[version]|[version]|
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/DOCS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: 📖 Docs
about: Report documentation related issues
---

### Type

<!-- 👉 Specify the type of issue by checking one of the provided checkboxes below and please deleted all others -->

- [ ] Other
- [ ] Wrong
- [ ] Unclear
- [ ] Missing

### Details

<!-- ✏️ Briefly describe the issue you are experiencing. Tell us what you were trying to do (how you understood the documentation) and what happened instead -->

### Location

<!-- 👉 Select the area where the aforementioned issue is currently located -->

- [ ] README
- [ ] LICENSE
- [ ] CHANGELOG
- [ ] ISSUE_TEMPLATE
- [ ] BUG
- [ ] DOCS
- [ ] FEATURE
- [ ] PULL_REQUEST_TEMPLATE
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: 🌟 Feature
about: Request a feature
---

### Proposal

<!-- ✏️ Briefly describe the feature you want to be added -->

### Use Case

<!-- ✏️ Describe in more detail the specific use case this feature addresses -->

### Implementation

<!-- 👉 Select one of the provided options -->

- [ ] I'm open to work on this
- [ ] I need help/mentorship
- [ ] I'm unable to work on this

<!-- ✏️ Briefly describe the feature implementation -->
59 changes: 36 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,63 @@
> ℹ️ Describe the big picture of your changes here to communicate to the maintainers
why we should accept this pull request. If it fixes a bug or resolves a feature
request, be sure to link to that issue.
### Notable Changes

### `Type`
---
<!-- ✏️ Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue(s) down below -->

> ℹ️ What types of changes does your code introduce?
#### `Commit Message Summary (CHANGELOG)`

> _Put an `x` in the boxes that apply_
<!-- ⚠️ All commits will be squashed into a single commit when merging the PR, so if there is any additional information needed to describe your changes (e.g BREAKING CHANGES), please list them here so the maintainers are able to include them as the commit message body of the final commit. I case your unsure what might be relevant don't hesitate to ask -->

<!-- 👉 Replace the example with your changes or otherwise delete the code block in case no additional information is needed -->

```bash
# Commit Message Body
#
# Example
BREAKING CHANGE: requires `node >= v8.0.0`
BREAKING CHANGE: `options.x` requires to be a `{Function}` now
```

### Type

> ℹ️ What type of changes does your code introduce?
<!-- 👉 Put an `x` in the boxes that apply and delete all others -->

- [ ] CI
- [ ] Fix
- [ ] Perf
- [ ] Docs
- [ ] Test
- [ ] Style
- [ ] Build
- [ ] Chore
- [ ] Feature
- [ ] Refactor

### `SemVer`
---
### Issues

> ℹ️ What changes to the current `semver` range does your PR introduce?
> ℹ️ What issue(s) (if any) are closed by your PR?
> _Put an `x` in the boxes that apply_
<!-- 👉 Replace `#1` with the issue number that applies and remove the ``` ` ``` (`#1` => #1) -->

- [ ] Bug (:label: Patch)
- [ ] Feature (:label: Minor)
- [ ] Breaking Change (:label: Major)
- Fixes `#1`

### `Issues`
---
### SemVer

> ℹ️ What issue (if any) are closed by your PR?
> ℹ️ What changes to the current `semver` range does your PR introduce?
> _Replace `#1` with the error number that applies_
<!-- 👉 Put an `x` in the boxes that apply and delete all others -->

- Fixes `#1`
- [ ] Fix (:label: Patch)
- [ ] Feature (:label: Minor)
- [ ] Breaking Change (:label: Major)

### `Checklist`
---
### Checklist

> ℹ️ You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is a reminder of what we are going to look for before merging your code.
> _Put an `x` in the boxes that apply._
<!-- 👉 Put an `x` in the boxes that apply and delete all others -->

- [ ] Lint and unit tests pass with my changes
- [ ] I have added tests that prove my fix is effective/works
- [ ] I have added tests that prove my fix is effective/works (if needed)
- [ ] I have added necessary documentation (if appropriate)
- [ ] Any dependent changes are merged and published in downstream modules
22 changes: 17 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
language: node_js

node_js:
- stable
- lts/*
- 6
jobs:
fast_finish: true
include:
- stage: Lint
env: SCRIPT=lint
node_js: 'stable'
- &test
stage: 'Test'
env: SCRIPT=test
node_js: 'stable'
- <<: *test
node_js: 'lts/*'
- <<: *test
node_js: 6

script: npm run $SCRIPT

after_success:
- npm i coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- cat ./coverage/lcov.info | $(npm bin)/coveralls

notifications:
email: false
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/postcss/postcss-loader/compare/v2.1.6...v3.0.0) (2018-08-08)


### Bug Fixes

* **index:** add ast version (`meta.ast`) ([f34954f](https://github.com/postcss/postcss-loader/commit/f34954f))
* **index:** emit `warnings` as an instance of `{Error}` ([8ac6fb5](https://github.com/postcss/postcss-loader/commit/8ac6fb5))
* **options:** improved `ValidationError` messages ([549ea08](https://github.com/postcss/postcss-loader/commit/549ea08))


### Chores

* **package:** update `postcss` v6.0.0...7.0.0 (`dependencies`) ([#375](https://github.com/postcss/postcss-loader/issues/375)) ([daa0da8](https://github.com/postcss/postcss-loader/commit/daa0da8))


### BREAKING CHANGES

* **package:** requires `node >= v6.0.0`



<a name="2.1.6"></a>
## [2.1.6](https://github.com/postcss/postcss-loader/compare/v2.1.5...v2.1.6) (2018-07-10)


### Bug Fixes

* **package:** config memory leak, updates `postcss-load-config` v1.2.0...2.0.0 (`dependencies`) ([0547b12](https://github.com/postcss/postcss-loader/commit/0547b12))



<a name="2.1.5"></a>
## [2.1.5](https://github.com/postcss/postcss-loader/compare/v2.1.4...v2.1.5) (2018-05-04)

46 changes: 0 additions & 46 deletions LOADER.md

This file was deleted.

Loading