Jonny Borges
Committed by GitHub

Update CHANGELOG.md

Showing 1 changed file with 159 additions and 148 deletions
1 -## [1.0.0]  
2 -  
3 -- initial release  
4 -  
5 -## [1.0.1]  
6 -  
7 -- Doc changes  
8 -  
9 -## [1.0.2] 1 +## [2.0.3]
  2 +- Update Docs
10 3
11 -- Add examples 4 +## [2.0.2]
  5 +- Update GetObserver
12 6
13 -## [1.0.3] 7 +## [2.0.1]
  8 +- Fix docs and typos
14 9
15 -- Improve Performance  
16 -  
17 -## [1.1.0] 10 +## [2.0.0]
  11 +- Added easy state manager
  12 +- Change dialog API
  13 +- Added GetMaterialApp
  14 +- Added new experimental APIs
  15 +- Improve Observer
  16 +- Added default duration on Transitions
  17 +- Added new routeNamed sistem
  18 +- Added Global stateManager config
  19 +- Improve Get instance manager
  20 +- Added routingCallback
  21 +- Added closeOverlays to Get.back
  22 +- Added dynamic urls
  23 +- Cleaner code
  24 +- Improve lib performance
  25 +- Many others minor APIs added
18 26
19 -- Add support to named routes 27 +## [1.20.1]
  28 +- Improve: Get.finds
20 29
21 -## [1.2.0] 30 +## [1.20.0]
  31 +- Added Get Instance Manager
  32 + Get.put / Get.find / Get.delete
22 33
23 -- Add routes navigation with no context 34 +## [1.19.1]
  35 +- Fix default transitions for namedRoutes
24 36
25 -## [1.2.1] 37 +## [1.19.0]
  38 +- Added nested navigators
26 39
27 -- Fix bug currentState = null 40 +## [1.18.0]
  41 +- Added SafeArea to bottomsheets
  42 +- Added docs
28 43
29 -## [1.3.0] 44 +## [1.17.0]
  45 +- Added experimental APIs
30 46
31 -- Update docs, readme, and add full support to flutter_web  
32 47
33 -## [1.3.1] 48 +## [1.16.1]
  49 +- Improve: GetObserver
34 50
35 -- Update docs 51 +## [1.16.0-dev]
  52 +- Added Get config
  53 +- Added logEnable
  54 +- Added Default transition
  55 +- Added default popGesture behaviour
  56 +- Added overlayContext
  57 +- Fix Duration transition
36 58
37 -## [1.3.2] 59 +## [1.14.1-dev]
  60 +- Fix ternary on new dart version
38 61
  62 +## [1.14.0-dev]
  63 +- Added compatibility with Flutter 1.17.1
  64 +- Added back popGesture to iOS (default) and Android (optional)
39 - Improve performance 65 - Improve performance
  66 +- Decrease lib size to 94.9kb (25.4k after compiled on release)
40 67
41 -## [1.3.3]  
42 -  
43 -- Fix Get.back arguments 68 +## [1.13.1-dev]
  69 +- Fix back function
44 70
45 -## [1.3.4] 71 +## [1.13.0-dev]
  72 +- Plugin refactor
  73 +- Added GetPlatform
46 74
47 -- Improve performance 75 +## [1.12.0-dev]
  76 +-Compatibility with Dev branch
48 77
49 -## [1.4.0] 78 +## [1.11.4]
  79 +- Refactor code of library
50 80
51 -- Added Get.removeRoute // ability to remove one route.  
52 - Get.until // back repeatedly until the predicate returns true.  
53 - Get.offUntil // go to next route and remove all the previous routes until the predicate returns true.  
54 - Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true. 81 +## [1.11.3]
  82 +-Added docs
55 83
56 -## [1.4.0+6]  
57 84
58 -- Improve performance and bug fix 85 +## [1.11.2]
  86 + -Fix flutter web platform and added GetPlatform
59 87
  88 +## [1.11.1]
  89 + -Improve swipe to back on iOS devices
