-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
96 lines (69 loc) · 2.71 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Version 1.8.1 - Jul 24, 2023
----------------------------
- Enh: added support for v7,8,9,10 of illuminate/support
- Fix: code cleanup
Version 1.7.1 - Dec 26, 2020
----------------------------
- Enh: added new tests for counting few messages, importance, clearing
- Fix: testing call travis.xml
Version 1.7.0 - Dec 25, 2020
----------------------------
- New: added new unit tests
- Fix: in tests classes definition
- Fix: in publishing of config file
- Fix: missing auto-registration of config file
- Fix: error while config file publishing
- Fix: error on rendering dark message
- Fix: added wrong level validation on drawing flash message
Version 1.6.0 - Dec 22, 2020
----------------------------
- New: added possibility to specify default config
- New: added possibility to specify default messages and message level
- New: added tests
- New: new type of alerts - validation
- Fix: error on wrong type of 2nd param in SessionFlashStore::flash()
Version 1.5.0 - Dec 21, 2020
----------------------------
- New: added possibility to create alert messages with titles
- Enh: code styling changed to PHP 7.1 compatibility
Version 1.4.0 - Dec 19, 2020
----------------------------
- New: added possibility to define "dark" message
- Enh: possibility to use short syntax
- Fix: wrong rendering on "error" message
- Fix: rendering empty messages when use chained empty methods warning()->error();
Version 1.3.1 - Dec 17, 2020
----------------------------
- Fix: error in drawing important messages
Version 1.3.0 - Dec 17, 2020
----------------------------
- Enh: changes in README
- Enh: added new type of alert "light"
- Enh: parameter button replaced with important, added examples of handling not important messages
Version 1.2.0 - Dec 15, 2020
----------------------------
- New: added possibility to show close button, while using facade or global function
- Enh: added MIT licence
- Enh: visual changes in README
- Fix: error on loading view file in Linux OS
Version 1.1.1 - Dec 14, 2020
----------------------------
- Enh: more examples in README
- Fix: in rendering error message
Version 1.1.0 - Dec 13, 2020
----------------------------
- New: added new types of messages: "primary", "secondary" and "error"
- Enh: renamed into flash() instead of old name "flashes()"
- Fix: error in loading view path
Version 1.0.1 - Dec 12, 2020
----------------------------
- Enh: added possibility to specify 3rd parameter in flashes() function - button
- Fix: slashes in paths in FlashesServiceProvider
- Fix: error in drawing message level
Version 1.0.0 - Dec 09, 2020
----------------------------
- New: ServiceProvider class
- Enh: Naming changes
Version 0.0.1 - Mar 12, 2020 (Initial release)
----------------------------
- New: created main structure