File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v0.0.5
2
+
3
+ ## Added
4
+ - Add ` class/2 ` for conditional checking (#10 ).
5
+
1
6
# v0.0.4
2
7
3
8
## Changed
4
- - The embed option is now evaluated to allow ` Mix.env == :prod ` and other code that needs to be evaluated (#7 )
9
+ - The embed option is now evaluated to allow ` Mix.env == :prod ` and other code that needs to be evaluated (#7 ).
5
10
6
11
# v0.0.3
7
12
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Install from [Hex.pm](https://hex.pm/packages/ex_css_modules):
16
16
17
17
``` ex
18
18
def deps do
19
- [{:ex_css_modules , " ~> 0.0.4 " }]
19
+ [{:ex_css_modules , " ~> 0.0.5 " }]
20
20
end
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
defmodule ExCSSModules.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.0.4 "
4
+ @ version "0.0.5 "
5
5
6
6
def project do
7
7
[ app: :ex_css_modules ,
You can’t perform that action at this time.
0 commit comments