-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.md
43 lines (22 loc) · 1.51 KB
/
CHANGELOG.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<a name="3.2.1"></a>
## [3.2.1](https://github.com/adonisjs/adonis-app/compare/3.0.0...v3.2.1) (2017-01-29)
### Bug Fixes
* **package:** add missing dependencies ([3f5e9a1](https://github.com/adonisjs/adonis-app/commit/3f5e9a1))
### Features
* **antl:** add config for adonis-antl ([6459d4b](https://github.com/adonisjs/adonis-app/commit/6459d4b))
* **auth:** update config to add uid and password ([5e47a3f](https://github.com/adonisjs/adonis-app/commit/5e47a3f))
* **command:** add route:list command ([a0246f2](https://github.com/adonisjs/adonis-app/commit/a0246f2))
* **error:** use newer youch for error display ([2771302](https://github.com/adonisjs/adonis-app/commit/2771302))
* **ws:** add ws provider and setup ([783f111](https://github.com/adonisjs/adonis-app/commit/783f111))
<a name="3.1.0"></a>
# [3.1.0](https://github.com/adonisjs/adonis-app/compare/3.0.0...v3.1.0) (2016-10-11)
### Bug Fixes
* **package:** add missing dependencies ([3f5e9a1](https://github.com/adonisjs/adonis-app/commit/3f5e9a1))
### Features
* **antl:** add config for adonis-antl ([6459d4b](https://github.com/adonisjs/adonis-app/commit/6459d4b))
* **auth:** update config to add uid and password ([5e47a3f](https://github.com/adonisjs/adonis-app/commit/5e47a3f))
* **command:** add route:list command ([a0246f2](https://github.com/adonisjs/adonis-app/commit/a0246f2))
<a name="3.0.0"></a>
# 3.0.0 (2016-06-26)
### Features
* **config:auth:** add configuration file for auth([8198ef4](https://github.com/adonisjs/adonis-app/commit/8198ef4))