Releases: orchestral/javie
Releases · orchestral/javie
v2.1.0
25 Nov 11:05
Compare
Sorry, something went wrong.
No results found
New
Add new Configuration module and utilise for Javie.
Create new Configuration instance by using Javie.make('config', {foo: 'bar'}).
Changes
Update compiler to use Babel v6.
v2.0.3
25 Nov 00:48
Compare
Sorry, something went wrong.
No results found
Add Javie.emit() as an alias of Javie.trigger().
v2.0.2
24 Jun 17:32
Compare
Sorry, something went wrong.
No results found
Add missing callback function to Request\Handler.config object and check if it's actually a function before trying to execute it.
Fixes cloning an event via Events\Dispatcher.clone().
Fixes unable to send data plain object via Request\Handler.execute(data).
v2.0.1
24 Jun 12:57
Compare
Sorry, something went wrong.
No results found
Return new instance to avoid Cannot call a class as a function exception when using Javie.make('request', 'foo') or Javie.make('profiler', 'foo');.
v2.0.0
24 Jun 02:51
Compare
Sorry, something went wrong.
No results found
Convert base code from CoffeeScript to ES6.
Remove Javie.EventDispatcher, Javie.Logger, Javie.Profiler and Javie.Request.
Allow to send custom headers when making a Request via Request\Handler.addHeader() method.
Allow to use xhr on the request event listeners.
v1.3.3
24 Jun 02:47
Compare
Sorry, something went wrong.
No results found
Fixes multiple invalid variables.
v1.3.2
24 Jun 02:46
Compare
Sorry, something went wrong.
No results found
Fixes value return from Javie.resolve() should be an array.
v1.3.1
24 Jun 02:44
Compare
Sorry, something went wrong.
No results found
Fixes Javie.on() and Javie.trigger() usage by resolving events properly.
Add Javie.singleton() and avoid resolving a new instance on each request.
v1.3.0
24 Jun 02:42
Compare
Sorry, something went wrong.
No results found
Add Javie.on() method.
Add Javie.trigger() method.
v1.2.0
24 Jun 02:39
Compare
Sorry, something went wrong.
No results found
Initial release under orchestra organisation.