Releases: sebastian-software/rollup-plugin-rebase
Releases · sebastian-software/rollup-plugin-rebase
Release 3.0.4
- Updated deps (4208ed4)
Release 3.0.3
- Updated deps (534e440)
Release 3.0.2
- Updated deps (4d9a270)
Release 3.0.1
- Removed problematic cross-os test. File processing is not happening in same order everywhere which means that file console messages are also not. (bbc15a4)
Release 3.0.0
- Added test for showcasing @import support for scss. (6759a5c)
- Renamed option
folder
toassetFolder
(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)
Release 2.0.4
Release 2.0.3
- Updated deps (9634499)
Release 2.0.2
- Updated deps + fixes jest issues (05b72d1)
Release 2.0.1
- Corrected some minor old stuff in readme (a18183c)
Release 2.0.0
- Verbose of by default (3611bfa)
- Switched to writing external CSS Sourcemap. (f840cc8)
- Adjusted names and hashes in test to match new files (ecf954f)
- Minor changes (dbe3c92)
- Updated to more reliable asset-hash (41f1576)
- Adjusted for API change (127d085)
- Reworked test assets for more realistic behavior. (e08435e)
- Updated deps (2decd75)
- Updated deps (58fa5fe)
- Updated deps (a327b4a)
- Updated deps (8701ec2)
- More comments and cleanups. (23ccc34)
- Added docs on the internal approach. (422fa36)
- Let assetId be normalized to posix. (797b22c)
- Error handling for file system errors. (75c7c13)
- Moved Windows normalization (b849b1f)
- Make sure to use unix paths in ESM (579d82d)
- Made more verbose. Mainly for tracking issues on Windows. (5b7c0ce)
- Some cleanups (82fce8c)
- More tweaks to appveyor config (de25aa9)
- Using NodeJS for x64 (9891fb4)
- Switching to x64 (4d50b03)
- explicitely selecting x86 (8374a31)
- Added Node v10 tests (b1b732c)
- Added local babel-jest to fix CI issues. (7d2e20d)
- Corrected sponsor badge (50e7d3c)
- Migrated to zeit badgen service. (c6e5f5d)
- Simplified code (37fbef4)
- More async await magic (34a612d)
- Refactored test suite with async-await. (a0a0e41)
- Some dep cleanups. (8eb6489)
- Corrected core-js dependency. (d1cd42e)
- Changed output file names (6f922f2)
- Enabled last test. Fix for style processor. (8461d80)
- Minor refactor/reorg (57acf62)
- Cleanup (3c65d4b)
- Using already promisified fs-calls in fs-extra. (62cd9b2)
- Removed useless basename call. (9e7a60d)
- Minor cleanups (79fe11f)
- Switched to non-security tweaked linting (1264c50)
- Added fixes for next set of tests. Some cleanup. API finetuning. (92da7d6)
- Re-enabled test and added snapshot which still fails. (29802e0)
- Fixed approach to relative paths. This now just uses the same directory as the importer which together with ignoring as external looks like a good approach. (a29bf47)
- Reworked engine based on new rollup and rethoughts on our approach. WIP. (67fe02b)
- Added missing deps for new babel infrastructure (0bd96be)
- Updated deps (3a1c15f)
- Updated deps (adf9e30)
- Updated deps (7016ac6)
- Updated lock file (f2bcdd6)
- Switched from prepublish to preppy (omit circular deps) (473fb9a)
- Updated deps (d25be55)