sfcode
An Online Competing and Development Environment
Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

<a href="https://github.com/webpack-contrib/raw-loader/compare/v4.0.0...v4.0.1">4.0.1</a> (2020-04-15)

Chore

  • update deps

<a href="https://github.com/webpack-contrib/raw-loader/compare/v3.1.0...v4.0.0">4.0.0</a> (2019-11-25)

Features

  • new esModules option

BREAKING CHANGES

  • minimum required nodejs version is 10.13.0

<a href="https://github.com/webpack-contrib/raw-loader/compare/v3.0.0...v3.1.0">3.1.0</a> (2019-07-18)

Features

  • improved validation error messages (#85) (6cf76b8)

<a href="https://github.com/webpack-contrib/raw-loader/compare/v2.0.0...v3.0.0">3.0.0</a> (2019-06-05)

chore

BREAKING CHANGES

  • deps: minimum required nodejs version is 8.9.0

<a href="https://github.com/webpack-contrib/raw-loader/compare/v1.0.0...v2.0.0">2.0.0</a> (2019-03-18)

Features

  • use ES Module export instead of CommonJS (#69) (3c7bf2c)

BREAKING CHANGES

  • use ES Module export instead of CommonJS (#69) (3c7bf2c)

1.0.0 (2018-12-10)

Bug Fixes

Features

BREAKING CHANGES

  • minimum require webpack version is 4
  • minimum require nodejs version is 6.9