@@ -5,6 +5,24 @@ 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
+ ## [ v0.0.5] - 2018-09-21
9
+ - Update travis php versions
10
+ - Drop incomplete Turbolinks-Location redirection and other useless code
11
+ - Add missing composer dependency
12
+ - Use global helper functions instead of class based methods
13
+ - Add HashidsTrait
14
+ - Add row escaper trait
15
+ - Rename "escapeRow" method to just "escape"
16
+ - Escape only string values, and skip others
17
+ - Add helper function to extract page titles from breadcrumbs
18
+ - Drop StyleCI multi-language support (paid feature now!)
19
+ - Update composer dependencies
20
+ - Conditionally obscure IDs for if enabled for accessarea
21
+ - Add HasSocialAttributes trait
22
+ - Prepare and tweak testing configuration
23
+ - Update StyleCI options
24
+ - Update PHPUnit options
25
+
8
26
## [ v0.0.4] - 2018-02-18
9
27
- Remove duplicate and wrong Asia/Kathmandu timezone
10
28
- Add domain helper to get simplify domain host string
@@ -42,6 +60,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
42
60
## v0.0.1 - 2016-12-20
43
61
- Tag first release
44
62
63
+ [ v0.0.5 ] : https://github.com/rinvex/support/compare/v0.0.4...v0.0.5
45
64
[ v0.0.4 ] : https://github.com/rinvex/support/compare/v0.0.3...v0.0.4
46
65
[ v0.0.3 ] : https://github.com/rinvex/support/compare/v0.0.2...v0.0.3
47
66
[ v0.0.2 ] : https://github.com/rinvex/support/compare/v0.0.1...v0.0.2
0 commit comments