@@ -5,26 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
This project adheres to [ Semantic Versioning] ( CONTRIBUTING.md ) .
6
6
7
7
8
- ## [ v1.0.3] - 2017-03-14
8
+ ## [ v0.0.4] - 2018-02-18
9
+ - Remove duplicate and wrong Asia/Kathmandu timezone
10
+ - Add domain helper to get simplify domain host string
11
+ - Remove redundant functionality, replaced by default Laravel 5.4 middleware
12
+ - Use global helpers for response instead of the namepsaced class
13
+ - Remove useless service provider override
14
+ - Handle default translation if no locale supplied
15
+ - Update composer dependencies
16
+ - Enhance redirection method
17
+ - Update supplementary files
18
+ - Auto generate slugs on validating
19
+ - Fix HTTP response code condition
20
+ - Remove FormRequest override in favor for native prepareForValidation feature
21
+ - Add PHPUnitPrettyResultPrinter
22
+ - Fix redirection turbolinks issues
23
+ - Typehint method returns
24
+ - Fix redirection JSON response
25
+ - Return only first translation of translatable attributes
26
+ - Add Laravel v5.6 support
27
+ - Drop Laravel 5.5 support
28
+
29
+ ## [ v0.0.3] - 2017-03-14
9
30
- Update readme and composer dependencies
10
31
- Update StyleCI fixers and other supplementary files
11
32
- Enforce strict type declaration
12
33
- Fix stupid gitattributes export-ignore issues
13
34
14
- ## [ v1 .0.2] - 2016-12-27
35
+ ## [ v0 .0.2] - 2016-12-27
15
36
- Fix readme typo
16
37
- Enforce strict mode
17
38
- Fix installation typo
18
39
- Trim and filter request inputs recursively
19
40
- Add two new functions for array trim recursive and array filter recursive
20
41
21
- ## [ v1.0.1] - 2016-12-20
22
- - Add support for url redirections
23
- - Enforce consistency
24
-
25
- ## v1.0.0 - 2016-12-18
42
+ ## v0.0.1 - 2016-12-20
26
43
- Tag first release
27
44
28
- [ v1 .0.3 ] : https://github.com/rinvex/support/compare/v1 .0.2 ...v1 .0.3
29
- [ v1 .0.1 ] : https://github.com/rinvex/support/compare/v1 .0.1 ...v1 .0.2
30
- [ v1 .0.1 ] : https://github.com/rinvex/support/compare/v1 .0.0 ...v1 .0.1
45
+ [ v0 .0.4 ] : https://github.com/rinvex/support/compare/v0 .0.3 ...v0 .0.4
46
+ [ v0 .0.3 ] : https://github.com/rinvex/support/compare/v0 .0.2 ...v0 .0.3
47
+ [ v0 .0.2 ] : https://github.com/rinvex/support/compare/v0 .0.1 ...v0 .0.2
0 commit comments