Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

DecleX 1.2

Compare
Choose a tag to compare
@smaugho smaugho released this 05 Feb 21:03
· 145 commits to master since this release

Enhancements

  • Issue #48: Create $Notification action
  • Issue #47: Activity Action "builder" to "intent" and detect access to "get" method
  • Issue #46: Expand Actions to all Enhanced Views
  • Issue #45: UseGson for models
  • Issue #44: Annotations Dependency Injection
  • Issue #41: Try-Catch support for Actions
  • Issue #38: View parameters in Event
  • Issue #37: JavaDoc for Actions
  • Issue #34: "model" param in @ServerRequest, should accept method names too
  • Issue #32: Actions $DateDialog and $TimeDialog cannot be initialized
  • Issue #30: Actions support for @event
  • Issue #29: @AdapterClass for RecyclerView
  • Issue #28: View can't be obtained when ItemClicked.
  • Issue #10: PutModel with fields
  • Issue #8: OnFail for Model Actions
  • Issue #2: Override Actions

Fixed

  • Issue #35: Method in param called twice in $PutModel and $GetModel Actions
  • Issue #31: Assigning action to assign value to a field doesn't work properly
  • Issue #27: Re-defined @UseEventBus
  • Issue #23: Conflict in generated class with two view with the same "id"

Others

  • Built-In Actions are now compiled with the compile process.
  • Adding Animate Action.
  • Synchronizing access to List @models
  • Adding @JsonSerializedModel, and making @ServerModel to depend on it.
  • Removing Models support for old actions.