Skip to content

Commit ac3150c

Browse files
committed
Prepare v0.2.0 release
1 parent 769ad10 commit ac3150c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.2.0 (2015-04-10)
4+
5+
* Feature: Add `Client::fetchLog()` method
6+
([#14](https://github.com/clue/php-viewvc-api-react/pull/14))
7+
8+
* Feature: Support including deleted files (attic) in CVS directory listings
9+
([#11](https://github.com/clue/php-viewvc-api-react/pull/11))
10+
11+
* Feature: Support mixed UTF-8 and ISO-8859-1 (Latin1) encodings
12+
([#12](https://github.com/clue/php-viewvc-api-react/pull/12))
13+
14+
* Fix: Improve parsing broken XHTML structure
15+
([#10](https://github.com/clue/php-viewvc-api-react/pull/10), [#13](https://github.com/clue/php-viewvc-api-react/pull/13))
16+
317
## 0.1.1 (2015-04-07)
418

519
* Fix: Accessing deleted files in older revisions now works

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Simple, async API-like access to your [ViewVC](http://viewvc.org/) web interface (Subversion/CVS browser), built on top of [React PHP](http://reactphp.org/).
44

5-
> Note: This project is in beta stage! Feel free to report any issues you encounter.
6-
75
## Quickstart example
86

97
Once [installed](#install), you can use the following code to fetch a directory
@@ -116,7 +114,7 @@ The recommended way to install this library is [through composer](http://getcomp
116114
```JSON
117115
{
118116
"require": {
119-
"clue/viewvc-api-react": "~0.1.0"
117+
"clue/viewvc-api-react": "~0.2.0"
120118
}
121119
}
122120
```

0 commit comments

Comments
 (0)