-
-
Notifications
You must be signed in to change notification settings - Fork 608
Comparing changes
Open a pull request
base repository: webpack-contrib/css-loader
base: 7d2abbaa82a093fa9b71223e1b5ab485cf7e9623
head repository: webpack-contrib/css-loader
compare: 634ab49c17b284e55e62105109412ebd37e234b5
Commits on Jan 11, 2016
-
Specify node engine minimum version
Setting the minimum version of the node engine will make npm to warn or complain, if node `engine-strict` config is set to true, whenever the installation environment does not meet this requirement. Background: `css-loader` depends on `postcss` that uses native promises. Promises where introduced in node version 0.12.0. So `css-loader` *transitively inherits* this dependency. Related to #144.
Configuration menu - View commit details
-
Copy full SHA for 3d9dda4 - Browse repository at this point
Copy the full SHA 3d9dda4View commit details
Commits on Mar 10, 2016
-
add documentation for camelCase query parameter
Ian McNally committedMar 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 68f5a69 - Browse repository at this point
Copy the full SHA 68f5a69View commit details
Commits on Apr 10, 2016
-
Merge pull request #242 from ianmcnally/master
add documentation for camelCase query parameter
Configuration menu - View commit details
-
Copy full SHA for 2764541 - Browse repository at this point
Copy the full SHA 2764541View commit details -
Merge pull request #218 from dreyescat/master
Specify node engine minimum version
Configuration menu - View commit details
-
Copy full SHA for b6acfec - Browse repository at this point
Copy the full SHA b6acfecView commit details
Commits on Jul 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 49764c2 - Browse repository at this point
Copy the full SHA 49764c2View commit details
Commits on Jul 26, 2016
-
Merge pull request #307 from tadjohnston/master
Fixes issue #133 with unicode strings
Configuration menu - View commit details
-
Copy full SHA for 9d2941b - Browse repository at this point
Copy the full SHA 9d2941bView commit details
Commits on Aug 5, 2016
-
Updating a sentence in the README.md file due to grammatical error and didn't add any value to the user.
Configuration menu - View commit details
-
Copy full SHA for e789661 - Browse repository at this point
Copy the full SHA e789661View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e5a9e - Browse repository at this point
Copy the full SHA c2e5a9eView commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5a003e0 - Browse repository at this point
Copy the full SHA 5a003e0View commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9343ebb - Browse repository at this point
Copy the full SHA 9343ebbView commit details -
Merge pull request #319 from andreypopp/concise-error-message
Consistent format for syntax errors.
Configuration menu - View commit details
-
Copy full SHA for 237873c - Browse repository at this point
Copy the full SHA 237873cView commit details
Commits on Aug 18, 2016
-
Merge pull request #314 from mrsteele/master
Resolving grammatical issue in README.md file
Configuration menu - View commit details
-
Copy full SHA for 068cec3 - Browse repository at this point
Copy the full SHA 068cec3View commit details
Commits on Aug 24, 2016
-
5
Configuration menu - View commit details
-
Copy full SHA for 278d6cc - Browse repository at this point
Copy the full SHA 278d6ccView commit details
Commits on Sep 2, 2016
-
Prefix hashes with underscores based on CSS spec
According to the CSS spec, identifiers cannot start with a digit, two hyphens, or a hyphen followed by a digit.
Configuration menu - View commit details
-
Copy full SHA for da27c07 - Browse repository at this point
Copy the full SHA da27c07View commit details -
Merge pull request #324 from markdalgleish/prefix-hashes-with-underscβ¦
β¦ores-based-on-css-spec Prefix hashes with underscores based on CSS spec
Configuration menu - View commit details
-
Copy full SHA for 5a9c1d1 - Browse repository at this point
Copy the full SHA 5a9c1d1View commit details
Commits on Sep 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 22f6621 - Browse repository at this point
Copy the full SHA 22f6621View commit details
Commits on Oct 20, 2016
-
2
Configuration menu - View commit details
-
Copy full SHA for 008e6fd - Browse repository at this point
Copy the full SHA 008e6fdView commit details
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8cd1069 - Browse repository at this point
Copy the full SHA 8cd1069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd0cf7 - Browse repository at this point
Copy the full SHA 2cd0cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9497d74 - Browse repository at this point
Copy the full SHA 9497d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df4467 - Browse repository at this point
Copy the full SHA 9df4467View commit details
Commits on Nov 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 564f521 - Browse repository at this point
Copy the full SHA 564f521View commit details -
* expose getLocalIdent * add test & docs
Configuration menu - View commit details
-
Copy full SHA for 46ebca3 - Browse repository at this point
Copy the full SHA 46ebca3View commit details
Commits on Nov 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 85a2156 - Browse repository at this point
Copy the full SHA 85a2156View commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5b856b2 - Browse repository at this point
Copy the full SHA 5b856b2View commit details
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a38e254 - Browse repository at this point
Copy the full SHA a38e254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851a22b - Browse repository at this point
Copy the full SHA 851a22bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5735e5d - Browse repository at this point
Copy the full SHA 5735e5dView commit details
Commits on Dec 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 08e9d47 - Browse repository at this point
Copy the full SHA 08e9d47View commit details
Commits on Jan 11, 2017
-
Merge pull request #380 from michael-ciniawsky/readme
docs(README): refactor for webpack v2
Configuration menu - View commit details
-
Copy full SHA for 9508990 - Browse repository at this point
Copy the full SHA 9508990View commit details
Commits on Jan 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4bd7130 - Browse repository at this point
Copy the full SHA 4bd7130View commit details -
Merge pull request #407 from christianvuerings/readme-minimize
README - fix default for minimize
Configuration menu - View commit details
-
Copy full SHA for e54549e - Browse repository at this point
Copy the full SHA e54549eView commit details -
ci(Travis): updates Travis validations
- Validate against current node versions - Test against both Webpack 1.4.x & 2.2.x - Remove deprecated .eslintrc - .eslint.yml generated from current code ( no changes ) - add yarn lock file set to binary in git - ignores console for eslint in test helpers
Configuration menu - View commit details
-
Copy full SHA for 2fd0c78 - Browse repository at this point
Copy the full SHA 2fd0c78View commit details -
Merge pull request #408 from d3viant0ne/d3viant0ne-TravisValidations
ci(Travis): updates Travis validations
Configuration menu - View commit details
-
Copy full SHA for 793390a - Browse repository at this point
Copy the full SHA 793390aView commit details
Commits on Jan 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 199897f - Browse repository at this point
Copy the full SHA 199897fView commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7c45e94 - Browse repository at this point
Copy the full SHA 7c45e94View commit details
Commits on Feb 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f8cdaca - Browse repository at this point
Copy the full SHA f8cdacaView commit details -
Merge pull request #428 from helloyou2012/master
fix deprecation warning (loader-utils)
Configuration menu - View commit details
-
Copy full SHA for 7732614 - Browse repository at this point
Copy the full SHA 7732614View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7317ca - Browse repository at this point
Copy the full SHA d7317caView commit details
Commits on Mar 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c769ac3 - Browse repository at this point
Copy the full SHA c769ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3362b10 - Browse repository at this point
Copy the full SHA 3362b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ac0e0 - Browse repository at this point
Copy the full SHA d4ac0e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b85d7 - Browse repository at this point
Copy the full SHA a2b85d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24aac10 - Browse repository at this point
Copy the full SHA 24aac10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2303df4 - Browse repository at this point
Copy the full SHA 2303df4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7308bc - Browse repository at this point
Copy the full SHA d7308bcView commit details -
fix:
minimizeOptions
should bequery.minimize
!It's a mistake according to the doc. Init `minimizeOptions` should be `query.minimize` rather than just query. https://github.com/webpack/css-loader#minification
Configuration menu - View commit details
-
Copy full SHA for 16c0858 - Browse repository at this point
Copy the full SHA 16c0858View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7ab1f - Browse repository at this point
Copy the full SHA ac7ab1fView commit details -
feat: Include the sourceMappingURL & sourceURL when toString()
This feature is useful when you need to pass the result of css-loader to angular: call to require('to-string-loader!css-loader? sourceMap!sass-loader?sourceMap!./ test.scss') will include source mapping, And finally assigned to the component's styles metadata
Configuration menu - View commit details
-
Copy full SHA for 6da7e90 - Browse repository at this point
Copy the full SHA 6da7e90View commit details
Commits on Mar 10, 2017
-
chore(release): add standard-version & update travis build (#446)
* chore(release): add standard-version & scripts * docs(readme): update coverage badge * ci(travis): fix minimum nodejs version
Configuration menu - View commit details
-
Copy full SHA for 17faa31 - Browse repository at this point
Copy the full SHA 17faa31View commit details
There are no files selected for viewing
This file was deleted.