Skip to content

Commit

Permalink
-> v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Dec 16, 2017
1 parent 0ce6702 commit 85b7427
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
## [Version 3.0.0](https://github.com/glayzzle/php-writer/releases/tag/v3.0.0) (2017-12-16)

### Breaking changes

- Added search without a name; Added traits to class.: [`e810228`](https://github.com/glayzzle/php-writer/commit/e810228)

### New features

- Refactored tests; Added traits to trait.: [`e5cfc7d`](https://github.com/glayzzle/php-writer/commit/e5cfc7d)
- Usegroup addition incapsulated and added to writer, not only namespace.: [`36d9834`](https://github.com/glayzzle/php-writer/commit/36d9834)

### Bug fixes

- Fixed namespace tests.: [`5ad320e`](https://github.com/glayzzle/php-writer/commit/5ad320e)
- Added '#addNamespace' test.: [`2c56d87`](https://github.com/glayzzle/php-writer/commit/2c56d87)
- Fixed typo in Namespace#addUsegroup.: [`ff096b8`](https://github.com/glayzzle/php-writer/commit/ff096b8)
- fix coverage stats: [`0ce6702`](https://github.com/glayzzle/php-writer/commit/0ce6702)

[...full changes](https://github.com/glayzzle/php-writer/compare/v2.0.0...v3.0.0)

## [Version 2.0.0](https://github.com/glayzzle/php-writer/releases/tag/v2.0.0) (2017-11-1)

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "php-writer",
"version": "2.0.0",
"version": "3.0.0",
"description": "Update PHP scripts from their AST",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -30,4 +30,4 @@
"nyc": "^11.2.1",
"should": "^13.1.0"
}
}
}

0 comments on commit 85b7427

Please sign in to comment.