Skip to content

Commit a49912d

Browse files
committed
Update readme, CHANGELOG
1 parent aca16d2 commit a49912d

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,13 @@ Event listener map.
117117
Type: `Object`
118118

119119
#### import
120-
Fired right before processing the contents.
121-
At this time the path of an imported file is resolved.
120+
Fired right after file path resolved, but before compilation.
122121

123122
Listener signature: `fn(importedFile, from, opts)`
124123

125124

126125
#### imports
127-
Fired right after a file has all its imported files processed.
126+
Fired right after compilation.
128127

129128
Listener signature: `fn(imports, from, opts)`
130129

changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!-- LATEST aca16d2 -->
2+
3+
## [v2.1.0](https://github.com/zoubin/postcss-simple-import/commit/aca16d2) (2015-11-10)
4+
5+
* [ 2015-11-10 [c85871c](https://github.com/zoubin/postcss-simple-import/commit/c85871c) ] readme, deprecate onImport option
6+
7+
* [ 2015-11-10 [76ff06b](https://github.com/zoubin/postcss-simple-import/commit/76ff06b) ] add `on` option
8+
9+
* `import`: fired for each imported file, after resolved but before compiled, with `fn(importedFile, from, opts)`
10+
* `imports`: fired for each file, after compiled, with `fn(importedFile, from, opts)`
11+
12+
## [v2.0.1](https://github.com/zoubin/postcss-simple-import/commit/79f34a7) (2015-11-03)
13+
14+
* [ 2015-11-03 [a3694b8](https://github.com/zoubin/postcss-simple-import/commit/a3694b8) ] pass postcssOpts to onImport
15+
16+
* [ 2015-11-01 [65082cc](https://github.com/zoubin/postcss-simple-import/commit/65082cc) ] fix identation
17+
18+
## [v2.0.0](https://github.com/zoubin/postcss-simple-import/commit/678fb4e) (2015-11-01)
19+
20+
* [ 2015-11-01 [88ff5ef](https://github.com/zoubin/postcss-simple-import/commit/88ff5ef) ] refactor code. add onImport
21+
22+
* [ 2015-10-27 [f6c40c9](https://github.com/zoubin/postcss-simple-import/commit/f6c40c9) ] readme
23+
24+
* [ 2015-10-27 [5de3b67](https://github.com/zoubin/postcss-simple-import/commit/5de3b67) ] readme
25+
26+
* [ 2015-10-27 [13cd4fc](https://github.com/zoubin/postcss-simple-import/commit/13cd4fc) ] simple-import
27+
28+
* [ 2015-09-28 [db8d909](https://github.com/zoubin/postcss-simple-import/commit/db8d909) ] Initial commit
29+

0 commit comments

Comments
 (0)