Skip to content

Commit 2b72171

Browse files
committed
v0.2.5
* Fix flexbox-related property value parsing (Mark Lee) * Support simple blocks in functions (Douglas Christopher Wilson) * Update package.json config (Nick Schonning) * Ignore NPM debug logs (Nick Schonning) * Update repo URL for Travis badge (Nick Schonning) * Add support for the CSS3 sizing spec (Mark Lee) * Parse quoted and unquoted uri @imports. Fixes #108 (Terin Stock) * Allow @Viewport to be inside of @media (Derk-Jan Hartman) * Fix test task (Tunghsiao Liu) * Update viewport unit (Tunghsiao Liu) * Add support for animation-fill-mode (Michael Stämpfli) * Allow underscores in identifiers (Michael Mattiacci)
1 parent fff530f commit 2b72171

File tree

10 files changed

+743
-228
lines changed

10 files changed

+743
-228
lines changed

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
May 7, 2014 - v0.2.5
2+
3+
* Fix flexbox-related property value parsing (Mark Lee)
4+
* Support simple blocks in functions (Douglas Christopher Wilson)
5+
* Update package.json config (Nick Schonning)
6+
* Ignore NPM debug logs (Nick Schonning)
7+
* Update repo URL for Travis badge (Nick Schonning)
8+
* Add support for the CSS3 sizing spec (Mark Lee)
9+
* Parse quoted and unquoted uri @imports. Fixes #108 (Terin Stock)
10+
* Allow @viewport to be inside of @media (Derk-Jan Hartman)
11+
* Fix test task (Tunghsiao Liu)
12+
* Update viewport unit (Tunghsiao Liu)
13+
* Add support for animation-fill-mode (Michael Stämpfli)
14+
* Allow underscores in identifiers (Michael Mattiacci)
15+
116
June 19, 2013 - v0.2.3
217

318
* Allow @font-face inside of @media (fixes #75) (Nicholas C. Zakas)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="parserlib" default="build.all">
22

33
<!-- version number -->
4-
<property name="parserlib.version" value="0.2.4" />
4+
<property name="parserlib.version" value="0.2.5" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />

0 commit comments

Comments
 (0)