Skip to content

Commit 6a85e8b

Browse files
authored
Merge pull request #10 from davellanedam/development
Development
2 parents 80aa80f + 3c1a9bb commit 6a85e8b

File tree

10 files changed

+234
-224
lines changed

10 files changed

+234
-224
lines changed

CHANGELOG.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
## 1.0.5(Feb 4, 2019)
1+
## 1.0.5 (Feb 4, 2019)
22

3-
* Refactor tests
3+
- Refactor tests
44

55
## 1.0.4 (Feb 4, 2019)
66

7-
* Refactor tests
7+
- Refactor tests
88

99
## 1.0.3 (Feb 4, 2019)
1010

11-
* Changelog updated
11+
- Changelog updated
1212

1313
## 1.0.2 (Feb 4, 2019)
1414

15-
* Refactor tests
15+
- Refactor tests
1616

1717
## 1.0.1 (Feb 2, 2019)
1818

19-
* Postman collection updated
19+
- Postman collection updated
2020

2121
## 1.0.0 (Feb 2, 2019)
2222

23-
* Big refactor
24-
* PHPUnit testing added
23+
- Big refactor
24+
- PHPUnit testing added
2525

2626
## 0.4.2 (Dec 12, 2018)
2727

28-
* ACL fix
28+
- ACL fix
2929

3030
## 0.4.1 (Nov 20, 2017)
3131

32-
* Formatting code
32+
- Formatting code
3333

3434
## 0.4.0 (Oct 22, 2017)
3535

36-
* Make HTTPS redirect host and port agnostic
36+
- Make HTTPS redirect host and port agnostic
3737

3838
## 0.3.0 (Sep 12, 2017)
3939

40-
* JWT service added
40+
- JWT service added
4141

4242
## 0.2.3 (Sep 12, 2017)
4343

44-
* Fix index controller getting now datetime
44+
- Fix index controller getting now datetime
4545

4646
## 0.2.2 (Sep 7, 2017)
4747

48-
* Token encryption moved to ControllerBase function
48+
- Token encryption moved to ControllerBase function
4949

5050
## 0.2.1 (Sep 6, 2017)
5151

52-
* README.md updated
52+
- README.md updated
5353

5454
## 0.2.0 (Sep 6, 2017)
5555

56-
* Service to get token config
57-
* ENV config added issuer and audience
58-
* Call settings of token in encode/decode functions
59-
* When building token added issuer, audience, issued at time and expiration.
56+
- Service to get token config
57+
- ENV config added issuer and audience
58+
- Call settings of token in encode/decode functions
59+
- When building token added issuer, audience, issued at time and expiration.
6060

6161
## 0.1.1 (Sep 5, 2017)
6262

63-
* Added CHANGELOG.md
64-
* Release version on README.md
63+
- Added CHANGELOG.md
64+
- Release version on README.md
6565

6666
## 0.1.0 (Sep 5, 2017)
6767

68-
* Initial release
68+
- Initial release

0 commit comments

Comments
 (0)