Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@swernerx swernerx released this 19 Dec 19:17
· 135 commits to master since this release
  • Added test for showcasing @import support for scss. (6759a5c)
  • Renamed option folder to assetFolder (faecaff)
  • Changed Windows workaround (d0f1f4b)
  • Work around Windows issue (ef2968b)
  • Moved from Node v6 to v8 (642c1d9)
  • Handle extension rename while processing .sss => .pcss. (eda367a)
  • Added sugar-ss syntax processing test (716c585)
  • Using a more realistic scss test case with nesting. (2831e48)
  • Added new test for scss (sass) (41537fd)
  • Added exclude list for coverage check (64810da)
  • Updated deps (4744629)
  • Added new test case when working with non abs path in config. (f374da8)
  • Convert incoming importee to absolute path. When using rollup config this is not enforced by the system. (2e1dedd)
  • Added new test where root-index is placed in sub folder. (cd24152)
  • Fixed issues with script files with extensions. Looked like the previous behavior to filter extensions was broken overall. Also fixes root detection. (f18d45b)
  • removed support for .vue processing which was actually never been implemented correctly. (66d7e9c)
  • Added new failing test with JS extensions (41d5188)
  • Updated snapshots for new and synced smart-asset plugin. (5044530)
  • Added keep-name test. (61bce4a)
  • Added test for asset subfolder. (299e1e5)
  • Using relative asset output in verbose mode. (c9bb068)
  • Added logging snapshots (3b6d439)
  • Tweaked test execution for better async support. + Added verbose run test (06d5291)
  • Don't make test script build the lib before - not required. (0776566)
  • Fixed some test titles + added new CSS asset test (929d0ca)
  • Added CSS test (4379075)
  • Parallize fs calls (a59e74b)
  • Added another test case. (8bf62db)
  • Seems like using root instead of the dirname fixes the existing bugs. (9b8052f)
  • Applied some prettier magic. (4eae10c)
  • Corrected wrong snapshot... now working on fixing the implementation (2c34b21)
  • Added JS file content checks + simplified eslint config (63baa1c)
  • Added more tests (70c387b)
  • Added new indirect single test (41eccb6)
  • Cleanup old tests (822d021)
  • Cleanup (25142b8)
  • Added multi file flat (742057f)
  • Simplified tests (65a39b4)
  • Added file listing snapshots (f0c6972)
  • New test + renamed files (2d31405)
  • Cleanup (0fde078)
  • Worked on flat test (c7ed89f)
  • Worked on new test infrastructure (d43260b)
  • Updated deps (3fccb11)
  • Moved old tests out of place for new improved test cases which moves all scenarios into separate folders. (93fe94b)
  • Made text files non executable (57002bf)
  • Merge pull request #16 from lmoronil/master (2a6f549)
  • Fixed error when used with code splitting feature (469daa4)
  • Updated deps. Tests still fail - makes sense. (438eaa0)
  • Added failing test from #15 (7d3fd36)
  • Corrected logo (3f96767)