60 90
61 -## [1.4.0+7] 91 + ## [1.11.0]
  92 + -Added experimental GetCupertino
62 93
63 - - Add more documentation 94 +## [1.10.5]
  95 + -Added setKey to improve modular compatibility
  96 + -Added ability to define transition duration directly when calling the new route.
64 97
65 -## [1.5.0] 98 +## [1.10.4]
  99 + -Improve Get.offAll() - predicate now is optional
66 100
67 - - Add support to dialogs 101 +## [1.10.3]
  102 + -Improve default color from dialogs
68 103
69 -## [1.5.0+1] 104 + ## [1.10.2]
  105 + -Improve snackbar text color
70 106
71 - - Add color and opacity to dialogs 107 + ## [1.10.1]
  108 + -Backdrop improvement
72 109
73 -## [1.6.0] 110 +## [1.10.0]
  111 + -Added backdrop
74 112
75 - - Add support to snackbars 113 +## [1.9.2]
  114 + -Added docs to GetObserver
76 115
77 -## [1.6.1] 116 + ## [1.9.1]
  117 + -Fix typo on snackbar route
78 118
79 - - Add docs and improve performance 119 +## [1.9.0]
  120 + -Added: Navigator observer
  121 + -Added: Get.args to named routes
  122 + -Improve snackbar performance
80 123
81 -## [1.6.2] 124 +## [1.8.1]
  125 + -Fix new snackbar features
82 126
83 - - Fix bugs on blurred Snackbars 127 +## [1.8.0]
  128 + -Add Get.close method.
  129 + -Add many Snackbars features
84 130
85 -## [1.6.3] 131 +## [1.7.4]
  132 + -Fix dialog child error
86 133
87 - - Clean code. 134 +## [1.7.3]
  135 + -Added transitions docs
88 136
89 -## [1.6.4] 137 +## [1.7.2]
  138 + -Fix bottomsheet on macos
90 139
91 - - Improve performance. 140 +## [1.7.1]
  141 + -Fix docs
92 142
93 ## [1.7.0] 143 ## [1.7.0]
94 144
@@ -98,133 +148,94 @@ @@ -98,133 +148,94 @@
98 - Added customs transitions 148 - Added customs transitions
99 - Improve dialogs performance 149 - Improve dialogs performance
100 150
101 -## [1.7.1]  
102 - -Fix docs 151 +## [1.6.4]
103 152
104 -## [1.7.2]  
105 - -Fix bottomsheet on macos 153 + - Improve performance.
106 154
107 -## [1.7.3]  
108 - -Added transitions docs 155 +## [1.6.3]
109 156
110 -## [1.7.4]  
111 - -Fix dialog child error 157 + - Clean code.
112 158
113 -## [1.8.0]  
114 - -Add Get.close method.  
115 - -Add many Snackbars features 159 +## [1.6.2]
116 160
117 -## [1.8.1]  
118 - -Fix new snackbar features 161 + - Fix bugs on blurred Snackbars
119 162
120 -## [1.9.0]  
121 - -Added: Navigator observer  
122 - -Added: Get.args to named routes  
123 - -Improve snackbar performance 163 +## [1.6.1]
124 164
125 -## [1.9.1]  
126 - -Fix typo on snackbar route 165 + - Add docs and improve performance
127 166
128 -## [1.9.2]  
129 - -Added docs to GetObserver 167 +## [1.6.0]
130 168
131 -## [1.10.0]  
132 - -Added backdrop 169 + - Add support to snackbars
133 170
134 -## [1.10.1]  
135 - -Backdrop improvement 171 +## [1.5.0+1]
136 172
137 -## [1.10.2]  
138 - -Improve snackbar text color 173 + - Add color and opacity to dialogs
139 174
140 -## [1.10.3]  
141 - -Improve default color from dialogs 175 +## [1.5.0]
142 176
143 -## [1.10.4]  
144 - -Improve Get.offAll() - predicate now is optional 177 + - Add support to dialogs
145 178
146 -## [1.10.5]  
147 - -Added setKey to improve modular compatibility  
148 - -Added ability to define transition duration directly when calling the new route. 179 +## [1.4.0+7]
149 180
150 -## [1.11.0]  
151 - -Added experimental GetCupertino 181 + - Add more documentation
152 182
153 -## [1.11.1]  
154 - -Improve swipe to back on iOS devices 183 +## [1.4.0+6]
155 184
156 -## [1.11.2]  
157 - -Fix flutter web platform and added GetPlatform 185 +- Improve performance and bug fix
158 186
159 -## [1.11.3]  
160 --Added docs 187 +## [1.4.0]
161 188
162 -## [1.11.4]  
163 -- Refactor code of library 189 +- Added Get.removeRoute // ability to remove one route.
  190 + Get.until // back repeatedly until the predicate returns true.
  191 + Get.offUntil // go to next route and remove all the previous routes until the predicate returns true.
  192 + Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true.
