Releases: jonataslaw/getx
Releases · jonataslaw/getx
Bump do 2.11.0
- Added Permissions: You can now revoke permissions to SmartManagement so that it cannot delete a particular controller. Add to Get.put (Controller(), permanent: true); to make it indelible. Get.lazyPut () will not receive this resource. Initially he had it, but we saw in internal tests that it could cause problems with the bindings API. Bindings were created to initialize and delete an instance, if it were allowed to make a controller started with lazyPut permanent, copies of that Controller would be created every time Binding was called. For the safety of users, especially new users who could easily do this, it was decided that this feature will only be present in Get.put.
- Improve: Now a controller's life cycle has no connection with the View life cycle. It is no longer called internally in an "initState", it is now called when the Controller enters memory. This means that now onInit will always be called, regardless of where you started your dependency.
- removed: this property of the update() method has been permanently removed.
Bump to Get 2.10.3
'this' from update(this) is deprecated
New Get version!!!
2.10.0 Bump to new Get!
2.6.0
Update README.md
Get 2.0 version
2.0.0 Update README.md
New release
1.20.1 Update README.pt-br.md
New version
1.13.1 new release
New version
1.11.1 Add files via upload
New release
1.7.0 New release
Stable 1.2.1
Add files via upload