We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94960f9 commit 8fa33adCopy full SHA for 8fa33ad
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to `BrowserLocale` will be documented in this file.
4
5
+## 2.0.0 (2018-03-30)
6
+
7
+- Rename main class & remove interface for simplicity
8
+- Make constructor argument required
9
+- Make private methods protected
10
+- Rename `$locale` property to `$full` in `Locale` class
11
+- Switch to PHPUnit for testing
12
+- Add ServiceProvider for Laravel
13
14
## 1.0.0 (2015-12-13)
15
16
- Get the primary browser locale
0 commit comments