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

Commit 48a9da7

Browse files
committed
Bump version
1 parent c1233d5 commit 48a9da7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](CONTRIBUTING.md).
66

77

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+
826
## [v0.0.4] - 2018-02-18
927
- Remove duplicate and wrong Asia/Kathmandu timezone
1028
- Add domain helper to get simplify domain host string
@@ -42,6 +60,7 @@ This project adheres to [Semantic Versioning](CONTRIBUTING.md).
4260
## v0.0.1 - 2016-12-20
4361
- Tag first release
4462

63+
[v0.0.5]: https://github.com/rinvex/support/compare/v0.0.4...v0.0.5
4564
[v0.0.4]: https://github.com/rinvex/support/compare/v0.0.3...v0.0.4
4665
[v0.0.3]: https://github.com/rinvex/support/compare/v0.0.2...v0.0.3
4766
[v0.0.2]: https://github.com/rinvex/support/compare/v0.0.1...v0.0.2

0 commit comments

Comments
 (0)