Jonny Borges
Committed by GitHub

Update CHANGELOG.md

Showing 1 changed file with 159 additions and 148 deletions
## [1.0.0]
- initial release
## [1.0.1]
- Doc changes
## [1.0.2]
## [2.0.3]
- Update Docs
- Add examples
## [2.0.2]
- Update GetObserver
## [1.0.3]
## [2.0.1]
- Fix docs and typos
- Improve Performance
## [1.1.0]
## [2.0.0]
- Added easy state manager
- Change dialog API
- Added GetMaterialApp
- Added new experimental APIs
- Improve Observer
- Added default duration on Transitions
- Added new routeNamed sistem
- Added Global stateManager config
- Improve Get instance manager
- Added routingCallback
- Added closeOverlays to Get.back
- Added dynamic urls
- Cleaner code
- Improve lib performance
- Many others minor APIs added
- Add support to named routes
## [1.20.1]
- Improve: Get.finds
## [1.2.0]
## [1.20.0]
- Added Get Instance Manager
Get.put / Get.find / Get.delete
- Add routes navigation with no context
## [1.19.1]
- Fix default transitions for namedRoutes
## [1.2.1]
## [1.19.0]
- Added nested navigators
- Fix bug currentState = null
## [1.18.0]
- Added SafeArea to bottomsheets
- Added docs
## [1.3.0]
## [1.17.0]
- Added experimental APIs
- Update docs, readme, and add full support to flutter_web
## [1.3.1]
## [1.16.1]
- Improve: GetObserver
- Update docs
## [1.16.0-dev]
- Added Get config
- Added logEnable
- Added Default transition
- Added default popGesture behaviour
- Added overlayContext
- Fix Duration transition
## [1.3.2]
## [1.14.1-dev]
- Fix ternary on new dart version
## [1.14.0-dev]
- Added compatibility with Flutter 1.17.1
- Added back popGesture to iOS (default) and Android (optional)
- Improve performance
- Decrease lib size to 94.9kb (25.4k after compiled on release)
## [1.3.3]
- Fix Get.back arguments
## [1.13.1-dev]
- Fix back function
## [1.3.4]
## [1.13.0-dev]
- Plugin refactor
- Added GetPlatform
- Improve performance
## [1.12.0-dev]
-Compatibility with Dev branch
## [1.4.0]
## [1.11.4]
- Refactor code of library
- Added Get.removeRoute // ability to remove one route.
Get.until // back repeatedly until the predicate returns true.
Get.offUntil // go to next route and remove all the previous routes until the predicate returns true.
Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true.
## [1.11.3]
-Added docs
## [1.4.0+6]
- Improve performance and bug fix
## [1.11.2]
-Fix flutter web platform and added GetPlatform
## [1.11.1]
-Improve swipe to back on iOS devices
## [1.4.0+7]
## [1.11.0]
-Added experimental GetCupertino
- Add more documentation
## [1.10.5]
-Added setKey to improve modular compatibility
-Added ability to define transition duration directly when calling the new route.
## [1.5.0]
## [1.10.4]
-Improve Get.offAll() - predicate now is optional
- Add support to dialogs
## [1.10.3]
-Improve default color from dialogs
## [1.5.0+1]
## [1.10.2]
-Improve snackbar text color
- Add color and opacity to dialogs
## [1.10.1]
-Backdrop improvement
## [1.6.0]
## [1.10.0]
-Added backdrop
- Add support to snackbars
## [1.9.2]
-Added docs to GetObserver
## [1.6.1]
## [1.9.1]
-Fix typo on snackbar route
- Add docs and improve performance
## [1.9.0]
-Added: Navigator observer
-Added: Get.args to named routes
-Improve snackbar performance
## [1.6.2]
## [1.8.1]
-Fix new snackbar features
- Fix bugs on blurred Snackbars
## [1.8.0]
-Add Get.close method.
-Add many Snackbars features
## [1.6.3]
## [1.7.4]
-Fix dialog child error
- Clean code.
## [1.7.3]
-Added transitions docs
## [1.6.4]
## [1.7.2]
-Fix bottomsheet on macos
- Improve performance.
## [1.7.1]
-Fix docs
## [1.7.0]
... ... @@ -98,133 +148,94 @@
- Added customs transitions
- Improve dialogs performance
## [1.7.1]
-Fix docs
## [1.6.4]
## [1.7.2]
-Fix bottomsheet on macos
- Improve performance.
## [1.7.3]
-Added transitions docs
## [1.6.3]
## [1.7.4]
-Fix dialog child error
- Clean code.
## [1.8.0]
-Add Get.close method.
-Add many Snackbars features
## [1.6.2]
## [1.8.1]
-Fix new snackbar features
- Fix bugs on blurred Snackbars
## [1.9.0]
-Added: Navigator observer
-Added: Get.args to named routes
-Improve snackbar performance
## [1.6.1]
## [1.9.1]
-Fix typo on snackbar route
- Add docs and improve performance
## [1.9.2]
-Added docs to GetObserver
## [1.6.0]
## [1.10.0]
-Added backdrop
- Add support to snackbars
## [1.10.1]
-Backdrop improvement
## [1.5.0+1]
## [1.10.2]
-Improve snackbar text color
- Add color and opacity to dialogs
## [1.10.3]
-Improve default color from dialogs
## [1.5.0]
## [1.10.4]
-Improve Get.offAll() - predicate now is optional
- Add support to dialogs
## [1.10.5]
-Added setKey to improve modular compatibility
-Added ability to define transition duration directly when calling the new route.
## [1.4.0+7]
## [1.11.0]
-Added experimental GetCupertino
- Add more documentation
## [1.11.1]
-Improve swipe to back on iOS devices
## [1.4.0+6]
## [1.11.2]
-Fix flutter web platform and added GetPlatform
- Improve performance and bug fix
## [1.11.3]
-Added docs
## [1.4.0]
## [1.11.4]
- Refactor code of library
- Added Get.removeRoute // ability to remove one route.
Get.until // back repeatedly until the predicate returns true.
Get.offUntil // go to next route and remove all the previous routes until the predicate returns true.
Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true.
## [1.12.0-dev]
-Compatibility with Dev branch
## [1.3.4]
## [1.13.0-dev]
- Plugin refactor
- Added GetPlatform
- Improve performance
## [1.13.1-dev]
- Fix back function
## [1.3.3]
- Fix Get.back arguments
## [1.3.2]
## [1.14.0-dev]
- Added compatibility with Flutter 1.17.1
- Added back popGesture to iOS (default) and Android (optional)
- Improve performance
- Decrease lib size to 94.9kb (25.4k after compiled on release)
## [1.14.1-dev]
- Fix ternary on new dart version
## [1.3.1]
## [1.16.0-dev]
- Added Get config
- Added logEnable
- Added Default transition
- Added default popGesture behaviour
- Added overlayContext
- Fix Duration transition
- Update docs
## [1.16.1-dev]
- Improve: GetObserver
## [1.3.0]
## [1.17.0-dev]
- Added experimental APIs
- Update docs, readme, and add full support to flutter_web
## [1.18.0-dev]
- Added SafeArea to bottomsheets
- Added docs
## [1.2.1]
## [1.19.0-dev]
- Added nested navigators
- Fix bug currentState = null
## [1.19.1-dev]
- Fix default transitions for namedRoutes
## [1.20.0-dev]
- Added Get Instance Manager
Get.put / Get.find / Get.delete
## [1.2.0]
## [1.20.1-dev]
- Improve: Get.finds
- Add routes navigation with no context
## [2.0.0-dev]
- Added easy state manager
- Cleaner code
- Improve Get
- Change dialog API
- Added GetMaterialApp
- Added new experimental APIs
- Improve Observer
- Added default duration on Transitions
- Added new routeNamed sistem
- Added Global stateManager config
- Improve Get instance manager
- Added routingCallback
- Added closeOverlays to Get.back
- Added dynamic urls
- Many APIs added
\ No newline at end of file
## [1.1.0]
- Add support to named routes
## [1.0.3]
- Improve Performance
## [1.0.2]
- Add examples
## [1.0.1]
- Doc changes
## [1.0.0]
- initial release
... ...