Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #748

Merged
merged 13 commits into from Aug 29, 2019
Merged

Next #748

merged 13 commits into from Aug 29, 2019

Commits on Aug 20, 2019

  1. chore(deps): update (#734)

    BREAKING CHANGE:
    - minimum required `node.js` version is `8.9.0`
    - minimum required `webpack` version is `4.36.0`
    evilebottnawi committed Aug 20, 2019
    Copy the full SHA
    6543254 View commit details
    Browse the repository at this point in the history
  2. refactor: the data option was renamed to the prependData option (#…

    …735)
    
    BREAKING CHANGE: the `data` option was renamed to the `prependData` option
    evilebottnawi committed Aug 20, 2019
    Copy the full SHA
    7df0107 View commit details
    Browse the repository at this point in the history
  3. refactor: move all sass options to the sassOptions option (#736)

    BREAKING CHANGE: move all sass (`includePaths`, `importer`, `functions`) options to the `sassOptions` option. The `functions` option can't be used as `Function`, you should use `sassOption` as `Function` to achieve this.
    evilebottnawi committed Aug 20, 2019
    Copy the full SHA
    9c5028b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7b543fc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. test: more (#738)

    evilebottnawi committed Aug 21, 2019
    Copy the full SHA
    d790c94 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0a0879e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Copy the full SHA
    716de3c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. refactor: code (#742)

    evilebottnawi committed Aug 23, 2019
    Copy the full SHA
    33a23f8 View commit details
    Browse the repository at this point in the history
  2. feat: source map generation depends on the devtool option (#743)

    BREAKING CHANGE: default value of the `sourceMap` option depends on the `devtool` value (`eval`/`false` values don't enable source map generation)
    evilebottnawi committed Aug 23, 2019
    Copy the full SHA
    fcea88e View commit details
    Browse the repository at this point in the history
  3. refactor: code (#745)

    evilebottnawi committed Aug 23, 2019
    Copy the full SHA
    fab50ab View commit details
    Browse the repository at this point in the history
  4. test: fix fiber test (#747)

    evilebottnawi committed Aug 23, 2019
    Copy the full SHA
    ac14fd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Copy the full SHA
    96184e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

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