164 193
165 -## [1.12.0-dev]  
166 --Compatibility with Dev branch 194 +## [1.3.4]
167 195
168 -## [1.13.0-dev]  
169 -- Plugin refactor  
170 -- Added GetPlatform 196 +- Improve performance
171 197
172 -## [1.13.1-dev]  
173 -- Fix back function 198 +## [1.3.3]
  199 +
  200 +- Fix Get.back arguments
  201 +
  202 +## [1.3.2]
174 203
175 -## [1.14.0-dev]  
176 -- Added compatibility with Flutter 1.17.1  
177 -- Added back popGesture to iOS (default) and Android (optional)  
178 - Improve performance 204 - Improve performance
179 -- Decrease lib size to 94.9kb (25.4k after compiled on release)  
180 205
181 -## [1.14.1-dev]  
182 -- Fix ternary on new dart version 206 +## [1.3.1]
183 207
184 -## [1.16.0-dev]  
185 -- Added Get config  
186 -- Added logEnable  
187 -- Added Default transition  
188 -- Added default popGesture behaviour  
189 -- Added overlayContext  
190 -- Fix Duration transition 208 +- Update docs
191 209
192 -## [1.16.1-dev]  
193 -- Improve: GetObserver 210 +## [1.3.0]
194 211
195 -## [1.17.0-dev]  
196 -- Added experimental APIs 212 +- Update docs, readme, and add full support to flutter_web
197 213
198 -## [1.18.0-dev]  
199 -- Added SafeArea to bottomsheets  
200 -- Added docs 214 +## [1.2.1]
201 215
202 -## [1.19.0-dev]  
203 -- Added nested navigators 216 +- Fix bug currentState = null
204 217
205 -## [1.19.1-dev]  
206 -- Fix default transitions for namedRoutes  
207 218
208 -## [1.20.0-dev]  
209 -- Added Get Instance Manager  
210 - Get.put / Get.find / Get.delete 219 +## [1.2.0]
211 220
212 -## [1.20.1-dev]  
213 -- Improve: Get.finds 221 +- Add routes navigation with no context
214 222
215 -## [2.0.0-dev]  
216 -- Added easy state manager  
217 -- Cleaner code  
218 -- Improve Get  
219 -- Change dialog API  
220 -- Added GetMaterialApp  
221 -- Added new experimental APIs  
222 -- Improve Observer  
223 -- Added default duration on Transitions  
224 -- Added new routeNamed sistem  
225 -- Added Global stateManager config  
226 -- Improve Get instance manager  
227 -- Added routingCallback  
228 -- Added closeOverlays to Get.back  
229 -- Added dynamic urls  
230 -- Many APIs added  
  223 +## [1.1.0]
  224 +
  225 +- Add support to named routes
  226 +
  227 +## [1.0.3]
  228 +
  229 +- Improve Performance
  230 +
  231 +## [1.0.2]
  232 +
  233 +- Add examples
  234 +
  235 +## [1.0.1]
  236 +
  237 +- Doc changes
  238 +
  239 +## [1.0.0]
  240 +
  241 +- initial release