Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit ba5bdd3

Browse files
committed
Update changelog
1 parent 689888f commit ba5bdd3

File tree

1 file changed

+27
-10
lines changed

1 file changed

+27
-10
lines changed

CHANGELOG.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,43 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](CONTRIBUTING.md).
66

77

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
930
- Update readme and composer dependencies
1031
- Update StyleCI fixers and other supplementary files
1132
- Enforce strict type declaration
1233
- Fix stupid gitattributes export-ignore issues
1334

14-
## [v1.0.2] - 2016-12-27
35+
## [v0.0.2] - 2016-12-27
1536
- Fix readme typo
1637
- Enforce strict mode
1738
- Fix installation typo
1839
- Trim and filter request inputs recursively
1940
- Add two new functions for array trim recursive and array filter recursive
2041

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
2643
- Tag first release
2744

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

Comments
 (0)