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+
16# v0.0.4
27
38## 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 ).
510
611# v0.0.3
712
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):
1616
1717``` ex
1818def deps do
19- [{:ex_css_modules , " ~> 0.0.4 " }]
19+ [{:ex_css_modules , " ~> 0.0.5 " }]
2020end
2121```
2222
Original file line number Diff line number Diff line change 11defmodule ExCSSModules.Mixfile do
22 use Mix.Project
33
4- @ version "0.0.4 "
4+ @ version "0.0.5 "
55
66 def project do
77 [ app: :ex_css_modules ,
You can’t perform that action at this time.
0 commit comments