Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' of github.com:sass/dart-sass into list-dir-non-…
…recursive
  • Loading branch information
nex3 committed Apr 3, 2019
commit c9161cda41644ef2f4c2ddb5ccaf192f15e3b135
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
* Avoid recursively listing directories when finding the canonical name of a
file on case-insensitive filesystems.

* Fix importing files relative to `package:`-imported files.

### Dart API

* Explicitly require that importers' `canonicalize()` methods be able to take
paths relative to their outputs as valid inputs. This isn't considered a
breaking change because the importer infrastructure already required this in
practice.

## 1.17.4

* Consistently parse U+000C FORM FEED, U+000D CARRIAGE RETURN, and sequences of
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.