-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/#43 implement decorators #45
Merged
Merged
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 875c486 - Browse repository at this point
Copy the full SHA 875c486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 031b240 - Browse repository at this point
Copy the full SHA 031b240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2798f2a - Browse repository at this point
Copy the full SHA 2798f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66aa6e - Browse repository at this point
Copy the full SHA b66aa6eView commit details
Commits on Sep 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bf6c713 - Browse repository at this point
Copy the full SHA bf6c713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dd5ec4 - Browse repository at this point
Copy the full SHA 4dd5ec4View commit details -
make base mediator and command injectable by default
these classes are application level objects that should receive injections
Configuration menu - View commit details
-
Copy full SHA for b3cb59b - Browse repository at this point
Copy the full SHA b3cb59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cf6f0 - Browse repository at this point
Copy the full SHA 19cf6f0View commit details
Commits on Sep 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 662cc27 - Browse repository at this point
Copy the full SHA 662cc27View commit details -
was not able to use @bindable on getter or setter functions. Decorating them caused the parameter injection workflow to take place. This means if you set up getter/setter methods on private properties you have to call this.notify manually. Otherwise you can declare any public property as bindable. Perhaps it is possible to set up @bindable on the class and get the original property definitions that way. Something to consider next release.
Configuration menu - View commit details
-
Copy full SHA for b1c0218 - Browse repository at this point
Copy the full SHA b1c0218View commit details -
update sample app removing use of globals
always access context using a provided reference to ensure sand boxing
Configuration menu - View commit details
-
Copy full SHA for b42a49a - Browse repository at this point
Copy the full SHA b42a49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e29686 - Browse repository at this point
Copy the full SHA 4e29686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659f31a - Browse repository at this point
Copy the full SHA 659f31aView commit details -
remove injectable tags from base classes
we want people to use the imperative form of injection to cut down on file size
Configuration menu - View commit details
-
Copy full SHA for f4112cd - Browse repository at this point
Copy the full SHA f4112cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d085235 - Browse repository at this point
Copy the full SHA d085235View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.