Skip to content

Commit dc0bc73

Browse files
committed
chore(release): 3.0.0-alpha.0
1 parent 7eaf673 commit dc0bc73

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11

2+
<a name="3.0.0-alpha.0"></a>
3+
# [3.0.0-alpha.0](https://github.com/flowup/api-client-generator/compare/2.1.0...3.0.0-alpha.0) (2018-02-26)
4+
5+
6+
### Features
7+
8+
* **module:** API client exported as module ([7eaf673](https://github.com/flowup/api-client-generator/commit/7eaf673)), closes [#23](https://github.com/flowup/api-client-generator/issues/23)
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **module:**
14+
- renamed to APIClient
15+
- domain and configuration are now provided using `.forRoot` method
16+
```
17+
APIClientModule.forRoot({
18+
domain: 'https://api.url',
19+
}),
20+
```
21+
- cli command renamed to `api-client-generator`
22+
23+
24+
225
<a name="2.1.0"></a>
326
# [2.1.0](https://github.com/flowup/api-client-generator/compare/2.0.1...2.1.0) (2018-02-25)
427

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-client-generator",
3-
"version": "2.1.0",
3+
"version": "3.0.0-alpha.0",
44
"description": "Angular REST API client generator from Swagger YAML or JSON file with camel case settigs",
55
"homepage": "https://github.com/flowup/api-client-generator/blob/master/README.md",
66
"main": "src/main.ts",

0 commit comments

Comments
 (0)