Skip to content

Releases: jonataslaw/getx

Bump do 2.11.0

06 Jun 22:43
c83b543
Compare
Choose a tag to compare
  • 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

04 Jun 10:08
83472b4
Compare
Choose a tag to compare

'this' from update(this) is deprecated

New Get version!!!

31 May 22:07
8a2e13e
Compare
Choose a tag to compare
2.10.0

Bump to new Get!

2.6.0

24 May 22:00
87f8d6f
Compare
Choose a tag to compare
Update README.md

Get 2.0 version

27 Apr 08:58
58d16a7
Compare
Choose a tag to compare
2.0.0

Update README.md

New release

22 Apr 19:39
2464903
Compare
Choose a tag to compare
1.20.1

Update README.pt-br.md

New version

31 Mar 00:23
Compare
Choose a tag to compare
1.13.1

new release

New version

04 Mar 21:51
279f43a
Compare
Choose a tag to compare
1.11.1

Add files via upload

New release

30 Jan 08:37
d377d20
Compare
Choose a tag to compare
1.7.0

New release

Stable 1.2.1

15 Nov 19:20
24b8abf
Compare
Choose a tag to compare
Add files via upload