Skip to content

Commit f107010

Browse files
committed
Release v0.2.3
1 parent 893b131 commit f107010

File tree

9 files changed

+2639
-2282
lines changed

9 files changed

+2639
-2282
lines changed

CHANGELOG

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
June 19, 2013 - v0.2.3
2+
3+
* Allow @font-face inside of @media (fixes #75) (Nicholas C. Zakas)
4+
* Merge pull request #74 from bkw/support-vh-vw-vm (Nicholas C. Zakas)
5+
* support viewport relative units vh, vw and vm (Bernhard K. Weisshuhn)
6+
* Merge pull request #73 from nschonni/add-addtional-node-env-for-travis (Nicholas C. Zakas)
7+
* Merge pull request #72 from nschonni/add-border-bottom-color-gh-71 (Nicholas C. Zakas)
8+
* CI tests on Node 0.6+ stable versions (Nick Schonning)
9+
* Add inherit as value for border-bottom-color (Nick Schonning)
10+
* Merge pull request #70 from nschonni/fix-failing-test-from-68 (Nicholas C. Zakas)
11+
* Fix display validation test (Nick Schonning)
12+
* Merge pull request #68 from TooooBug/master (Nicholas C. Zakas)
13+
* fix spelling. (TooBug)
14+
* add tests for 'display' (TooBug)
15+
* add '-webkit-box' and '-webkit-inline-box' (TooBug)
16+
* Merge pull request #66 from nschonni/patch-1 (Nicholas C. Zakas)
17+
* GHFM for README code blocks and titles (Nick Schonning)
18+
* Merge branch 'master' of github.com:nzakas/parser-lib (Nicholas C. Zakas)
19+
* Adding some tests for the viewport start and end events, and fixing two other existing tests that were broken (Jonathan Klein)
20+
* Adding support for the @viewport rule along with some tests for it (issue #59) (Jonathan Klein)
21+
* Merge pull request #62 from nschonni/add-border-inherit-gh-61 (Nicholas C. Zakas)
22+
* Merge pull request #64 from nschonni/merge-docs-and-readme (Nicholas C. Zakas)
23+
* Move docs content to README (Nick Schonning)
24+
* Merge pull request #63 from cistov/npm (Nicholas C. Zakas)
25+
* Test hooks & keyword data for npm (Artur Cistov)
26+
* Support inherit for border-radius short and long hand (Nick Schonning)
27+
28+
129
January 17, 2013 - v0.2.2
230

331
* Merge pull request #57 from nschonni/allow-device-pixel-ratio-gh-23 (Nicholas C. Zakas)
@@ -295,31 +323,3 @@ November 28, 2011 - v0.1.0
295323
* Implemented lookahead buffer for tokenstream (Nicholas C. Zakas)
296324
* Made comments and white space of CSS hidden from tokenstream (Nicholas C. Zakas)
297325
* Initial commit (Nicholas C. Zakas)
298-
299-
300-
301-
302-
303-
304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317-
318-
319-
320-
321-
322-
323-
324-
325-

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.2" />
4+
<property name="parserlib.version" value="0.2.3" />
55

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

0 commit comments

Comments
 (0)